Trace number 2669960

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)187 1800.25 1771.43

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
MD5SUMc4232b649086935e0cf725c77927c83f
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.51892
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 variables144
Total number of constraints13
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 constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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.14	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2669960-1276698661.opb
0.23/0.21	c reading problem ... 
0.55/0.38	c ... done. Wall clock time 0.169s.
0.55/0.38	c #vars     528
0.55/0.38	c #constraints  787
0.55/0.38	c constraints type 
0.55/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.55/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
35.26/31.71	c cleaning 0 clauses out of 5001 with flag 0/5001
147.87/143.33	c cleaning 0 clauses out of 11000 with flag 0/11000
342.09/336.03	c cleaning 0 clauses out of 18001 with flag 0/18001
869.50/856.81	c cleaning 0 clauses out of 26002 with flag 0/26002
1105.13/1089.05	c SATISFIABLE
1105.13/1089.05	c OPTIMIZING...
1105.13/1089.05	c Got one! Elapsed wall clock time (in seconds):1088.844
1105.13/1089.05	o 187
1776.18/1747.86	c cleaning 0 clauses out of 35000 with flag 0/35000
1800.07/1771.31	c starts		: 63
1800.07/1771.31	c conflicts		: 35335
1800.07/1771.31	c decisions		: 38238
1800.07/1771.31	c propagations		: 544477
1800.07/1771.31	c inspects		: 871746702
1800.07/1771.31	c learnt literals	: 0
1800.07/1771.31	c learnt binary clauses	: 0
1800.07/1771.31	c learnt ternary clauses	: 0
1800.07/1771.31	c learnt clauses	: 35334
1800.07/1771.31	c ignored clauses	: 0
1800.07/1771.31	c root simplifications	: 0
1800.07/1771.31	c removed literals (reason simplification)	: 0
1800.07/1771.31	c reason swapping (by a shorter reason)	: 0
1800.07/1771.32	c Calls to reduceDB	: 5
1800.07/1771.32	c number of reductions to clauses (during analyze)	: 0
1800.07/1771.32	c number of learned constraints concerned by reduction	: 0
1800.07/1771.32	c number of learning phase by resolution	: 0
1800.07/1771.32	c number of learning phase by cutting planes	: 0
1800.07/1771.32	c speed (assignments/second)	: 798.0432823023312
1800.07/1771.32	c non guided choices	558
1800.07/1771.35	c learnt constraints type 
1800.07/1771.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 163
1800.07/1771.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 35172
1800.07/1771.35	c constraints type 
1800.07/1771.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
1800.07/1771.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
1800.07/1771.35	s SATISFIABLE
1800.07/1771.35	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 x106 x107 -x108 x109 x110 -x111 -x112 -x113 -x114 x115 x116 -x117 -x118 x119 x120 x121 x122 x123 -x124 x125 -x126 x127 -x128 x129 x130 -x131 -x132 x133 -x134 -x135 -x136 x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 
1800.07/1771.35	c objective function=187
1800.07/1771.35	c Total wall clock time (in seconds): 1771.148

Verifier Data

OK	187

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2669960-1276698661/watcher-2669960-1276698661 -o /tmp/evaluation-result-2669960-1276698661/solver-2669960-1276698661 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669960-1276698661.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.18 3/106 18061
/proc/meminfo: memFree=1511080/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=248 CPUtime=0
/proc/18061/stat : 18061 (java) R 18059 18061 17996 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 11156811 253952 28 1992294400 134512640 134550932 4288146368 18446744073709551615 4362836 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18061/statm: 62 28 21 10 0 23 0

