Trace number 2658193

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.23 1795.34

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_1_15.opb
MD5SUM35f11a54f1fd329a650032f8b75cdf62
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 benchmark1.08183
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)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658193-1276677812.opb
0.08/0.20	c reading problem ... 
15.72/14.57	c ... done. Wall clock time 14.373s.
15.72/14.57	c #vars     7318
15.72/14.58	c #constraints  14139
15.72/14.58	c constraints type 
15.72/14.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
15.72/14.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
15.72/14.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
15.72/14.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
30.12/28.19	c cleaning 2502 clauses out of 5004 with flag 5004/5004
49.80/47.62	c cleaning 4262 clauses out of 8524 with flag 11026/11026
82.69/80.42	c cleaning 5664 clauses out of 11328 with flag 18092/18092
128.57/126.15	c cleaning 6822 clauses out of 13643 with flag 26071/26071
176.15/173.66	c cleaning 7880 clauses out of 15759 with flag 35009/35009
249.64/247.05	c cleaning 9028 clauses out of 18055 with flag 45185/45185
328.94/326.27	c cleaning 9993 clauses out of 19986 with flag 56144/56144
450.06/447.22	c cleaning 11038 clauses out of 22076 with flag 68227/68227
553.97/551.06	c cleaning 11909 clauses out of 23818 with flag 81007/81007
688.83/685.74	c cleaning 12957 clauses out of 25914 with flag 95012/95012
865.16/861.88	c cleaning 14083 clauses out of 28165 with flag 110220/110220
1035.50/1031.94	c cleaning 14431 clauses out of 28862 with flag 125000/125000
1195.23/1191.41	c cleaning 14785 clauses out of 29570 with flag 140139/140139
1386.36/1382.26	c cleaning 14828 clauses out of 29655 with flag 155009/155009
1600.22/1595.79	c cleaning 14936 clauses out of 29871 with flag 170053/170053
1709.12/1704.39	c cleaning 14940 clauses out of 29883 with flag 185001/185001
1800.06/1795.22	c starts		: 117
1800.06/1795.22	c conflicts		: 198752
1800.06/1795.22	c decisions		: 456281
1800.06/1795.22	c propagations		: 22325843
1800.06/1795.22	c inspects		: 896998035
1800.06/1795.22	c learnt literals	: 0
1800.06/1795.22	c learnt binary clauses	: 0
1800.06/1795.22	c learnt ternary clauses	: 0
1800.06/1795.22	c learnt clauses	: 198752
1800.06/1795.22	c ignored clauses	: 0
1800.06/1795.22	c root simplifications	: 0
1800.06/1795.22	c removed literals (reason simplification)	: 486210
1800.06/1795.22	c reason swapping (by a shorter reason)	: 0
1800.06/1795.22	c Calls to reduceDB	: 16
1800.06/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.22	c number of learned constraints concerned by reduction	: 0
1800.06/1795.22	c number of learning phase by resolution	: 0
1800.06/1795.22	c number of learning phase by cutting planes	: 0
1800.06/1795.22	c speed (assignments/second)	: 12538.051056722641
1800.06/1795.22	c non guided choices	6798
1800.06/1795.27	c learnt constraints type 
1800.06/1795.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 28720
1800.06/1795.27	c constraints type 
1800.06/1795.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1800.06/1795.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.06/1795.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.06/1795.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
1800.06/1795.27	s UNKNOWN
1800.06/1795.27	c Total wall clock time (in seconds): 1795.068

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-2658193-1276677812/watcher-2658193-1276677812 -o /tmp/evaluation-result-2658193-1276677812/solver-2658193-1276677812 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658193-1276677812.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: 2.05 1.49 1.18 3/106 16444
/proc/meminfo: memFree=1468288/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=248 CPUtime=0
/proc/16444/stat : 16444 (java) R 16442 16444 15962 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 9073937 253952 28 1992294400 134512640 134550932 4292746672 18446744073709551615 5140958 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16444/statm: 62 28 21 10 0 23 0

