Trace number 2669947

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)439 1800.25 1774.33

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=263-P1=409-P2=29-P3=379-B.opb
MD5SUM947e947c586d02edcb816b66608818b9
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 benchmark2.6116
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 variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2669947-1276698660.opb
0.22/0.22	c reading problem ... 
0.37/0.34	c ... done. Wall clock time 0.125s.
0.37/0.34	c #vars     324
0.37/0.34	c #constraints  496
0.37/0.34	c constraints type 
0.37/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
0.37/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
62.68/59.18	c SATISFIABLE
62.68/59.18	c OPTIMIZING...
62.68/59.18	c Got one! Elapsed wall clock time (in seconds):58.961
62.68/59.18	o 439
65.16/61.55	c cleaning 0 clauses out of 5001 with flag 0/5001
308.30/302.88	c cleaning 0 clauses out of 11000 with flag 0/11000
937.49/925.14	c cleaning 0 clauses out of 18000 with flag 0/18000
1702.24/1678.34	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.09/1774.22	c starts		: 55
1800.09/1774.22	c conflicts		: 26793
1800.09/1774.22	c decisions		: 28620
1800.09/1774.22	c propagations		: 462211
1800.09/1774.22	c inspects		: 802346548
1800.09/1774.22	c learnt literals	: 0
1800.09/1774.22	c learnt binary clauses	: 0
1800.09/1774.22	c learnt ternary clauses	: 0
1800.09/1774.22	c learnt clauses	: 26793
1800.09/1774.22	c ignored clauses	: 0
1800.09/1774.22	c root simplifications	: 0
1800.09/1774.22	c removed literals (reason simplification)	: 0
1800.09/1774.22	c reason swapping (by a shorter reason)	: 0
1800.09/1774.22	c Calls to reduceDB	: 4
1800.09/1774.22	c number of reductions to clauses (during analyze)	: 0
1800.09/1774.22	c number of learned constraints concerned by reduction	: 0
1800.09/1774.22	c number of learning phase by resolution	: 0
1800.09/1774.22	c number of learning phase by cutting planes	: 0
1800.09/1774.22	c speed (assignments/second)	: 269.50308708380925
1800.09/1774.22	c non guided choices	439
1800.09/1774.26	c learnt constraints type 
1800.09/1774.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 66
1800.09/1774.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26727
1800.09/1774.26	c constraints type 
1800.09/1774.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
1800.09/1774.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 254
1800.09/1774.26	s SATISFIABLE
1800.09/1774.26	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 
1800.09/1774.26	c objective function=439
1800.09/1774.26	c Total wall clock time (in seconds): 1774.046

Verifier Data

OK	439

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2669947-1276698660/watcher-2669947-1276698660 -o /tmp/evaluation-result-2669947-1276698660/solver-2669947-1276698660 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669947-1276698660.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.17 3/106 17292
/proc/meminfo: memFree=1725572/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1752 CPUtime=0
/proc/17292/stat : 17292 (java6) R 17290 17292 17265 0 -1 4194304 167 0 0 0 0 0 0 0 23 0 1 0 11158242 1794048 83 1992294400 134512640 134550932 4287230224 18446744073709551615 5768484 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17292/statm: 425 76 56 10 0 30 0

