Trace number 2661334

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-26SAT (TO)9 1800.25 1774.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_30.r.opb
MD5SUM80d844acb755df30f8eb4d34a1c5fb81
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.18897
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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@b753f8
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-2661334-1276591631.opb
0.22/0.22	c reading problem ... 
0.34/0.36	c ... done. Wall clock time 0.146s.
0.34/0.36	c #vars     100
0.34/0.36	c #constraints  100
0.34/0.36	c constraints type 
0.34/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.34/0.38	c SATISFIABLE
0.34/0.38	c OPTIMIZING...
0.34/0.38	c Got one! Elapsed wall clock time (in seconds):0.165
0.34/0.38	o 14
0.53/0.44	c Got one! Elapsed wall clock time (in seconds):0.219
0.53/0.44	o 13
0.53/0.45	c Got one! Elapsed wall clock time (in seconds):0.232
0.53/0.45	o 12
0.89/0.68	c Got one! Elapsed wall clock time (in seconds):0.458
0.89/0.68	o 11
4.67/2.78	c Got one! Elapsed wall clock time (in seconds):2.563
4.67/2.78	o 10
5.74/3.65	c Got one! Elapsed wall clock time (in seconds):3.435
5.74/3.65	o 9
80.60/77.50	c cleaning 0 clauses out of 5000 with flag 0/5000
465.05/458.93	c cleaning 0 clauses out of 11000 with flag 0/11000
1233.11/1217.27	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.07/1774.32	c starts		: 55
1800.07/1774.32	c conflicts		: 21707
1800.07/1774.32	c decisions		: 56129
1800.07/1774.32	c propagations		: 270525
1800.07/1774.32	c inspects		: 832062671
1800.07/1774.32	c learnt literals	: 0
1800.07/1774.32	c learnt binary clauses	: 0
1800.07/1774.32	c learnt ternary clauses	: 0
1800.07/1774.32	c learnt clauses	: 21706
1800.07/1774.32	c ignored clauses	: 0
1800.07/1774.32	c root simplifications	: 0
1800.07/1774.32	c removed literals (reason simplification)	: 0
1800.07/1774.32	c reason swapping (by a shorter reason)	: 0
1800.07/1774.32	c Calls to reduceDB	: 3
1800.07/1774.32	c number of reductions to clauses (during analyze)	: 0
1800.07/1774.32	c number of learned constraints concerned by reduction	: 0
1800.07/1774.32	c number of learning phase by resolution	: 0
1800.07/1774.32	c number of learning phase by cutting planes	: 0
1800.07/1774.32	c speed (assignments/second)	: 152.78115063789411
1800.07/1774.32	c non guided choices	0
1800.07/1774.38	c learnt constraints type 
1800.07/1774.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 112
1800.07/1774.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21594
1800.07/1774.38	c constraints type 
1800.07/1774.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
1800.07/1774.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/1774.38	s SATISFIABLE
1800.07/1774.38	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.07/1774.38	c objective function=9
1800.07/1774.38	c Total wall clock time (in seconds): 1774.165

Verifier Data

OK	9

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661334-1276591631/watcher-2661334-1276591631 -o /tmp/evaluation-result-2661334-1276591631/solver-2661334-1276591631 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661334-1276591631.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.06 1.39 1.18 3/106 8810
/proc/meminfo: memFree=1562848/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1832 CPUtime=0
/proc/8810/stat : 8810 (java6) R 8808 8810 2334 0 -1 4194304 245 0 0 0 0 0 0 0 19 0 1 0 454572 1875968 148 1992294400 134512640 134550932 4293604912 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/8810/statm: 458 148 111 10 0 63 0

[startup+0.0314309 s]
/proc/loadavg: 1.06 1.39 1.18 3/106 8810
/proc/meminfo: memFree=1562848/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1518368 CPUtime=0.01
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 2659 0 1 0 0 1 0 0 18 0 4 0 454572 1554808832 2103 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 379592 2107 432 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.10143 s]
/proc/loadavg: 1.06 1.39 1.18 3/106 8810
/proc/meminfo: memFree=1562848/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1524184 CPUtime=0.08
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 3947 0 1 0 6 2 0 0 18 0 12 0 454572 1560764416 3386 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 381046 3386 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30077 s]
/proc/loadavg: 1.06 1.39 1.18 3/106 8810
/proc/meminfo: memFree=1562848/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1526396 CPUtime=0.34
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 5338 0 1 0 31 3 0 0 18 0 12 0 454572 1563029504 4775 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 381599 4775 1362 10 0 378901 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526396

[startup+0.700818 s]
/proc/loadavg: 1.06 1.39 1.18 3/106 8810
/proc/meminfo: memFree=1562848/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1529072 CPUtime=1.08
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 7183 0 1 0 105 3 0 0 18 0 13 0 454572 1565769728 6562 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 382268 6562 1410 10 0 379570 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529072

