Trace number 2658245

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.2 1790.52

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_2_15.opb
MD5SUM2e96a8731ecdc9612117a9b1f6bb2f31
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.04669
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2658245-1276683033.opb
0.24/0.21	c reading problem ... 
95.53/94.14	c ... done. Wall clock time 93.932s.
95.53/94.14	c #vars     16670
95.53/94.14	c #constraints  32843
95.53/94.14	c constraints type 
95.53/94.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15670
95.53/94.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
95.53/94.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
95.53/94.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
113.58/111.05	c cleaning 2500 clauses out of 5000 with flag 5000/5000
139.70/136.76	c cleaning 4250 clauses out of 8500 with flag 11000/11000
177.94/174.88	c cleaning 5626 clauses out of 11251 with flag 18001/18001
225.36/222.07	c cleaning 6840 clauses out of 13679 with flag 26055/26055
279.20/275.64	c cleaning 7893 clauses out of 15785 with flag 35001/35001
334.14/330.41	c cleaning 8990 clauses out of 17980 with flag 45089/45089
449.61/445.63	c cleaning 9963 clauses out of 19926 with flag 56025/56025
555.21/551.00	c cleaning 10998 clauses out of 21996 with flag 68058/68058
642.72/638.22	c cleaning 11972 clauses out of 23943 with flag 81003/81003
742.13/737.31	c cleaning 12995 clauses out of 25989 with flag 95021/95021
874.39/869.16	c cleaning 14076 clauses out of 28152 with flag 110179/110179
1011.07/1005.23	c cleaning 14951 clauses out of 29901 with flag 126004/126004
1193.88/1187.30	c cleaning 16028 clauses out of 32055 with flag 143109/143109
1332.83/1325.61	c cleaning 16959 clauses out of 33918 with flag 161000/161000
1532.36/1524.28	c cleaning 17979 clauses out of 35959 with flag 180000/180000
1700.15/1691.15	c cleaning 19192 clauses out of 38383 with flag 200403/200403
1800.03/1790.41	c starts		: 118
1800.03/1790.41	c conflicts		: 207449
1800.03/1790.41	c decisions		: 656738
1800.03/1790.41	c propagations		: 20928618
1800.03/1790.41	c inspects		: 1130311491
1800.03/1790.41	c learnt literals	: 0
1800.03/1790.41	c learnt binary clauses	: 0
1800.03/1790.41	c learnt ternary clauses	: 3
1800.03/1790.41	c learnt clauses	: 207449
1800.03/1790.41	c ignored clauses	: 0
1800.03/1790.41	c root simplifications	: 0
1800.03/1790.41	c removed literals (reason simplification)	: 691681
1800.03/1790.41	c reason swapping (by a shorter reason)	: 0
1800.03/1790.41	c Calls to reduceDB	: 16
1800.03/1790.41	c number of reductions to clauses (during analyze)	: 0
1800.03/1790.41	c number of learned constraints concerned by reduction	: 0
1800.03/1790.41	c number of learning phase by resolution	: 0
1800.03/1790.41	c number of learning phase by cutting planes	: 0
1800.03/1790.41	c speed (assignments/second)	: 12337.993743935238
1800.03/1790.41	c non guided choices	16127
1800.03/1790.46	c learnt constraints type 
1800.03/1790.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 26248
1800.03/1790.46	c constraints type 
1800.03/1790.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15670
1800.03/1790.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1790.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1790.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1800.03/1790.46	s UNKNOWN
1800.03/1790.46	c Total wall clock time (in seconds): 1790.253

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16253
/proc/meminfo: memFree=1725748/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=248 CPUtime=0
/proc/16253/stat : 16253 (java6) R 16251 16253 15471 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 9594259 253952 28 1992294400 134512640 134550932 4292724272 18446744073709551615 10998356 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16253/statm: 62 28 21 10 0 23 0

