Trace number 2669971

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)3 1800.27 1759.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=5-P1=23-P2=17-P3=7-P4=23-P5=23-P6=17-P7=31-B.opb
MD5SUM0a6c01fa713de22da499a43dc9d6a250
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.172973
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables105
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)175
Sum of products size (including duplicates)350
Number of different products175
Sum of products size350

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.20	c No reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2669971-1276698662.opb
0.25/0.20	c reading problem ... 
0.25/0.30	c ... done. Wall clock time 0.095s.
0.25/0.30	c #vars     280
0.25/0.30	c #constraints  372
0.25/0.30	c constraints type 
0.25/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 175
0.25/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 197
7.33/3.87	c SATISFIABLE
7.33/3.87	c OPTIMIZING...
7.33/3.87	c Got one! Elapsed wall clock time (in seconds):3.65
7.33/3.87	o 3
16.10/12.21	c cleaning 0 clauses out of 5001 with flag 0/5001
49.99/45.12	c cleaning 0 clauses out of 11000 with flag 0/11000
153.62/147.76	c cleaning 0 clauses out of 18001 with flag 0/18001
351.39/343.49	c cleaning 0 clauses out of 26001 with flag 0/26001
715.91/702.16	c cleaning 0 clauses out of 35001 with flag 0/35001
1546.69/1513.18	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.10/1758.92	c starts		: 65
1800.10/1758.92	c conflicts		: 47478
1800.10/1758.92	c decisions		: 51932
1800.10/1758.92	c propagations		: 612253
1800.10/1758.92	c inspects		: 1063816563
1800.10/1758.92	c learnt literals	: 0
1800.10/1758.92	c learnt binary clauses	: 1
1800.10/1758.92	c learnt ternary clauses	: 0
1800.10/1758.92	c learnt clauses	: 47477
1800.10/1758.92	c ignored clauses	: 0
1800.10/1758.92	c root simplifications	: 0
1800.10/1758.92	c removed literals (reason simplification)	: 0
1800.10/1758.92	c reason swapping (by a shorter reason)	: 0
1800.10/1758.92	c Calls to reduceDB	: 6
1800.10/1758.92	c number of reductions to clauses (during analyze)	: 0
1800.10/1758.92	c number of learned constraints concerned by reduction	: 0
1800.10/1758.93	c number of learning phase by resolution	: 0
1800.10/1758.93	c number of learning phase by cutting planes	: 0
1800.10/1758.93	c speed (assignments/second)	: 348.84739902704956
1800.10/1758.93	c non guided choices	257
1800.10/1758.97	c learnt constraints type 
1800.10/1758.97	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 533
1800.10/1758.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 46944
1800.10/1758.97	c constraints type 
1800.10/1758.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 175
1800.10/1758.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 198
1800.10/1758.97	s SATISFIABLE
1800.10/1758.97	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 -x101 x102 -x103 -x104 -x105 
1800.10/1758.97	c objective function=3
1800.10/1758.97	c Total wall clock time (in seconds): 1758.767

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2669971-1276698662/watcher-2669971-1276698662 -o /tmp/evaluation-result-2669971-1276698662/solver-2669971-1276698662 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669971-1276698662.opb 

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.03 3/106 18502
/proc/meminfo: memFree=1852104/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=300 CPUtime=0
/proc/18502/stat : 18502 (java) R 18500 18502 18437 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 11157194 307200 36 1992294400 134512640 134550932 4293630064 18446744073709551615 3900579 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18502/statm: 98 40 32 10 0 25 0

[startup+0.098133 s]
/proc/loadavg: 0.00 0.00 0.03 3/106 18502
/proc/meminfo: memFree=1852104/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1524184 CPUtime=0.08
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 3975 0 1 0 6 2 0 0 18 0 12 0 11157194 1560764416 3414 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 381046 3414 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.101129 s]
/proc/loadavg: 0.00 0.00 0.03 3/106 18502
/proc/meminfo: memFree=1852104/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1524184 CPUtime=0.09
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 4001 0 1 0 7 2 0 0 18 0 12 0 11157194 1560764416 3440 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 381046 3440 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.313872 s]
/proc/loadavg: 0.00 0.00 0.03 3/106 18502
/proc/meminfo: memFree=1852104/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1526904 CPUtime=0.41
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 5525 0 1 0 38 3 0 0 18 0 13 0 11157194 1563549696 4962 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 381726 4964 1364 10 0 379028 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1526904