[startup+0.055299 s]
/proc/loadavg: 2.05 1.49 1.18 3/106 16444
/proc/meminfo: memFree=1468288/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1521664 CPUtime=0.03
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 3568 0 1 0 2 1 0 0 18 0 7 0 9073937 1558183936 3008 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 380416 3008 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101304 s]
/proc/loadavg: 2.05 1.49 1.18 3/106 16444
/proc/meminfo: memFree=1468288/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1524184 CPUtime=0.08
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 3967 0 1 0 6 2 0 0 18 0 12 0 9073937 1560764416 3405 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 381046 3405 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30141 s]
/proc/loadavg: 2.05 1.49 1.18 3/106 16444
/proc/meminfo: memFree=1468288/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1526080 CPUtime=0.37
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 5348 0 1 0 34 3 0 0 18 0 12 0 9073937 1562705920 4784 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 381520 4784 1362 10 0 378822 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526080

[startup+0.701388 s]
/proc/loadavg: 2.05 1.49 1.18 3/106 16444
/proc/meminfo: memFree=1468288/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1528600 CPUtime=1.11
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 7336 0 1 0 107 4 0 0 18 0 12 0 9073937 1565286400 6680 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382150 6680 1404 10 0 379452 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528600

[startup+1.50034 s]
/proc/loadavg: 2.28 1.55 1.20 2/118 16456
/proc/meminfo: memFree=1443332/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1529628 CPUtime=2.27
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 9599 0 1 0 223 4 0 0 18 0 12 0 9073937 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382407 8422 1409 10 0 379709 0
[pid=16444/tid=16446] ppid=16442 vsize=1529628 CPUtime=1.47
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 6487 0 1 0 144 3 0 0 19 0 12 0 9073939 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4109342288 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9073940 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9073940 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9073942 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9073942 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9073942 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9073947 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1529628 CPUtime=0.44
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 836 0 0 0 44 0 0 0 23 0 12 0 9073947 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1529628 CPUtime=0.35
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1208 0 0 0 35 0 0 0 24 0 12 0 9073947 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9073947 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9073947 1566339072 8422 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1529628

[startup+3.10126 s]
/proc/loadavg: 2.28 1.55 1.20 2/118 16456
/proc/meminfo: memFree=1437008/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1529628 CPUtime=3.99
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 11059 0 1 0 394 5 0 0 18 0 12 0 9073937 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382407 9882 1416 10 0 379709 0
[pid=16444/tid=16446] ppid=16442 vsize=1529628 CPUtime=3.07
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 7944 0 1 0 303 4 0 0 22 0 12 0 9073939 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4109342288 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9073940 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9073940 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9073942 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9073942 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9073942 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9073947 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1529628 CPUtime=0.54
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 839 0 0 0 54 0 0 0 15 0 12 0 9073947 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1529628 CPUtime=0.36
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1208 0 0 0 36 0 0 0 15 0 12 0 9073947 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9073947 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9073947 1566339072 9882 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1529628

[startup+6.30008 s]
/proc/loadavg: 2.28 1.55 1.20 2/118 16456
/proc/meminfo: memFree=1425972/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1529628 CPUtime=7.33
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 13677 0 1 0 726 7 0 0 18 0 12 0 9073937 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382407 12499 1418 10 0 379709 0
[pid=16444/tid=16446] ppid=16442 vsize=1529628 CPUtime=6.26
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 10552 0 1 0 621 5 0 0 25 0 12 0 9073939 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4109342288 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9073940 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9073940 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9073942 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9073942 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9073942 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9073947 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1529628 CPUtime=0.6
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 846 0 0 0 60 0 0 0 15 0 12 0 9073947 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1529628 CPUtime=0.44
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1211 0 0 0 44 0 0 0 15 0 12 0 9073947 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9073947 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1529628 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9073947 1566339072 12499 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1529628

[startup+12.7017 s]
/proc/loadavg: 2.08 1.53 1.20 2/118 16456
/proc/meminfo: memFree=1403032/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1528568 CPUtime=13.92
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 20029 0 1 0 1382 10 0 0 18 0 12 0 9073937 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382142 18099 1418 10 0 379444 0
[pid=16444/tid=16446] ppid=16442 vsize=1528568 CPUtime=12.66
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 16334 0 1 0 1258 8 0 0 25 0 12 0 9073939 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4109470721 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9073940 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9073940 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9073942 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9073942 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9073942 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9073947 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1528568 CPUtime=0.73
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 1412 0 0 0 73 0 0 0 15 0 12 0 9073947 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1528568 CPUtime=0.49
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1215 0 0 0 49 0 0 0 15 0 12 0 9073947 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9073947 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1528568 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9073947 1565253632 18099 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.92
Current children cumulated vsize (KiB) 1528568