[startup+0.012534 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16253
/proc/meminfo: memFree=1725748/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1832 CPUtime=0
/proc/16253/stat : 16253 (java6) S 16251 16253 15471 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 9594259 1875968 144 1992294400 134512640 134550932 4292724272 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 0
/proc/16253/statm: 458 148 111 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101331 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16253
/proc/meminfo: memFree=1725748/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1523992 CPUtime=0.07
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 3911 0 1 0 5 2 0 0 15 0 12 0 9594259 1560567808 3351 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 380998 3351 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1523992

[startup+0.301139 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16253
/proc/meminfo: memFree=1725748/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1526248 CPUtime=0.36
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 5334 0 1 0 33 3 0 0 15 0 12 0 9594259 1562877952 4772 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 381562 4772 1360 10 0 378864 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526248

[startup+0.700119 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16253
/proc/meminfo: memFree=1725748/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1529012 CPUtime=1.1
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 7114 0 1 0 105 5 0 0 15 0 12 0 9594259 1565708288 6511 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 382253 6511 1404 10 0 379555 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1529012

[startup+1.50108 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 16265
/proc/meminfo: memFree=1702156/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1528880 CPUtime=2.25
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 8763 0 1 0 220 5 0 0 15 0 12 0 9594259 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 382220 7545 1409 10 0 379522 0
[pid=16253/tid=16255] ppid=16251 vsize=1528880 CPUtime=1.46
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 5750 0 1 0 143 3 0 0 19 0 12 0 9594261 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4108883554 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 9594262 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 9594262 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9594264 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 9594264 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 9594264 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 9594269 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1528880 CPUtime=0.3
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 132 0 0 0 30 0 0 0 22 0 12 0 9594269 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1528880 CPUtime=0.46
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 1817 0 0 0 46 0 0 0 22 0 12 0 9594269 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9594269 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9594269 1565573120 7545 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1528880

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16265
/proc/meminfo: memFree=1698684/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1528880 CPUtime=3.9
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 9603 0 1 0 384 6 0 0 15 0 12 0 9594259 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 382220 8385 1416 10 0 379522 0
[pid=16253/tid=16255] ppid=16251 vsize=1528880 CPUtime=3.07
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 6588 0 1 0 303 4 0 0 23 0 12 0 9594261 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4108883554 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 9594262 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 9594262 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9594264 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 9594264 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 9594264 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 9594269 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1528880 CPUtime=0.32
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 134 0 0 0 32 0 0 0 15 0 12 0 9594269 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1528880 CPUtime=0.49
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 1817 0 0 0 49 0 0 0 15 0 12 0 9594269 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9594269 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9594269 1565573120 8385 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1528880

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16265
/proc/meminfo: memFree=1693104/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1528880 CPUtime=7.22
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 10844 0 1 0 715 7 0 0 15 0 12 0 9594259 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 382220 9625 1418 10 0 379522 0
[pid=16253/tid=16255] ppid=16251 vsize=1528880 CPUtime=6.26
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 7818 0 1 0 621 5 0 0 25 0 12 0 9594261 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4109012686 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 9594262 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 9594262 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9594264 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 9594264 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 9594264 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 9594269 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1528880 CPUtime=0.38
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 139 0 0 0 38 0 0 0 15 0 12 0 9594269 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1528880 CPUtime=0.54
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 1823 0 0 0 54 0 0 0 15 0 12 0 9594269 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9594269 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9594269 1565573120 9625 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 1528880

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 16265
/proc/meminfo: memFree=1684184/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1528880 CPUtime=13.64
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 12966 0 1 0 1355 9 0 0 15 0 12 0 9594259 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 382220 11747 1418 10 0 379522 0
[pid=16253/tid=16255] ppid=16251 vsize=1528880 CPUtime=12.66
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 9939 0 1 0 1259 7 0 0 25 0 12 0 9594261 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4109012645 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 9594262 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 9594262 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9594264 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 9594264 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 9594264 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 9594269 1565573120 11747 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1528880 CPUtime=0.38
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 139 0 0 0 38 0 0 0 15 0 12 0 9594269 1565573120 11748 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1528880 CPUtime=0.56
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 1824 0 0 0 56 0 0 0 15 0 12 0 9594269 1565573120 11748 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9594269 1565573120 11748 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1528880 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9594269 1565573120 11748 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 1528880

[startup+25.5009 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16265
/proc/meminfo: memFree=1668932/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1529268 CPUtime=26.86
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 16759 0 1 0 2675 11 0 0 15 0 12 0 9594259 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 382317 15305 1419 10 0 379619 0
[pid=16253/tid=16255] ppid=16251 vsize=1529268 CPUtime=25.45
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 13383 0 1 0 2536 9 0 0 25 0 12 0 9594261 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4108883536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1529268 CPUtime=0
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 9594262 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1529268 CPUtime=0
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 9594262 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1529268 CPUtime=0
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 9594264 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1529268 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 9594264 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1529268 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 9594264 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1529268 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 9594269 1565970432 15305 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1529268 CPUtime=0.58

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

[pid=16253/tid=16259] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9594264 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9594264 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 9594269 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1532392 CPUtime=1.21
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 1554 0 0 0 121 0 0 0 15 0 13 0 9594269 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1532392 CPUtime=1.55
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 2952 0 0 0 154 1 0 0 15 0 13 0 9594269 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9594269 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 9594269 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16268] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16268/stat : 16268 (java) S 16251 16253 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9603678 1569169408 85294 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1610.91
Current children cumulated vsize (KiB) 1532392

[startup+1662.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/119 16313
/proc/meminfo: memFree=1383600/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1532392 CPUtime=1671.2
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 97446 0 1 0 167041 79 0 0 15 0 13 0 9594259 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 383098 86105 1445 10 0 380400 0
[pid=16253/tid=16255] ppid=16251 vsize=1532392 CPUtime=1651.35
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 32495 0 1 0 165106 29 0 0 25 0 13 0 9594261 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4108951324 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1532392 CPUtime=7.33
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 29724 0 0 0 711 22 0 0 16 0 13 0 9594262 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1532392 CPUtime=7.3
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 28221 0 0 0 710 20 0 0 16 0 13 0 9594262 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1532392 CPUtime=2.39
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 1339 0 0 0 236 3 0 0 15 0 13 0 9594264 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9594264 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9594264 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 9594269 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1532392 CPUtime=1.21
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 1554 0 0 0 121 0 0 0 15 0 13 0 9594269 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1532392 CPUtime=1.55
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 2952 0 0 0 154 1 0 0 15 0 13 0 9594269 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9594269 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 9594269 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16268] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16268/stat : 16268 (java) S 16251 16253 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9603678 1569169408 86105 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1671.2
Current children cumulated vsize (KiB) 1532392

[startup+1722.3 s]
/proc/loadavg: 1.21 1.08 1.02 2/119 16315
/proc/meminfo: memFree=1376904/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1532392 CPUtime=1731.53
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 99124 0 1 0 173072 81 0 0 15 0 13 0 9594259 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 383098 87703 1445 10 0 380400 0
[pid=16253/tid=16255] ppid=16251 vsize=1532392 CPUtime=1710.72
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 32512 0 1 0 171042 30 0 0 25 0 13 0 9594261 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4109387076 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1532392 CPUtime=7.68
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 30381 0 0 0 746 22 0 0 15 0 13 0 9594262 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1532392 CPUtime=7.65
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 29217 0 0 0 744 21 0 0 16 0 13 0 9594262 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1532392 CPUtime=2.63
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 1343 0 0 0 260 3 0 0 15 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1532392 CPUtime=1.21
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 1554 0 0 0 121 0 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1532392 CPUtime=1.55
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 2952 0 0 0 154 1 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16268] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16268/stat : 16268 (java) S 16251 16253 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9603678 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1731.53
Current children cumulated vsize (KiB) 1532392

[startup+1782.3 s]
/proc/loadavg: 1.15 1.09 1.02 2/119 16317
/proc/meminfo: memFree=1376780/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1532392 CPUtime=1791.88
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 99147 0 1 0 179107 81 0 0 15 0 13 0 9594259 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 383098 87703 1445 10 0 380400 0
[pid=16253/tid=16255] ppid=16251 vsize=1532392 CPUtime=1770.31
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 32531 0 1 0 177001 30 0 0 25 0 13 0 9594261 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4109291993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1532392 CPUtime=8.07
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 30381 0 0 0 785 22 0 0 15 0 13 0 9594262 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1532392 CPUtime=8.04
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 29217 0 0 0 782 22 0 0 16 0 13 0 9594262 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1532392 CPUtime=2.63
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 1345 0 0 0 260 3 0 0 16 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1532392 CPUtime=1.21
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 1554 0 0 0 121 0 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1532392 CPUtime=1.55
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 2952 0 0 0 154 1 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16268] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16268/stat : 16268 (java) S 16251 16253 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9603678 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1791.88
Current children cumulated vsize (KiB) 1532392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 1.12 1.09 1.02 2/119 16317
/proc/meminfo: memFree=1376780/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=1532392 CPUtime=1800.03
/proc/16253/stat : 16253 (java) S 16251 16253 15471 0 -1 4202496 99153 0 1 0 179921 82 0 0 15 0 13 0 9594259 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 383098 87703 1445 10 0 380400 0
[pid=16253/tid=16255] ppid=16251 vsize=1532392 CPUtime=1778.37
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4202560 32533 0 1 0 177807 30 0 0 25 0 13 0 9594261 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4109259303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16253/tid=16256] ppid=16251 vsize=1532392 CPUtime=8.11
/proc/16253/task/16256/stat : 16256 (java) S 16251 16253 15471 0 -1 4202560 30381 0 0 0 789 22 0 0 15 0 13 0 9594262 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16257] ppid=16251 vsize=1532392 CPUtime=8.08
/proc/16253/task/16257/stat : 16257 (java) S 16251 16253 15471 0 -1 4202560 29217 0 0 0 786 22 0 0 16 0 13 0 9594262 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16258] ppid=16251 vsize=1532392 CPUtime=2.63
/proc/16253/task/16258/stat : 16258 (java) S 16251 16253 15471 0 -1 4202560 1347 0 0 0 260 3 0 0 15 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 0 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16259] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16259/stat : 16259 (java) S 16251 16253 15471 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16260] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16260/stat : 16260 (java) S 16251 16253 15471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9594264 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16261] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16261/stat : 16261 (java) S 16251 16253 15471 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16262] ppid=16251 vsize=1532392 CPUtime=1.21
/proc/16253/task/16262/stat : 16262 (java) S 16251 16253 15471 0 -1 4202560 1554 0 0 0 121 0 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16263] ppid=16251 vsize=1532392 CPUtime=1.55
/proc/16253/task/16263/stat : 16263 (java) S 16251 16253 15471 0 -1 4202560 2952 0 0 0 154 1 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
[pid=16253/tid=16264] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16264/stat : 16264 (java) S 16251 16253 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16265] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16265/stat : 16265 (java) S 16251 16253 15471 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 9594269 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 0 0 0 0
[pid=16253/tid=16268] ppid=16251 vsize=1532392 CPUtime=0
/proc/16253/task/16268/stat : 16268 (java) S 16251 16253 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9603678 1569169408 87703 1992294400 134512640 134550932 4293791856 18446744073709551615 4294960144 0 4 0 16800975 18446604437807026496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1532392

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

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