[startup+0.700864 s]
/proc/loadavg: 0.00 0.00 0.03 3/106 18502
/proc/meminfo: memFree=1852104/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1529296 CPUtime=1.16
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 7672 0 1 0 112 4 0 0 18 0 13 0 11157194 1565999104 6546 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 382324 6547 1400 10 0 379626 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529296

[startup+1.50185 s]
/proc/loadavg: 0.40 0.08 0.06 5/119 18515
/proc/meminfo: memFree=1824224/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1536228 CPUtime=2.76
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 17850 0 1 0 267 9 0 0 18 0 13 0 11157194 1573097472 15497 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 384057 15498 1417 10 0 381359 0
[pid=18502/tid=18504] ppid=18500 vsize=1536228 CPUtime=1.48
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 12083 0 1 0 141 7 0 0 18 0 13 0 11157196 1573097472 15498 1992294400 134512640 134550932 4293630064 18446744073709551615 4109436258 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11157197 1573097472 15499 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11157197 1573097472 15499 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11157199 1573097472 15500 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11157199 1573097472 15501 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11157199 1573097472 15503 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1573097472 15503 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1536228 CPUtime=0.04
/proc/18502/task/18511/stat : 18511 (java) R 18500 18502 18437 0 -1 4202560 31 0 0 0 4 0 0 0 25 0 13 0 11157203 1573097472 15504 1992294400 134512640 134550932 4293630064 18446744073709551615 102346848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1536228 CPUtime=1.22
/proc/18502/task/18512/stat : 18512 (java) R 18500 18502 18437 0 -1 4202560 4666 0 0 0 121 1 0 0 18 0 13 0 11157203 1573097472 15505 1992294400 134512640 134550932 4293630064 18446744073709551615 102099138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1573097472 15506 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157203 1573097472 15507 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1536228 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1573097472 15508 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1536228

[startup+3.10182 s]
/proc/loadavg: 0.40 0.08 0.06 5/119 18517
/proc/meminfo: memFree=1750816/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1551120 CPUtime=5.94
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 45000 0 1 0 572 22 0 0 18 0 13 0 11157194 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 387780 39685 1435 10 0 385082 0
[pid=18502/tid=18504] ppid=18500 vsize=1551120 CPUtime=3.05
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 32086 0 1 0 289 16 0 0 18 0 13 0 11157196 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4109108238 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1551120 CPUtime=0.01
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 429 0 0 0 1 0 0 0 18 0 13 0 11157197 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 11157197 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 11157199 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1551120 CPUtime=0.3
/proc/18502/task/18511/stat : 18511 (java) R 18500 18502 18437 0 -1 4202560 2891 0 0 0 30 0 0 0 25 0 13 0 11157203 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 103371452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1551120 CPUtime=2.53
/proc/18502/task/18512/stat : 18512 (java) R 18500 18502 18437 0 -1 4202560 8516 0 0 0 251 2 0 0 20 0 13 0 11157203 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 103597887 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157203 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1551120 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1588346880 39685 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1551120