[startup+1.5019 s]
/proc/loadavg: 1.06 1.39 1.18 4/119 8823
/proc/meminfo: memFree=1526164/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1540476 CPUtime=2.68
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 15726 0 1 0 241 27 0 0 18 0 13 0 454572 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 385119 12685 1420 10 0 382421 0
[pid=8810/tid=8812] ppid=8808 vsize=1540476 CPUtime=1.03
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 8094 0 1 0 99 4 0 0 20 0 13 0 454574 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 454576 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 454576 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1540476 CPUtime=0.32
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 13 19 0 0 18 0 13 0 454577 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 454578 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 454578 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1540476 CPUtime=1.12
/proc/8810/task/8819/stat : 8819 (java) R 8808 8810 2334 0 -1 4202560 5890 0 0 0 110 2 0 0 17 0 13 0 454582 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 103457603 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1540476 CPUtime=0.18
/proc/8810/task/8820/stat : 8820 (java) R 8808 8810 2334 0 -1 4202560 674 0 0 0 18 0 0 0 18 0 13 0 454582 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 103148606 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 454582 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1540476 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1577447424 12685 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1540476

[startup+3.10206 s]
/proc/loadavg: 1.06 1.39 1.18 5/119 8823
/proc/meminfo: memFree=1472968/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1541724 CPUtime=5.14
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 42421 0 1 0 477 37 0 0 18 0 13 0 454572 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 385431 37640 1436 10 0 382733 0
[pid=8810/tid=8812] ppid=8808 vsize=1541724 CPUtime=2.24
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 32066 0 1 0 211 13 0 0 22 0 13 0 454574 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4109339590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 279 0 0 0 0 0 0 0 18 0 13 0 454576 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 225 0 0 0 0 0 0 0 18 0 13 0 454576 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1541724 CPUtime=0.32
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 13 19 0 0 16 0 13 0 454577 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1541724 CPUtime=1.66
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6126 0 0 0 164 2 0 0 15 0 13 0 454582 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1541724 CPUtime=0.85
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 2651 0 0 0 85 0 0 0 16 0 13 0 454582 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 454582 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1578725376 37640 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 1541724

[startup+6.30139 s]
/proc/loadavg: 1.05 1.38 1.18 2/119 8823
/proc/meminfo: memFree=1407744/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1541724 CPUtime=8.83
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 47502 0 1 0 844 39 0 0 18 0 13 0 454572 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 385431 41602 1437 10 0 382733 0
[pid=8810/tid=8812] ppid=8808 vsize=1541724 CPUtime=5.29
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 32073 0 1 0 516 13 0 0 25 0 13 0 454574 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4109075231 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1541724 CPUtime=0.08
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 2195 0 0 0 8 0 0 0 16 0 13 0 454576 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1541724 CPUtime=0.07
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 2279 0 0 0 6 1 0 0 16 0 13 0 454576 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1541724 CPUtime=0.32
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 28 0 0 0 13 19 0 0 16 0 13 0 454577 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1541724 CPUtime=1.79
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6131 0 0 0 177 2 0 0 15 0 13 0 454582 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1541724 CPUtime=1.21
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 3730 0 0 0 120 1 0 0 16 0 13 0 454582 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 454582 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1578725376 41602 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.83
Current children cumulated vsize (KiB) 1541724

[startup+12.702 s]
/proc/loadavg: 1.05 1.38 1.18 2/119 8823
/proc/meminfo: memFree=1373892/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1541724 CPUtime=15.33
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 54495 0 1 0 1491 42 0 0 18 0 13 0 454572 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 385431 48357 1437 10 0 382733 0
[pid=8810/tid=8812] ppid=8808 vsize=1541724 CPUtime=11.55
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 35381 0 1 0 1141 14 0 0 25 0 13 0 454574 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4109339443 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1541724 CPUtime=0.18
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 3813 0 0 0 17 1 0 0 16 0 13 0 454576 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1541724 CPUtime=0.17
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 4344 0 0 0 15 2 0 0 15 0 13 0 454576 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1541724 CPUtime=0.32
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 28 0 0 0 13 19 0 0 15 0 13 0 454577 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1541724 CPUtime=1.84
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6133 0 0 0 182 2 0 0 15 0 13 0 454582 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1541724 CPUtime=1.21
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 3730 0 0 0 120 1 0 0 16 0 13 0 454582 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 454582 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1578725376 48357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 1541724