[startup+0.0976221 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 17292
/proc/meminfo: memFree=1725572/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1523992 CPUtime=0.07
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 3907 0 1 0 5 2 0 0 15 0 12 0 11158242 1560567808 3345 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 380998 3345 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1523992

[startup+0.104202 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 17292
/proc/meminfo: memFree=1725572/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1524184 CPUtime=0.09
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 3970 0 1 0 6 3 0 0 15 0 12 0 11158242 1560764416 3408 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 381046 3408 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300199 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 17292
/proc/meminfo: memFree=1725572/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1526400 CPUtime=0.37
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 5315 0 1 0 33 4 0 0 15 0 12 0 11158242 1563033600 4751 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 381600 4751 1364 10 0 378902 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526400

[startup+0.701679 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 17292
/proc/meminfo: memFree=1725572/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1530444 CPUtime=1.08
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 8303 0 1 0 103 5 0 0 15 0 13 0 11158242 1567174656 7419 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 382611 7419 1403 10 0 379913 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1530444

[startup+1.50176 s]
/proc/loadavg: 0.48 0.10 0.20 5/119 17305
/proc/meminfo: memFree=1683060/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1536752 CPUtime=2.68
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 22903 0 1 0 256 12 0 0 15 0 13 0 11158242 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384188 19155 1422 10 0 381490 0
[pid=17292/tid=17294] ppid=17290 vsize=1536752 CPUtime=1.3
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 15521 0 1 0 122 8 0 0 18 0 13 0 11158243 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4108935045 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 11158245 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11158245 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11158246 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11158247 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 11158247 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1536752 CPUtime=0.27
/proc/17292/task/17301/stat : 17301 (java) R 17290 17292 17265 0 -1 4202560 930 0 0 0 27 0 0 0 22 0 13 0 11158251 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 106117413 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1536752 CPUtime=1.06
/proc/17292/task/17302/stat : 17302 (java) R 17290 17292 17265 0 -1 4202560 5382 0 0 0 105 1 0 0 16 0 13 0 11158251 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 104163572 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11158251 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1536752 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1573634048 19155 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1536752

[startup+3.10193 s]
/proc/loadavg: 0.48 0.10 0.20 4/119 17305
/proc/meminfo: memFree=1605560/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1540924 CPUtime=5.86
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 45011 0 1 0 566 20 0 0 15 0 13 0 11158242 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 385231 37593 1435 10 0 382533 0
[pid=17292/tid=17294] ppid=17290 vsize=1540924 CPUtime=2.75
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 32072 0 1 0 260 15 0 0 17 0 13 0 11158243 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4108910996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1540924 CPUtime=0.01
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 433 0 0 0 1 0 0 0 16 0 13 0 11158245 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1540924 CPUtime=0.01
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 486 0 0 0 1 0 0 0 16 0 13 0 11158245 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1540924 CPUtime=0
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 11158246 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1540924 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1540924 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1540924 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1540924 CPUtime=0.53
/proc/17292/task/17301/stat : 17301 (java) R 17290 17292 17265 0 -1 4202560 2251 0 0 0 53 0 0 0 23 0 13 0 11158251 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 104142681 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1540924 CPUtime=2.52
/proc/17292/task/17302/stat : 17302 (java) R 17290 17292 17265 0 -1 4202560 8688 0 0 0 249 3 0 0 17 0 13 0 11158251 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 104147993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1540924 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1540924 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11158251 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1540924 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1577906176 37593 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1540924

[startup+6.30125 s]
/proc/loadavg: 0.48 0.10 0.20 2/119 17305
/proc/meminfo: memFree=1571584/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1539444 CPUtime=9.49
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 55070 0 1 0 924 25 0 0 15 0 13 0 11158242 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384861 45956 1435 10 0 382163 0
[pid=17292/tid=17294] ppid=17290 vsize=1539444 CPUtime=5.86
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 37239 0 1 0 569 17 0 0 22 0 13 0 11158243 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4108935058 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1539444 CPUtime=0.07
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 2178 0 0 0 7 0 0 0 15 0 13 0 11158245 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1539444 CPUtime=0.07
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 2185 0 0 0 6 1 0 0 15 0 13 0 11158245 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1539444 CPUtime=0
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 11158246 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1539444 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1539444 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1539444 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1539444 CPUtime=0.79
/proc/17292/task/17301/stat : 17301 (java) S 17290 17292 17265 0 -1 4202560 3533 0 0 0 78 1 0 0 18 0 13 0 11158251 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1539444 CPUtime=2.64
/proc/17292/task/17302/stat : 17302 (java) S 17290 17292 17265 0 -1 4202560 8838 0 0 0 261 3 0 0 15 0 13 0 11158251 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1539444 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1539444 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11158251 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1539444 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1576390656 45956 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 1539444

[startup+12.7019 s]
/proc/loadavg: 0.71 0.16 0.22 2/119 17305
/proc/meminfo: memFree=1537980/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1537228 CPUtime=15.97
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 58241 0 1 0 1571 26 0 0 15 0 13 0 11158242 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384307 48171 1435 10 0 381609 0
[pid=17292/tid=17294] ppid=17290 vsize=1537228 CPUtime=12.16
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 37249 0 1 0 1199 17 0 0 25 0 13 0 11158243 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4108911043 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1537228 CPUtime=0.16
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 4049 0 0 0 15 1 0 0 16 0 13 0 11158245 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1537228 CPUtime=0.16
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 3475 0 0 0 15 1 0 0 15 0 13 0 11158245 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11158246 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1537228 CPUtime=0.79
/proc/17292/task/17301/stat : 17301 (java) S 17290 17292 17265 0 -1 4202560 3533 0 0 0 78 1 0 0 18 0 13 0 11158251 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1537228 CPUtime=2.64
/proc/17292/task/17302/stat : 17302 (java) S 17290 17292 17265 0 -1 4202560 8838 0 0 0 261 3 0 0 15 0 13 0 11158251 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11158251 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1574121472 48171 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.97
Current children cumulated vsize (KiB) 1537228

[startup+25.5012 s]
/proc/loadavg: 0.75 0.19 0.23 2/119 17305
/proc/meminfo: memFree=1528804/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1537228 CPUtime=28.85
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 60825 0 1 0 2857 28 0 0 15 0 13 0 11158242 1574121472 50460 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384307 50460 1435 10 0 381609 0
[pid=17292/tid=17294] ppid=17290 vsize=1537228 CPUtime=24.83
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 37302 0 1 0 2466 17 0 0 25 0 13 0 11158243 1574121472 50460 1992294400 134512640 134550932 4291245456 18446744073709551615 4108905043 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1537228 CPUtime=0.25
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 5483 0 0 0 23 2 0 0 15 0 13 0 11158245 1574121472 50460 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1537228 CPUtime=0.25
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 4572 0 0 0 23 2 0 0 16 0 13 0 11158245 1574121472 50460 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1537228 CPUtime=0

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

[pid=17292/tid=17298] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1537228 CPUtime=0.8
/proc/17292/task/17301/stat : 17301 (java) S 17290 17292 17265 0 -1 4202560 3533 0 0 0 79 1 0 0 18 0 13 0 11158251 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1537228 CPUtime=2.85
/proc/17292/task/17302/stat : 17302 (java) S 17290 17292 17265 0 -1 4202560 8851 0 0 0 282 3 0 0 15 0 13 0 11158251 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 11158251 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1574121472 90012 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1564.16
Current children cumulated vsize (KiB) 1537228

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/119 17350
/proc/meminfo: memFree=1361776/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1537228 CPUtime=1625.02
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 105798 0 1 0 162380 122 0 0 15 0 13 0 11158242 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384307 91585 1445 10 0 381609 0
[pid=17292/tid=17294] ppid=17290 vsize=1537228 CPUtime=1579.58
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 38402 0 1 0 157913 45 0 0 25 0 13 0 11158243 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4108908749 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1537228 CPUtime=20.24
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 27122 0 0 0 1993 31 0 0 16 0 13 0 11158245 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1537228 CPUtime=20.33
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 26206 0 0 0 2003 30 0 0 16 0 13 0 11158245 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1537228 CPUtime=1.14
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 520 0 0 0 106 8 0 0 15 0 13 0 11158246 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1537228 CPUtime=0.8
/proc/17292/task/17301/stat : 17301 (java) S 17290 17292 17265 0 -1 4202560 3533 0 0 0 79 1 0 0 18 0 13 0 11158251 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1537228 CPUtime=2.85
/proc/17292/task/17302/stat : 17302 (java) S 17290 17292 17265 0 -1 4202560 8851 0 0 0 282 3 0 0 15 0 13 0 11158251 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 11158251 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1574121472 91585 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.02
Current children cumulated vsize (KiB) 1537228

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/119 17352
/proc/meminfo: memFree=1346772/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1537228 CPUtime=1685.94
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 109887 0 1 0 168466 128 0 0 15 0 13 0 11158242 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384307 95318 1445 10 0 381609 0
[pid=17292/tid=17294] ppid=17290 vsize=1537228 CPUtime=1638.57
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 38449 0 1 0 163810 47 0 0 25 0 13 0 11158243 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4109212159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1537228 CPUtime=21.19
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 29004 0 0 0 2087 32 0 0 16 0 13 0 11158245 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1537228 CPUtime=21.28
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 28358 0 0 0 2096 32 0 0 16 0 13 0 11158245 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1537228 CPUtime=1.15
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 524 0 0 0 107 8 0 0 15 0 13 0 11158246 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1537228 CPUtime=0.8
/proc/17292/task/17301/stat : 17301 (java) S 17290 17292 17265 0 -1 4202560 3533 0 0 0 79 1 0 0 18 0 13 0 11158251 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1537228 CPUtime=2.85
/proc/17292/task/17302/stat : 17302 (java) S 17290 17292 17265 0 -1 4202560 8851 0 0 0 282 3 0 0 15 0 13 0 11158251 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11158251 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1574121472 95318 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1685.94
Current children cumulated vsize (KiB) 1537228

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.85 2/119 17354
/proc/meminfo: memFree=1343424/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1537228 CPUtime=1747.06
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 110729 0 1 0 174573 133 0 0 15 0 13 0 11158242 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384307 96073 1445 10 0 381609 0
[pid=17292/tid=17294] ppid=17290 vsize=1537228 CPUtime=1696.58
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 38495 0 1 0 169609 49 0 0 25 0 13 0 11158243 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4108910365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1537228 CPUtime=22.34
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 29287 0 0 0 2202 32 0 0 15 0 13 0 11158245 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1537228 CPUtime=22.43
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 28867 0 0 0 2208 35 0 0 16 0 13 0 11158245 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1537228 CPUtime=1.97
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 526 0 0 0 189 8 0 0 15 0 13 0 11158246 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1537228 CPUtime=0.8
/proc/17292/task/17301/stat : 17301 (java) S 17290 17292 17265 0 -1 4202560 3533 0 0 0 79 1 0 0 18 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1537228 CPUtime=2.85
/proc/17292/task/17302/stat : 17302 (java) S 17290 17292 17265 0 -1 4202560 8851 0 0 0 282 3 0 0 15 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) R 17290 17292 17265 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1747.06
Current children cumulated vsize (KiB) 1537228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.2 s]
/proc/loadavg: 1.00 1.00 0.85 2/119 17354
/proc/meminfo: memFree=1343300/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=1537228 CPUtime=1800.09
/proc/17292/stat : 17292 (java) S 17290 17292 17265 0 -1 4202496 110773 0 1 0 179871 138 0 0 15 0 13 0 11158242 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 384307 96073 1445 10 0 381609 0
[pid=17292/tid=17294] ppid=17290 vsize=1537228 CPUtime=1747.34
/proc/17292/task/17294/stat : 17294 (java) R 17290 17292 17265 0 -1 4202560 38531 0 1 0 174683 51 0 0 25 0 13 0 11158243 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4108883178 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17292/tid=17295] ppid=17290 vsize=1537228 CPUtime=23.47
/proc/17292/task/17295/stat : 17295 (java) S 17290 17292 17265 0 -1 4202560 29287 0 0 0 2315 32 0 0 15 0 13 0 11158245 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17296] ppid=17290 vsize=1537228 CPUtime=23.56
/proc/17292/task/17296/stat : 17296 (java) S 17290 17292 17265 0 -1 4202560 28867 0 0 0 2319 37 0 0 16 0 13 0 11158245 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17297] ppid=17290 vsize=1537228 CPUtime=1.97
/proc/17292/task/17297/stat : 17297 (java) S 17290 17292 17265 0 -1 4202560 530 0 0 0 189 8 0 0 15 0 13 0 11158246 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 0 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17298] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17298/stat : 17298 (java) S 17290 17292 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17299] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17299/stat : 17299 (java) S 17290 17292 17265 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11158247 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17300] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17300/stat : 17300 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17301] ppid=17290 vsize=1537228 CPUtime=0.8
/proc/17292/task/17301/stat : 17301 (java) S 17290 17292 17265 0 -1 4202560 3533 0 0 0 79 1 0 0 18 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17302] ppid=17290 vsize=1537228 CPUtime=2.85
/proc/17292/task/17302/stat : 17302 (java) S 17290 17292 17265 0 -1 4202560 8851 0 0 0 282 3 0 0 15 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
[pid=17292/tid=17303] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17303/stat : 17303 (java) S 17290 17292 17265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17304] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17304/stat : 17304 (java) S 17290 17292 17265 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 11158251 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 0 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=1537228 CPUtime=0
/proc/17292/task/17305/stat : 17305 (java) S 17290 17292 17265 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11158277 1574121472 96073 1992294400 134512640 134550932 4291245456 18446744073709551615 4294960144 0 4 0 16800975 18446604437879140736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1537228

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

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