[startup+6.30175 s]
/proc/loadavg: 0.40 0.08 0.06 2/119 18517
/proc/meminfo: memFree=1689064/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1544008 CPUtime=10.16
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 56254 0 1 0 989 27 0 0 18 0 13 0 11157194 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 386002 46920 1435 10 0 383304 0
[pid=18502/tid=18504] ppid=18500 vsize=1544008 CPUtime=6.05
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 36584 0 1 0 586 19 0 0 23 0 13 0 11157196 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4109455153 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1544008 CPUtime=0.1
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 2648 0 0 0 9 1 0 0 15 0 13 0 11157197 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1544008 CPUtime=0.06
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 2140 0 0 0 6 0 0 0 16 0 13 0 11157197 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 11157199 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1544008 CPUtime=0.6
/proc/18502/task/18511/stat : 18511 (java) S 18500 18502 18437 0 -1 4202560 3416 0 0 0 59 1 0 0 15 0 13 0 11157203 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1544008 CPUtime=3.3
/proc/18502/task/18512/stat : 18512 (java) S 18500 18502 18437 0 -1 4202560 10370 0 0 0 327 3 0 0 18 0 13 0 11157203 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157203 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1581064192 46920 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 1544008

[startup+12.7016 s]
/proc/loadavg: 0.49 0.11 0.07 2/119 18517
/proc/meminfo: memFree=1661040/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1544008 CPUtime=17.07
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 58709 0 1 0 1679 28 0 0 18 0 13 0 11157194 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 386002 49162 1445 10 0 383304 0
[pid=18502/tid=18504] ppid=18500 vsize=1544008 CPUtime=12.29
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 36596 0 1 0 1210 19 0 0 25 0 13 0 11157196 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4109450693 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1544008 CPUtime=0.2
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 3752 0 0 0 18 2 0 0 15 0 13 0 11157197 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1544008 CPUtime=0.16
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 3325 0 0 0 15 1 0 0 16 0 13 0 11157197 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1544008 CPUtime=0.05
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 137 0 0 0 5 0 0 0 16 0 13 0 11157199 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1544008 CPUtime=0.95
/proc/18502/task/18511/stat : 18511 (java) S 18500 18502 18437 0 -1 4202560 3453 0 0 0 94 1 0 0 16 0 13 0 11157203 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1544008 CPUtime=3.37
/proc/18502/task/18512/stat : 18512 (java) S 18500 18502 18437 0 -1 4202560 10378 0 0 0 334 3 0 0 15 0 13 0 11157203 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157203 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1581064192 49162 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.07
Current children cumulated vsize (KiB) 1544008

[startup+25.5004 s]
/proc/loadavg: 0.57 0.14 0.08 2/119 18517
/proc/meminfo: memFree=1650500/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1544008 CPUtime=30.13
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 61245 0 1 0 2983 30 0 0 18 0 13 0 11157194 1581064192 51504 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 386002 51504 1445 10 0 383304 0
[pid=18502/tid=18504] ppid=18500 vsize=1544008 CPUtime=24.92
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 36646 0 1 0 2473 19 0 0 25 0 13 0 11157196 1581064192 51504 1992294400 134512640 134550932 4293630064 18446744073709551615 4109452148 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1544008 CPUtime=0.34
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 5029 0 0 0 32 2 0 0 16 0 13 0 11157197 1581064192 51504 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1544008 CPUtime=0.32
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 4534 0 0 0 30 2 0 0 15 0 13 0 11157197 1581064192 51504 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1544008 CPUtime=0.06

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

[pid=18502/tid=18508] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1544008 CPUtime=1.18
/proc/18502/task/18511/stat : 18511 (java) S 18500 18502 18437 0 -1 4202560 3455 0 0 0 117 1 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1544008 CPUtime=3.37
/proc/18502/task/18512/stat : 18512 (java) S 18500 18502 18437 0 -1 4202560 10378 0 0 0 334 3 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1544008 CPUtime=0.01
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 91 0 0 0 1 0 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1576.65
Current children cumulated vsize (KiB) 1544008