[startup+25.5013 s]
/proc/loadavg: 1.11 1.37 1.18 2/119 8823
/proc/meminfo: memFree=1365832/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1541724 CPUtime=28.25
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 56782 0 1 0 2782 43 0 0 18 0 13 0 454572 1578725376 50395 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 385431 50395 1441 10 0 382733 0
[pid=8810/tid=8812] ppid=8808 vsize=1541724 CPUtime=24.24
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 35495 0 1 0 2409 15 0 0 25 0 13 0 454574 1578725376 50395 1992294400 134512640 134550932 4286945408 18446744073709551615 4109075231 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1541724 CPUtime=0.26
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 4766 0 0 0 25 1 0 0 16 0 13 0 454576 1578725376 50395 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1541724 CPUtime=0.26
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 5560 0 0 0 24 2 0 0 15 0 13 0 454576 1578725376 50395 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1541724 CPUtime=0.33

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

[pid=8810/tid=8816] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1541724 CPUtime=1.92
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6141 0 0 0 190 2 0 0 15 0 13 0 454582 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1541724 CPUtime=1.29
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 3756 0 0 0 128 1 0 0 15 0 13 0 454582 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 454582 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1578725376 84567 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1563.52
Current children cumulated vsize (KiB) 1541724

[startup+1602.3 s]
/proc/loadavg: 1.11 1.10 1.09 2/119 8874
/proc/meminfo: memFree=1223976/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1541724 CPUtime=1624.62
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 93941 0 1 0 162301 161 0 0 18 0 13 0 454572 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 385431 85357 1447 10 0 382733 0
[pid=8810/tid=8812] ppid=8808 vsize=1541724 CPUtime=1579.01
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 36619 0 1 0 157852 49 0 0 25 0 13 0 454574 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4109339573 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1541724 CPUtime=20.37
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 20443 0 0 0 2002 35 0 0 15 0 13 0 454576 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1541724 CPUtime=20.39
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 25281 0 0 0 1995 44 0 0 16 0 13 0 454576 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1541724 CPUtime=1.57
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 538 0 0 0 130 27 0 0 15 0 13 0 454577 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1541724 CPUtime=1.92
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6141 0 0 0 190 2 0 0 15 0 13 0 454582 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1541724 CPUtime=1.29
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 3756 0 0 0 128 1 0 0 15 0 13 0 454582 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1541724 CPUtime=0.01
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 13 0 454582 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1541724 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1578725376 85357 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1624.62
Current children cumulated vsize (KiB) 1541724

[startup+1662.3 s]
/proc/loadavg: 1.04 1.08 1.08 2/119 8876
/proc/meminfo: memFree=1215792/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1546844 CPUtime=1685.92
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 96556 0 1 0 168425 167 0 0 18 0 13 0 454572 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 386711 87338 1447 10 0 384013 0
[pid=8810/tid=8812] ppid=8808 vsize=1546844 CPUtime=1637.82
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 36656 0 1 0 163731 51 0 0 25 0 13 0 454574 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4109339370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1546844 CPUtime=21.51
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 20882 0 0 0 2114 37 0 0 16 0 13 0 454576 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1546844 CPUtime=21.52
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 25635 0 0 0 2108 44 0 0 15 0 13 0 454576 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1546844 CPUtime=1.57
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 542 0 0 0 130 27 0 0 15 0 13 0 454577 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1546844 CPUtime=1.92
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6141 0 0 0 190 2 0 0 15 0 13 0 454582 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1546844 CPUtime=1.49
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 5533 0 0 0 147 2 0 0 16 0 13 0 454582 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1546844 CPUtime=0.01
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 102 0 0 0 1 0 0 0 15 0 13 0 454582 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1583968256 87338 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1685.92
Current children cumulated vsize (KiB) 1546844