[startup+25.5019 s]
/proc/loadavg: 1.92 1.51 1.20 2/119 16457
/proc/meminfo: memFree=1311264/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1529952 CPUtime=27.48
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 42709 0 1 0 2729 19 0 0 18 0 13 0 9073937 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382488 40348 1440 10 0 379790 0
[pid=16444/tid=16446] ppid=16442 vsize=1529952 CPUtime=25.14
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 32063 0 1 0 2500 14 0 0 25 0 13 0 9073939 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4109733866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1529952 CPUtime=0.08
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 3334 0 0 0 7 1 0 0 18 0 13 0 9073940 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1529952 CPUtime=0.08
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 2944 0 0 0 7 1 0 0 18 0 13 0 9073940 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1529952 CPUtime=0
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 9073942 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1529952 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9073942 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1529952 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9073942 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1529952 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9073947 1566670848 40348 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1529952 CPUtime=1.28

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

[pid=16444/tid=16450] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1528928 CPUtime=1.45
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 1730 0 0 0 145 0 0 0 15 0 13 0 9073947 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1528928 CPUtime=0.91
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1576 0 0 0 91 0 0 0 15 0 13 0 9073947 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 9073947 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16457] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16457/stat : 16457 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9075398 1565622272 79553 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.83
Current children cumulated vsize (KiB) 1528928

[startup+1662.3 s]
/proc/loadavg: 1.01 1.04 1.02 2/119 16510
/proc/meminfo: memFree=1152668/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1528928 CPUtime=1667
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 90313 0 1 0 166642 58 0 0 18 0 13 0 9073937 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382232 79556 1445 10 0 379534 0
[pid=16444/tid=16446] ppid=16442 vsize=1528928 CPUtime=1655.62
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 32284 0 1 0 165543 19 0 0 25 0 13 0 9073939 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4109734965 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1528928 CPUtime=3.69
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 24761 0 0 0 354 15 0 0 16 0 13 0 9073940 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1528928 CPUtime=3.59
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 22935 0 0 0 342 17 0 0 16 0 13 0 9073940 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1528928 CPUtime=1.67
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 5860 0 0 0 164 3 0 0 15 0 13 0 9073942 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1528928 CPUtime=1.45
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 1730 0 0 0 145 0 0 0 15 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1528928 CPUtime=0.91
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1576 0 0 0 91 0 0 0 15 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16457] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16457/stat : 16457 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9075398 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667
Current children cumulated vsize (KiB) 1528928

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.01 2/119 16512
/proc/meminfo: memFree=1152544/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1528928 CPUtime=1727.13
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 90328 0 1 0 172652 61 0 0 18 0 13 0 9073937 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382232 79556 1445 10 0 379534 0
[pid=16444/tid=16446] ppid=16442 vsize=1528928 CPUtime=1715.23
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 32293 0 1 0 171502 21 0 0 25 0 13 0 9073939 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4109633381 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1528928 CPUtime=3.87
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 24761 0 0 0 372 15 0 0 15 0 13 0 9073940 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1528928 CPUtime=3.76
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 22935 0 0 0 358 18 0 0 15 0 13 0 9073940 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1528928 CPUtime=1.85
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 5862 0 0 0 182 3 0 0 15 0 13 0 9073942 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1528928 CPUtime=1.45
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 1730 0 0 0 145 0 0 0 15 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1528928 CPUtime=0.91
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1576 0 0 0 91 0 0 0 15 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 9073947 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16457] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16457/stat : 16457 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9075398 1565622272 79556 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.13
Current children cumulated vsize (KiB) 1528928

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/119 16514
/proc/meminfo: memFree=1152420/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1528928 CPUtime=1787.15
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 90337 0 1 0 178653 62 0 0 18 0 13 0 9073937 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382232 79560 1445 10 0 379534 0
[pid=16444/tid=16446] ppid=16442 vsize=1528928 CPUtime=1775.14
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 32294 0 1 0 177492 22 0 0 25 0 13 0 9073939 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4109733903 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1528928 CPUtime=3.93
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 24763 0 0 0 378 15 0 0 16 0 13 0 9073940 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1528928 CPUtime=3.81
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 22937 0 0 0 363 18 0 0 16 0 13 0 9073940 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1528928 CPUtime=1.85
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 5864 0 0 0 182 3 0 0 15 0 13 0 9073942 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1528928 CPUtime=1.45
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 1730 0 0 0 145 0 0 0 15 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1528928 CPUtime=0.91
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1576 0 0 0 91 0 0 0 15 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16457] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16457/stat : 16457 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9075398 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.15
Current children cumulated vsize (KiB) 1528928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 1.00 1.02 1.01 2/119 16514
/proc/meminfo: memFree=1152420/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=1528928 CPUtime=1800.06
/proc/16444/stat : 16444 (java) S 16442 16444 15962 0 -1 4202496 90339 0 1 0 179943 63 0 0 18 0 13 0 9073937 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 382232 79560 1445 10 0 379534 0
[pid=16444/tid=16446] ppid=16442 vsize=1528928 CPUtime=1788.05
/proc/16444/task/16446/stat : 16446 (java) R 16442 16444 15962 0 -1 4202560 32294 0 1 0 178782 23 0 0 25 0 13 0 9073939 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4109735030 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16444/tid=16447] ppid=16442 vsize=1528928 CPUtime=3.93
/proc/16444/task/16447/stat : 16447 (java) S 16442 16444 15962 0 -1 4202560 24763 0 0 0 378 15 0 0 16 0 13 0 9073940 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16448] ppid=16442 vsize=1528928 CPUtime=3.81
/proc/16444/task/16448/stat : 16448 (java) S 16442 16444 15962 0 -1 4202560 22937 0 0 0 363 18 0 0 16 0 13 0 9073940 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16449] ppid=16442 vsize=1528928 CPUtime=1.85
/proc/16444/task/16449/stat : 16449 (java) S 16442 16444 15962 0 -1 4202560 5864 0 0 0 182 3 0 0 15 0 13 0 9073942 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16450] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16450/stat : 16450 (java) S 16442 16444 15962 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16451] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16451/stat : 16451 (java) S 16442 16444 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9073942 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16452] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16452/stat : 16452 (java) S 16442 16444 15962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16453] ppid=16442 vsize=1528928 CPUtime=1.45
/proc/16444/task/16453/stat : 16453 (java) S 16442 16444 15962 0 -1 4202560 1730 0 0 0 145 0 0 0 15 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16454] ppid=16442 vsize=1528928 CPUtime=0.91
/proc/16444/task/16454/stat : 16454 (java) S 16442 16444 15962 0 -1 4202560 1576 0 0 0 91 0 0 0 15 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) S 16442 16444 15962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=16444/tid=16456] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16456/stat : 16456 (java) S 16442 16444 15962 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 9073947 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=16444/tid=16457] ppid=16442 vsize=1528928 CPUtime=0
/proc/16444/task/16457/stat : 16457 (java) S 16442 16444 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9075398 1565622272 79560 1992294400 134512640 134550932 4292746672 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1528928

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

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