[startup+0.0965971 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 18061
/proc/meminfo: memFree=1511080/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1524184 CPUtime=0.08
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 11156811 1560764416 3403 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.101596 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 18061
/proc/meminfo: memFree=1511080/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1524184 CPUtime=0.09
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 3999 0 1 0 7 2 0 0 18 0 12 0 11156811 1560764416 3439 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 381046 3439 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.386966 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 18061
/proc/meminfo: memFree=1511080/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1527280 CPUtime=0.55
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 5761 0 1 0 52 3 0 0 18 0 13 0 11156811 1563934720 5199 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 381820 5199 1382 10 0 379122 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1527280

[startup+0.700964 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 18061
/proc/meminfo: memFree=1511080/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1527732 CPUtime=1.18
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 6791 0 1 0 114 4 0 0 18 0 13 0 11156811 1564397568 6115 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 381933 6115 1403 10 0 379235 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1527732

[startup+1.50196 s]
/proc/loadavg: 0.00 0.00 0.18 4/119 18074
/proc/meminfo: memFree=1475824/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1539360 CPUtime=2.77
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 20631 0 1 0 267 10 0 0 18 0 13 0 11156811 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384840 17555 1413 10 0 382142 0
[pid=18061/tid=18063] ppid=18059 vsize=1539360 CPUtime=1.46
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 13195 0 1 0 140 6 0 0 20 0 13 0 11156812 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4109128228 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11156813 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11156813 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11156815 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11156816 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11156816 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1539360 CPUtime=1.23
/proc/18061/task/18070/stat : 18070 (java) R 18059 18061 17996 0 -1 4202560 6015 0 0 0 121 2 0 0 18 0 13 0 11156820 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 105499156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1539360 CPUtime=0.04
/proc/18061/task/18071/stat : 18071 (java) R 18059 18061 17996 0 -1 4202560 353 0 0 0 4 0 0 0 25 0 13 0 11156820 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 102348293 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11156820 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1539360 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1576304640 17555 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1539360

[startup+3.10195 s]
/proc/loadavg: 0.24 0.05 0.19 4/119 18074
/proc/meminfo: memFree=1426348/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1540044 CPUtime=5.95
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 42784 0 1 0 574 21 0 0 18 0 13 0 11156811 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 385011 37030 1437 10 0 382313 0
[pid=18061/tid=18063] ppid=18059 vsize=1540044 CPUtime=2.96
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 32082 0 1 0 280 16 0 0 18 0 13 0 11156812 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4109464977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1540044 CPUtime=0.01
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 359 0 0 0 1 0 0 0 18 0 13 0 11156813 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 54 0 0 0 0 0 0 0 18 0 13 0 11156813 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 13 0 11156815 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1540044 CPUtime=2.7
/proc/18061/task/18070/stat : 18070 (java) R 18059 18061 17996 0 -1 4202560 8853 0 0 0 267 3 0 0 18 0 13 0 11156820 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 104164131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1540044 CPUtime=0.23
/proc/18061/task/18071/stat : 18071 (java) R 18059 18061 17996 0 -1 4202560 363 0 0 0 23 0 0 0 25 0 13 0 11156820 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 105580443 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11156820 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1540044 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1577005056 37030 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1540044

[startup+6.30193 s]
/proc/loadavg: 0.24 0.05 0.19 3/119 18074
/proc/meminfo: memFree=1361248/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1538720 CPUtime=9.65
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 50067 0 1 0 940 25 0 0 18 0 13 0 11156811 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384680 43881 1437 10 0 381982 0
[pid=18061/tid=18063] ppid=18059 vsize=1538720 CPUtime=6.09
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 36437 0 1 0 591 18 0 0 24 0 13 0 11156812 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4109495706 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1538720 CPUtime=0.06
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 1683 0 0 0 6 0 0 0 16 0 13 0 11156813 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1538720 CPUtime=0.05
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 1476 0 0 0 5 0 0 0 16 0 13 0 11156813 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11156815 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1538720 CPUtime=2.98
/proc/18061/task/18070/stat : 18070 (java) S 18059 18061 17996 0 -1 4202560 8971 0 0 0 295 3 0 0 15 0 13 0 11156820 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1538720 CPUtime=0.41
/proc/18061/task/18071/stat : 18071 (java) S 18059 18061 17996 0 -1 4202560 407 0 0 0 41 0 0 0 15 0 13 0 11156820 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11156820 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1575649280 43881 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.65
Current children cumulated vsize (KiB) 1538720

[startup+12.7009 s]
/proc/loadavg: 0.36 0.08 0.20 2/119 18074
/proc/meminfo: memFree=1321072/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1538720 CPUtime=16.18
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 55254 0 1 0 1591 27 0 0 18 0 13 0 11156811 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384680 48807 1437 10 0 381982 0
[pid=18061/tid=18063] ppid=18059 vsize=1538720 CPUtime=12.35
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 36887 0 1 0 1216 19 0 0 25 0 13 0 11156812 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4109502761 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1538720 CPUtime=0.18
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 3816 0 0 0 17 1 0 0 15 0 13 0 11156813 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1538720 CPUtime=0.17
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 4080 0 0 0 16 1 0 0 16 0 13 0 11156813 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11156815 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1538720 CPUtime=2.98
/proc/18061/task/18070/stat : 18070 (java) S 18059 18061 17996 0 -1 4202560 8971 0 0 0 295 3 0 0 15 0 13 0 11156820 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1538720 CPUtime=0.44
/proc/18061/task/18071/stat : 18071 (java) S 18059 18061 17996 0 -1 4202560 407 0 0 0 44 0 0 0 15 0 13 0 11156820 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11156820 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1575649280 48807 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.18
Current children cumulated vsize (KiB) 1538720

[startup+25.5018 s]
/proc/loadavg: 0.45 0.11 0.21 2/119 18074
/proc/meminfo: memFree=1309168/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1538720 CPUtime=29.12
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 58384 0 1 0 2882 30 0 0 18 0 13 0 11156811 1575649280 51598 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384680 51598 1437 10 0 381982 0
[pid=18061/tid=18063] ppid=18059 vsize=1538720 CPUtime=25.03
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 36905 0 1 0 2483 20 0 0 25 0 13 0 11156812 1575649280 51598 1992294400 134512640 134550932 4288146368 18446744073709551615 4109474108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1538720 CPUtime=0.3
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 5284 0 0 0 28 2 0 0 16 0 13 0 11156813 1575649280 51598 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1538720 CPUtime=0.29
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 5724 0 0 0 27 2 0 0 15 0 13 0 11156813 1575649280 51598 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1538720 CPUtime=0.01

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

[pid=18061/tid=18067] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1538720 CPUtime=3.02
/proc/18061/task/18070/stat : 18070 (java) S 18059 18061 17996 0 -1 4202560 8975 0 0 0 299 3 0 0 15 0 13 0 11156820 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1538720 CPUtime=0.55
/proc/18061/task/18071/stat : 18071 (java) S 18059 18061 17996 0 -1 4202560 420 0 0 0 55 0 0 0 15 0 13 0 11156820 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 11156820 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1575649280 91241 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1565.98
Current children cumulated vsize (KiB) 1538720

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/119 18119
/proc/meminfo: memFree=1140280/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1538720 CPUtime=1627.31
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 103604 0 1 0 162584 147 0 0 18 0 13 0 11156811 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384680 93373 1447 10 0 381982 0
[pid=18061/tid=18063] ppid=18059 vsize=1538720 CPUtime=1577.47
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 38030 0 1 0 157681 66 0 0 25 0 13 0 11156812 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4109859484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1538720 CPUtime=22.35
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 26784 0 0 0 2207 28 0 0 16 0 13 0 11156813 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1538720 CPUtime=22.27
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 27900 0 0 0 2190 37 0 0 15 0 13 0 11156813 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1538720 CPUtime=1.56
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 338 0 0 0 148 8 0 0 15 0 13 0 11156815 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1538720 CPUtime=3.02
/proc/18061/task/18070/stat : 18070 (java) S 18059 18061 17996 0 -1 4202560 8975 0 0 0 299 3 0 0 15 0 13 0 11156820 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1538720 CPUtime=0.55
/proc/18061/task/18071/stat : 18071 (java) S 18059 18061 17996 0 -1 4202560 420 0 0 0 55 0 0 0 15 0 13 0 11156820 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 11156820 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1575649280 93373 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1627.31
Current children cumulated vsize (KiB) 1538720

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/119 18121
/proc/meminfo: memFree=1136312/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1538720 CPUtime=1688.75
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 104655 0 1 0 168725 150 0 0 18 0 13 0 11156811 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384680 94377 1447 10 0 381982 0
[pid=18061/tid=18063] ppid=18059 vsize=1538720 CPUtime=1635.95
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 38070 0 1 0 163529 66 0 0 25 0 13 0 11156812 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4110033151 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1538720 CPUtime=23.83
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 27217 0 0 0 2354 29 0 0 15 0 13 0 11156813 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1538720 CPUtime=23.74
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 28472 0 0 0 2335 39 0 0 16 0 13 0 11156813 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1538720 CPUtime=1.57
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 340 0 0 0 149 8 0 0 16 0 13 0 11156815 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1538720 CPUtime=3.02
/proc/18061/task/18070/stat : 18070 (java) S 18059 18061 17996 0 -1 4202560 8975 0 0 0 299 3 0 0 15 0 13 0 11156820 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1538720 CPUtime=0.55
/proc/18061/task/18071/stat : 18071 (java) S 18059 18061 17996 0 -1 4202560 420 0 0 0 55 0 0 0 15 0 13 0 11156820 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 11156820 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1575649280 94377 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1688.75
Current children cumulated vsize (KiB) 1538720

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/119 18123
/proc/meminfo: memFree=1132964/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1538720 CPUtime=1750.2
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 105550 0 1 0 174867 153 0 0 18 0 13 0 11156811 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384680 95227 1447 10 0 381982 0
[pid=18061/tid=18063] ppid=18059 vsize=1538720 CPUtime=1694.43
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 38109 0 1 0 169377 66 0 0 25 0 13 0 11156812 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4109464820 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1538720 CPUtime=25.31
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 27676 0 0 0 2501 30 0 0 16 0 13 0 11156813 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1538720 CPUtime=25.22
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 28863 0 0 0 2481 41 0 0 15 0 13 0 11156813 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1538720 CPUtime=1.59
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 344 0 0 0 150 9 0 0 15 0 13 0 11156815 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1538720 CPUtime=3.02
/proc/18061/task/18070/stat : 18070 (java) S 18059 18061 17996 0 -1 4202560 8975 0 0 0 299 3 0 0 15 0 13 0 11156820 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1538720 CPUtime=0.55
/proc/18061/task/18071/stat : 18071 (java) S 18059 18061 17996 0 -1 4202560 420 0 0 0 55 0 0 0 15 0 13 0 11156820 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11156820 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1575649280 95227 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1750.2
Current children cumulated vsize (KiB) 1538720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/119 18125
/proc/meminfo: memFree=1127260/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=1538720 CPUtime=1800.07
/proc/18061/stat : 18061 (java) S 18059 18061 17996 0 -1 4202496 106970 0 1 0 179852 155 0 0 18 0 13 0 11156811 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 384680 96557 1447 10 0 381982 0
[pid=18061/tid=18063] ppid=18059 vsize=1538720 CPUtime=1741.76
/proc/18061/task/18063/stat : 18063 (java) R 18059 18061 17996 0 -1 4202560 38143 0 1 0 174110 66 0 0 25 0 13 0 11156812 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4109859484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18061/tid=18064] ppid=18059 vsize=1538720 CPUtime=26.22
/proc/18061/task/18064/stat : 18064 (java) S 18059 18061 17996 0 -1 4202560 28298 0 0 0 2592 30 0 0 15 0 13 0 11156813 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18065] ppid=18059 vsize=1538720 CPUtime=26.11
/proc/18061/task/18065/stat : 18065 (java) S 18059 18061 17996 0 -1 4202560 29619 0 0 0 2569 42 0 0 16 0 13 0 11156813 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18066] ppid=18059 vsize=1538720 CPUtime=2.33
/proc/18061/task/18066/stat : 18066 (java) S 18059 18061 17996 0 -1 4202560 348 0 0 0 224 9 0 0 16 0 13 0 11156815 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 0 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18067] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18067/stat : 18067 (java) S 18059 18061 17996 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18068] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18068/stat : 18068 (java) S 18059 18061 17996 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11156816 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18069] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18069/stat : 18069 (java) S 18059 18061 17996 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18070] ppid=18059 vsize=1538720 CPUtime=3.02
/proc/18061/task/18070/stat : 18070 (java) S 18059 18061 17996 0 -1 4202560 8975 0 0 0 299 3 0 0 15 0 13 0 11156820 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18071] ppid=18059 vsize=1538720 CPUtime=0.55
/proc/18061/task/18071/stat : 18071 (java) S 18059 18061 17996 0 -1 4202560 420 0 0 0 55 0 0 0 15 0 13 0 11156820 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
[pid=18061/tid=18072] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18072/stat : 18072 (java) S 18059 18061 17996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11156820 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18073] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18073/stat : 18073 (java) S 18059 18061 17996 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 11156820 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 0 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=1538720 CPUtime=0
/proc/18061/task/18074/stat : 18074 (java) S 18059 18061 17996 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11156850 1575649280 96557 1992294400 134512640 134550932 4288146368 18446744073709551615 4294960144 0 4 0 16800975 18446604437831219264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1538720

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

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