[startup+1722.3 s]
/proc/loadavg: 1.06 1.08 1.08 2/119 8878
/proc/meminfo: memFree=1212196/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1546844 CPUtime=1747.03
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 97552 0 1 0 174527 176 0 0 18 0 13 0 454572 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 386711 88292 1447 10 0 384013 0
[pid=8810/tid=8812] ppid=8808 vsize=1546844 CPUtime=1696.66
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 36689 0 1 0 169613 53 0 0 25 0 13 0 454574 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4109075206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1546844 CPUtime=22.64
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 21262 0 0 0 2221 43 0 0 16 0 13 0 454576 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1546844 CPUtime=22.66
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 26214 0 0 0 2221 45 0 0 15 0 13 0 454576 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1546844 CPUtime=1.59
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 544 0 0 0 131 28 0 0 15 0 13 0 454577 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1546844 CPUtime=1.92
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6141 0 0 0 190 2 0 0 15 0 13 0 454582 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1546844 CPUtime=1.49
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 5533 0 0 0 147 2 0 0 16 0 13 0 454582 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1546844 CPUtime=0.01
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 13 0 454582 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1583968256 88292 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1747.03
Current children cumulated vsize (KiB) 1546844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.31 s]
/proc/loadavg: 1.02 1.06 1.07 2/119 8878
/proc/meminfo: memFree=1209840/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=1546844 CPUtime=1800.07
/proc/8810/stat : 8810 (java) S 8808 8810 2334 0 -1 4202496 98121 0 1 0 179823 184 0 0 18 0 13 0 454572 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 386711 88818 1447 10 0 384013 0
[pid=8810/tid=8812] ppid=8808 vsize=1546844 CPUtime=1747.6
/proc/8810/task/8812/stat : 8812 (java) R 8808 8810 2334 0 -1 4202560 36719 0 1 0 174705 55 0 0 25 0 13 0 454574 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4109063935 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8810/tid=8813] ppid=8808 vsize=1546844 CPUtime=23.69
/proc/8810/task/8813/stat : 8813 (java) S 8808 8810 2334 0 -1 4202560 21478 0 0 0 2320 49 0 0 16 0 13 0 454576 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8814] ppid=8808 vsize=1546844 CPUtime=23.7
/proc/8810/task/8814/stat : 8814 (java) S 8808 8810 2334 0 -1 4202560 26529 0 0 0 2325 45 0 0 15 0 13 0 454576 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8815] ppid=8808 vsize=1546844 CPUtime=1.6
/proc/8810/task/8815/stat : 8815 (java) S 8808 8810 2334 0 -1 4202560 548 0 0 0 132 28 0 0 15 0 13 0 454577 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 0 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8816] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8816/stat : 8816 (java) S 8808 8810 2334 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 454578 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8817] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8817/stat : 8817 (java) S 8808 8810 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 454578 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8818] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8818/stat : 8818 (java) S 8808 8810 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 454582 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8819] ppid=8808 vsize=1546844 CPUtime=1.92
/proc/8810/task/8819/stat : 8819 (java) S 8808 8810 2334 0 -1 4202560 6141 0 0 0 190 2 0 0 15 0 13 0 454582 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 1 0 0 0
[pid=8810/tid=8820] ppid=8808 vsize=1546844 CPUtime=1.49
/proc/8810/task/8820/stat : 8820 (java) S 8808 8810 2334 0 -1 4202560 5533 0 0 0 147 2 0 0 16 0 13 0 454582 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8821] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8821/stat : 8821 (java) S 8808 8810 2334 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 454582 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8822] ppid=8808 vsize=1546844 CPUtime=0.01
/proc/8810/task/8822/stat : 8822 (java) S 8808 8810 2334 0 -1 4202560 108 0 0 0 1 0 0 0 15 0 13 0 454582 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=1546844 CPUtime=0
/proc/8810/task/8823/stat : 8823 (java) S 8808 8810 2334 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 454610 1583968256 88818 1992294400 134512640 134550932 4286945408 18446744073709551615 4294960144 0 4 0 16800975 18446604437132036032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1546844

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

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

[startup+1774.42 s]
/proc/loadavg: 1.02 1.06 1.07 2/119 8878
/proc/meminfo: memFree=1209840/2059040 swapFree=4192956/4192956
[pid=8810] ppid=8808 vsize=0 CPUtime=1800.23
/proc/8810/stat : 8810 (java) Z 8808 8810 2334 0 -1 4203548 98155 0 1 0 179837 186 0 0 17 0 2 0 454572 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8810/statm: 0 0 0 0 0 0 0
[pid=8810/tid=8823] ppid=8808 vsize=0 CPUtime=0.01
/proc/8810/task/8823/stat : 8823 (java) R 8808 8810 2334 0 -1 4203588 4 0 0 0 0 1 0 0 18 0 2 0 454610 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.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.43
CPU time (s): 1800.25
CPU user time (s): 1798.38
CPU system time (s): 1.87671
CPU usage (%): 101.455
Max. virtual memory (cumulated for all children) (KiB): 1548892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.87671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98155
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= 46175
involuntary context switches= 52221

runsolver used 3.62345 second user time and 9.72952 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-15 10:47:11
IDJOB=2661334
IDBENCH=2849
IDSOLVER=1165
FILE ID=node051/2661334-1276591631
PBS_JOBID= 11173561
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_30.r.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661334-1276591631/watcher-2661334-1276591631 -o /tmp/evaluation-result-2661334-1276591631/solver-2661334-1276591631 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661334-1276591631.opb

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

MD5SUM BENCH= 80d844acb755df30f8eb4d34a1c5fb81
RANDOM SEED=19521757

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1563244 kB
Buffers:         37144 kB
Cached:         333312 kB
SwapCached:          0 kB
Active:         170564 kB
Inactive:       259168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1563244 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             300 kB
Writeback:           0 kB
AnonPages:       59268 kB
Mapped:          15316 kB
Slab:            44104 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182888 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= 62564 MiB
End job on node051 at 2010-06-15 11:16:47