[startup+1795.32 s]
/proc/loadavg: 1.00 1.02 1.01 2/119 16514
/proc/meminfo: memFree=1152420/2059040 swapFree=4192956/4192956
[pid=16444] ppid=16442 vsize=0 CPUtime=1800.21
/proc/16444/stat : 16444 (java) Z 16442 16444 15962 0 -1 4203548 90480 0 1 0 179957 64 0 0 17 0 2 0 9073937 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16444/statm: 0 0 0 0 0 0 0
[pid=16444/tid=16455] ppid=16442 vsize=0 CPUtime=0
/proc/16444/task/16455/stat : 16455 (java) R 16442 16444 15962 0 -1 4203588 1 0 0 0 0 0 0 0 18 0 2 0 9073947 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.34
CPU time (s): 1800.23
CPU user time (s): 1799.57
CPU system time (s): 0.663899
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 1531472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90480
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= 39219
involuntary context switches= 32893

runsolver used 3.60345 second user time and 9.61954 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 10:43:32
IDJOB=2658193
IDBENCH=48312
IDSOLVER=1164
FILE ID=node039/2658193-1276677812
PBS_JOBID= 11172531
Free space on /tmp= 62552 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_10_1_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658193-1276677812/watcher-2658193-1276677812 -o /tmp/evaluation-result-2658193-1276677812/solver-2658193-1276677812 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658193-1276677812.opb

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

MD5SUM BENCH= 35f11a54f1fd329a650032f8b75cdf62
RANDOM SEED=469217523

node039.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.267
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.53
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.267
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:       1468560 kB
Buffers:        135460 kB
Cached:         312280 kB
SwapCached:          0 kB
Active:         155860 kB
Inactive:       351332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1468560 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:       59408 kB
Mapped:          15408 kB
Slab:            61328 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node039 at 2010-06-16 11:13:29