[startup+1771.42 s]
/proc/loadavg: 1.00 1.00 0.84 2/119 18125
/proc/meminfo: memFree=1127260/2059040 swapFree=4192956/4192956
[pid=18061] ppid=18059 vsize=0 CPUtime=1800.23
/proc/18061/stat : 18061 (java) Z 18059 18061 17996 0 -1 4203548 106994 0 1 0 179865 158 0 0 17 0 2 0 11156811 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18061/statm: 0 0 0 0 0 0 0
[pid=18061/tid=18074] ppid=18059 vsize=0 CPUtime=0.02
/proc/18061/task/18074/stat : 18074 (java) R 18059 18061 17996 0 -1 4203588 4 0 0 0 0 2 0 0 18 0 2 0 11156850 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.43
CPU time (s): 1800.25
CPU user time (s): 1798.66
CPU system time (s): 1.59176
CPU usage (%): 101.627
Max. virtual memory (cumulated for all children) (KiB): 1541860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.59176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106994
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= 47423
involuntary context switches= 49504

runsolver used 3.76043 second user time and 9.71352 second system time

The end

Launcher Data

Begin job on node059 at 2010-06-16 16:31:01
IDJOB=2669960
IDBENCH=47919
IDSOLVER=1165
FILE ID=node059/2669960-1276698661
PBS_JOBID= 11174087
Free space on /tmp= 62556 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=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-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-2669960-1276698661/watcher-2669960-1276698661 -o /tmp/evaluation-result-2669960-1276698661/solver-2669960-1276698661 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669960-1276698661.opb

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

MD5SUM BENCH= c4232b649086935e0cf725c77927c83f
RANDOM SEED=51333614

node059.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.244
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.48
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.244
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1511352 kB
Buffers:        142856 kB
Cached:         261864 kB
SwapCached:          0 kB
Active:         158096 kB
Inactive:       305716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1511352 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             504 kB
Writeback:           0 kB
AnonPages:       59128 kB
Mapped:          15400 kB
Slab:            61972 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180352 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= 62552 MiB
End job on node059 at 2010-06-16 17:00:35