[startup+1602.3 s]
/proc/loadavg: 1.10 1.04 0.82 2/119 18562
/proc/meminfo: memFree=1440444/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1544008 CPUtime=1638.39
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 116355 0 1 0 163699 140 0 0 18 0 13 0 11157194 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 386002 103610 1445 10 0 383304 0
[pid=18502/tid=18504] ppid=18500 vsize=1544008 CPUtime=1566.85
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 37917 0 1 0 156630 55 0 0 25 0 13 0 11157196 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4109451124 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1544008 CPUtime=32.54
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 32787 0 0 0 3217 37 0 0 15 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1544008 CPUtime=32.58
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 30219 0 0 0 3227 31 0 0 16 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1544008 CPUtime=1.79
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 437 0 0 0 170 9 0 0 15 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1544008 CPUtime=1.18
/proc/18502/task/18511/stat : 18511 (java) S 18500 18502 18437 0 -1 4202560 3455 0 0 0 117 1 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1544008 CPUtime=3.37
/proc/18502/task/18512/stat : 18512 (java) S 18500 18502 18437 0 -1 4202560 10378 0 0 0 334 3 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1544008 CPUtime=0.01
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1638.39
Current children cumulated vsize (KiB) 1544008

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 0.83 2/119 18564
/proc/meminfo: memFree=1440444/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1544008 CPUtime=1700.24
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 116412 0 1 0 169880 144 0 0 18 0 13 0 11157194 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 386002 103610 1445 10 0 383304 0
[pid=18502/tid=18504] ppid=18500 vsize=1544008 CPUtime=1624.91
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 37966 0 1 0 162434 57 0 0 25 0 13 0 11157196 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4110031952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1544008 CPUtime=34.43
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 32787 0 0 0 3405 38 0 0 16 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1544008 CPUtime=34.47
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 30219 0 0 0 3415 32 0 0 15 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1544008 CPUtime=1.8
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 441 0 0 0 171 9 0 0 15 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1544008 CPUtime=1.18
/proc/18502/task/18511/stat : 18511 (java) S 18500 18502 18437 0 -1 4202560 3455 0 0 0 117 1 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1544008 CPUtime=3.37
/proc/18502/task/18512/stat : 18512 (java) S 18500 18502 18437 0 -1 4202560 10378 0 0 0 334 3 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1544008 CPUtime=0.01
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 99 0 0 0 1 0 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1700.24
Current children cumulated vsize (KiB) 1544008

[startup+1722.3 s]
/proc/loadavg: 1.08 1.04 0.84 2/119 18564
/proc/meminfo: memFree=1440320/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1544008 CPUtime=1762.18
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 116466 0 1 0 176068 150 0 0 18 0 13 0 11157194 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 386002 103610 1445 10 0 383304 0
[pid=18502/tid=18504] ppid=18500 vsize=1544008 CPUtime=1682.9
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 38016 0 1 0 168231 59 0 0 25 0 13 0 11157196 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4109452302 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1544008 CPUtime=36.4
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 32787 0 0 0 3599 41 0 0 15 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1544008 CPUtime=36.43
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 30219 0 0 0 3611 32 0 0 16 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1544008 CPUtime=1.82
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 443 0 0 0 172 10 0 0 16 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1544008 CPUtime=1.18
/proc/18502/task/18511/stat : 18511 (java) S 18500 18502 18437 0 -1 4202560 3455 0 0 0 117 1 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1544008 CPUtime=3.37
/proc/18502/task/18512/stat : 18512 (java) S 18500 18502 18437 0 -1 4202560 10378 0 0 0 334 3 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1544008 CPUtime=0.01
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1762.18
Current children cumulated vsize (KiB) 1544008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1758.91 s]
/proc/loadavg: 1.09 1.05 0.85 2/119 18566
/proc/meminfo: memFree=1440196/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=1544008 CPUtime=1800.1
/proc/18502/stat : 18502 (java) S 18500 18502 18437 0 -1 4202496 116500 0 1 0 179856 154 0 0 18 0 13 0 11157194 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 386002 103610 1445 10 0 383304 0
[pid=18502/tid=18504] ppid=18500 vsize=1544008 CPUtime=1718.19
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4202560 38046 0 1 0 171758 61 0 0 25 0 13 0 11157196 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4110100120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18502/tid=18505] ppid=18500 vsize=1544008 CPUtime=37.69
/proc/18502/task/18505/stat : 18505 (java) S 18500 18502 18437 0 -1 4202560 32787 0 0 0 3727 42 0 0 15 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18506] ppid=18500 vsize=1544008 CPUtime=37.73
/proc/18502/task/18506/stat : 18506 (java) S 18500 18502 18437 0 -1 4202560 30219 0 0 0 3740 33 0 0 16 0 13 0 11157197 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18507] ppid=18500 vsize=1544008 CPUtime=1.82
/proc/18502/task/18507/stat : 18507 (java) S 18500 18502 18437 0 -1 4202560 445 0 0 0 172 10 0 0 15 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 0 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18508] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18508/stat : 18508 (java) S 18500 18502 18437 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18509] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18509/stat : 18509 (java) S 18500 18502 18437 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157199 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18510] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18510/stat : 18510 (java) S 18500 18502 18437 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18511] ppid=18500 vsize=1544008 CPUtime=1.21
/proc/18502/task/18511/stat : 18511 (java) S 18500 18502 18437 0 -1 4202560 3455 0 0 0 120 1 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18512] ppid=18500 vsize=1544008 CPUtime=3.37
/proc/18502/task/18512/stat : 18512 (java) S 18500 18502 18437 0 -1 4202560 10378 0 0 0 334 3 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
[pid=18502/tid=18513] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18513/stat : 18513 (java) S 18500 18502 18437 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18514] ppid=18500 vsize=1544008 CPUtime=0.01
/proc/18502/task/18514/stat : 18514 (java) S 18500 18502 18437 0 -1 4202560 103 0 0 0 1 0 0 0 15 0 13 0 11157203 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 0 0 0 0
[pid=18502/tid=18515] ppid=18500 vsize=1544008 CPUtime=0
/proc/18502/task/18515/stat : 18515 (java) S 18500 18502 18437 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11157225 1581064192 103610 1992294400 134512640 134550932 4293630064 18446744073709551615 4294960144 0 4 0 16800975 18446604437827998976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1544008

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

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