[startup+1774.32 s]
/proc/loadavg: 1.00 1.00 0.85 2/119 17354
/proc/meminfo: memFree=1343300/2059040 swapFree=4192956/4192956
[pid=17292] ppid=17290 vsize=0 CPUtime=1800.23
/proc/17292/stat : 17292 (java) Z 17290 17292 17265 0 -1 4203548 110795 0 1 0 179882 141 0 0 15 0 2 0 11158242 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17292/statm: 0 0 0 0 0 0 0
[pid=17292/tid=17305] ppid=17290 vsize=0 CPUtime=0.03
/proc/17292/task/17305/stat : 17305 (java) R 17290 17292 17265 0 -1 4203588 4 0 0 0 0 3 0 0 18 0 2 0 11158277 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): 1774.33
CPU time (s): 1800.25
CPU user time (s): 1798.82
CPU system time (s): 1.42378
CPU usage (%): 101.461
Max. virtual memory (cumulated for all children) (KiB): 1541716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.42378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110795
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= 47828
involuntary context switches= 40415

runsolver used 3.53046 second user time and 9.58154 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 16:31:00
IDJOB=2669947
IDBENCH=47906
IDSOLVER=1165
FILE ID=node045/2669947-1276698660
PBS_JOBID= 11174098
Free space on /tmp= 62460 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=9-P0=263-P1=409-P2=29-P3=379-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-2669947-1276698660/watcher-2669947-1276698660 -o /tmp/evaluation-result-2669947-1276698660/solver-2669947-1276698660 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669947-1276698660.opb

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

MD5SUM BENCH= 947e947c586d02edcb816b66608818b9
RANDOM SEED=1644152218

node045.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.247
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.49
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.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1725968 kB
Buffers:         87428 kB
Cached:         119048 kB
SwapCached:          0 kB
Active:          90444 kB
Inactive:       175244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1725968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:       59244 kB
Mapped:          15384 kB
Slab:            45544 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182096 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= 62460 MiB
End job on node045 at 2010-06-16 17:00:37