[startup+1790.52 s]
/proc/loadavg: 1.12 1.09 1.02 2/119 16317
/proc/meminfo: memFree=1376780/2059040 swapFree=4164948/4192956
[pid=16253] ppid=16251 vsize=0 CPUtime=1800.19
/proc/16253/stat : 16253 (java) Z 16251 16253 15471 0 -1 4203548 99173 0 1 0 179934 85 0 0 15 0 2 0 9594259 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16253/statm: 0 0 0 0 0 0 0
[pid=16253/tid=16255] ppid=16251 vsize=0 CPUtime=1778.47
/proc/16253/task/16255/stat : 16255 (java) R 16251 16253 15471 0 -1 4203588 32533 0 1 0 177814 33 0 0 25 0 2 0 9594261 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.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.52
CPU time (s): 1800.2
CPU user time (s): 1799.34
CPU system time (s): 0.858869
CPU usage (%): 100.541
Max. virtual memory (cumulated for all children) (KiB): 1533152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.858869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99173
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= 41686
involuntary context switches= 28222

runsolver used 3.55746 second user time and 9.67453 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 12:10:33
IDJOB=2658245
IDBENCH=48364
IDSOLVER=1164
FILE ID=node052/2658245-1276683033
PBS_JOBID= 11172553
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_2_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658245-1276683033/watcher-2658245-1276683033 -o /tmp/evaluation-result-2658245-1276683033/solver-2658245-1276683033 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658245-1276683033.opb

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

MD5SUM BENCH= 2e96a8731ecdc9612117a9b1f6bb2f31
RANDOM SEED=264126721

node052.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.262
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.52
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.262
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:       1726020 kB
Buffers:         76332 kB
Cached:         142824 kB
SwapCached:       3620 kB
Active:         103632 kB
Inactive:       150364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1726020 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             636 kB
Writeback:           0 kB
AnonPages:       31196 kB
Mapped:          15024 kB
Slab:            57124 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181508 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= 62504 MiB
End job on node052 at 2010-06-16 12:40:25