[startup+1759.02 s]
/proc/loadavg: 1.09 1.05 0.85 2/119 18566
/proc/meminfo: memFree=1440196/2059040 swapFree=4140372/4192956
[pid=18502] ppid=18500 vsize=0 CPUtime=1800.23
/proc/18502/stat : 18502 (java) Z 18500 18502 18437 0 -1 4203548 116526 0 1 0 179868 155 0 0 17 0 2 0 11157194 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18502/statm: 0 0 0 0 0 0 0
[pid=18502/tid=18504] ppid=18500 vsize=0 CPUtime=1718.25
/proc/18502/task/18504/stat : 18504 (java) R 18500 18502 18437 0 -1 4203588 38046 0 1 0 171763 62 0 0 25 0 2 0 11157196 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): 1759.04
CPU time (s): 1800.27
CPU user time (s): 1798.69
CPU system time (s): 1.58376
CPU usage (%): 102.344
Max. virtual memory (cumulated for all children) (KiB): 1553772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.58376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116526
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= 50317
involuntary context switches= 40870

runsolver used 3.78542 second user time and 9.31158 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 16:31:02
IDJOB=2669971
IDBENCH=47930
IDSOLVER=1165
FILE ID=node056/2669971-1276698662
PBS_JOBID= 11174089
Free space on /tmp= 98640 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=5-P1=23-P2=17-P3=7-P4=23-P5=23-P6=17-P7=31-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669971-1276698662/watcher-2669971-1276698662 -o /tmp/evaluation-result-2669971-1276698662/solver-2669971-1276698662 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669971-1276698662.opb

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

MD5SUM BENCH= 0a6c01fa713de22da499a43dc9d6a250
RANDOM SEED=51333614

node056.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.215
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.43
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.215
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:       1852376 kB
Buffers:          9148 kB
Cached:         109688 kB
SwapCached:       5700 kB
Active:          42288 kB
Inactive:        88924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1852376 kB
SwapTotal:     4192956 kB
SwapFree:      4140372 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:       10824 kB
Mapped:          12888 kB
Slab:            53240 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181364 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= 98636 MiB
End job on node056 at 2010-06-16 17:00:23