Trace number 2658237

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.01 1784.12

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
MD5SUMf309126dc76153b39022a856cb65e640
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658237-1276681889.opb
0.23/0.21	c reading problem ... 
331.05/329.77	c ... done. Wall clock time 329.561s.
331.05/329.77	c #vars     38488
331.05/329.77	c #constraints  76479
331.05/329.77	c constraints type 
331.05/329.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
331.05/329.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
331.05/329.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
331.05/329.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
356.63/353.85	c cleaning 2519 clauses out of 5037 with flag 5037/5037
387.73/384.40	c cleaning 4273 clauses out of 8545 with flag 11064/11064
428.05/424.48	c cleaning 5630 clauses out of 11259 with flag 18051/18051
478.98/474.99	c cleaning 6792 clauses out of 13584 with flag 26006/26006
549.64/545.05	c cleaning 7896 clauses out of 15792 with flag 35006/35006
630.49/625.25	c cleaning 8971 clauses out of 17941 with flag 45051/45051
731.26/725.18	c cleaning 9961 clauses out of 19921 with flag 56002/56002
864.07/856.73	c cleaning 11062 clauses out of 22123 with flag 68165/68165
1011.30/1002.73	c cleaning 11950 clauses out of 23899 with flag 81003/81003
1186.44/1176.21	c cleaning 13040 clauses out of 26079 with flag 95133/95133
1405.53/1393.36	c cleaning 14096 clauses out of 28192 with flag 110286/110286
1582.97/1569.03	c cleaning 14921 clauses out of 29841 with flag 126031/126031
1764.03/1748.29	c cleaning 15948 clauses out of 31900 with flag 143011/143011
1800.01/1784.02	c starts		: 104
1800.01/1784.02	c conflicts		: 153188
1800.01/1784.02	c decisions		: 361152
1800.01/1784.02	c propagations		: 18507015
1800.01/1784.02	c inspects		: 1322001720
1800.01/1784.02	c learnt literals	: 0
1800.01/1784.02	c learnt binary clauses	: 0
1800.01/1784.02	c learnt ternary clauses	: 28
1800.01/1784.02	c learnt clauses	: 153188
1800.01/1784.02	c ignored clauses	: 0
1800.01/1784.02	c root simplifications	: 0
1800.01/1784.02	c removed literals (reason simplification)	: 2782503
1800.01/1784.02	c reason swapping (by a shorter reason)	: 0
1800.01/1784.02	c Calls to reduceDB	: 13
1800.01/1784.02	c number of reductions to clauses (during analyze)	: 0
1800.01/1784.02	c number of learned constraints concerned by reduction	: 0
1800.01/1784.02	c number of learning phase by resolution	: 0
1800.01/1784.02	c number of learning phase by cutting planes	: 0
1800.01/1784.02	c speed (assignments/second)	: 12726.21907067801
1800.01/1784.02	c non guided choices	37891
1800.01/1784.06	c learnt constraints type 
1800.01/1784.06	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 26134
1800.01/1784.06	c constraints type 
1800.01/1784.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
1800.01/1784.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.01/1784.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.01/1784.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
1800.01/1784.07	s UNKNOWN
1800.01/1784.07	c Total wall clock time (in seconds): 1783.854

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-2658237-1276681889/watcher-2658237-1276681889 -o /tmp/evaluation-result-2658237-1276681889/solver-2658237-1276681889 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658237-1276681889.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 8736
/proc/meminfo: memFree=1768452/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1832 CPUtime=0
/proc/8736/stat : 8736 (java6) R 8734 8736 7838 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 41844321 1875968 154 1992294400 134512640 134550932 4290485984 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699360461 0 0 17 1 0 0 0
/proc/8736/statm: 458 154 116 10 0 63 0

[startup+0.0126039 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8736
/proc/meminfo: memFree=1768452/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1832 CPUtime=0
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4194304 418 0 0 0 0 0 0 0 15 0 1 0 41844321 1875968 148 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 0
/proc/8736/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101548 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8736
/proc/meminfo: memFree=1768452/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1524184 CPUtime=0.08
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 3960 0 1 0 6 2 0 0 15 0 12 0 41844321 1560764416 3399 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30156 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8736
/proc/meminfo: memFree=1768452/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1525940 CPUtime=0.36
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 5322 0 1 0 33 3 0 0 15 0 12 0 41844321 1562562560 4759 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 381485 4759 1360 10 0 378787 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525940

[startup+0.701598 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8736
/proc/meminfo: memFree=1768452/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1529012 CPUtime=1.07
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 7216 0 1 0 104 3 0 0 15 0 12 0 41844321 1565708288 6264 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 382253 6265 1408 10 0 379555 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1529012

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8748
/proc/meminfo: memFree=1746284/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1529156 CPUtime=2.19
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 8590 0 1 0 215 4 0 0 15 0 12 0 41844321 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 382289 7213 1409 10 0 379591 0
[pid=8736/tid=8738] ppid=8734 vsize=1529156 CPUtime=1.46
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 5429 0 1 0 144 2 0 0 25 0 12 0 41844322 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4109571774 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 41844324 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 41844324 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41844326 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 41844326 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41844326 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41844330 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1529156 CPUtime=0.13
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 100 0 0 0 13 0 0 0 18 0 12 0 41844330 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1529156 CPUtime=0.56
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 1999 0 0 0 56 0 0 0 15 0 12 0 41844330 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41844330 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41844330 1565855744 7213 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1529156

[startup+3.10178 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8748
/proc/meminfo: memFree=1743308/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1529156 CPUtime=3.83
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 9268 0 1 0 379 4 0 0 15 0 12 0 41844321 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 382289 7891 1409 10 0 379591 0
[pid=8736/tid=8738] ppid=8734 vsize=1529156 CPUtime=3.06
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 6104 0 1 0 304 2 0 0 25 0 12 0 41844322 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4109571651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 41844324 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 41844324 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41844326 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 41844326 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41844326 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41844330 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1529156 CPUtime=0.16
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 103 0 0 0 16 0 0 0 15 0 12 0 41844330 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1529156 CPUtime=0.57
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 1999 0 0 0 57 0 0 0 15 0 12 0 41844330 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41844330 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41844330 1565855744 7891 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1529156

[startup+6.30103 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8748
/proc/meminfo: memFree=1738968/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1529156 CPUtime=7.16
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 10200 0 1 0 712 4 0 0 15 0 12 0 41844321 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 382289 8822 1418 10 0 379591 0
[pid=8736/tid=8738] ppid=8734 vsize=1529156 CPUtime=6.27
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 7021 0 1 0 624 3 0 0 25 0 12 0 41844322 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4109571916 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 41844324 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 41844324 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41844326 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 41844326 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41844326 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41844330 1565855744 8822 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1529156 CPUtime=0.24
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 116 0 0 0 24 0 0 0 15 0 12 0 41844330 1565855744 8823 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1529156 CPUtime=0.63
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 2001 0 0 0 63 0 0 0 15 0 12 0 41844330 1565855744 8823 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41844330 1565855744 8823 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41844330 1565855744 8823 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1529156

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8748
/proc/meminfo: memFree=1732272/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1529156 CPUtime=13.57
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 11738 0 1 0 1352 5 0 0 15 0 12 0 41844321 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 382289 10360 1418 10 0 379591 0
[pid=8736/tid=8738] ppid=8734 vsize=1529156 CPUtime=12.66
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 8557 0 1 0 1262 4 0 0 25 0 12 0 41844322 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4109572027 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 41844324 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 41844324 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41844326 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 41844326 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41844326 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41844330 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1529156 CPUtime=0.24
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 116 0 0 0 24 0 0 0 15 0 12 0 41844330 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1529156 CPUtime=0.65
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 2003 0 0 0 65 0 0 0 15 0 12 0 41844330 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41844330 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1529156 CPUtime=0
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41844330 1565855744 10360 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.57
Current children cumulated vsize (KiB) 1529156

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8750
/proc/meminfo: memFree=1722104/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1529724 CPUtime=26.7
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 14165 0 1 0 2663 7 0 0 15 0 12 0 41844321 1566437376 12785 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 382431 12786 1419 10 0 379733 0
[pid=8736/tid=8738] ppid=8734 vsize=1529724 CPUtime=25.46
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 10820 0 1 0 2540 6 0 0 25 0 12 0 41844322 1566437376 12786 1992294400 134512640 134550932 4288905328 18446744073709551615 4109698228 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1529724 CPUtime=0
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 41844324 1566437376 12786 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1529724 CPUtime=0
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 41844324 1566437376 12786 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1529724 CPUtime=0
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41844326 1566437376 12786 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1529724 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 41844326 1566437376 12786 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1529724 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41844326 1566437376 12786 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1529724 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41844330 1566437376 12786 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1529724 CPUtime=0.38

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

[pid=8736/tid=8744] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1533624 CPUtime=0.9
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 489 0 0 0 90 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1533624 CPUtime=1.63
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 3270 0 0 0 162 1 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1533624 CPUtime=0.01
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 99 0 0 0 1 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8759] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8759/stat : 8759 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 41877306 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.97
Current children cumulated vsize (KiB) 1533624

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8806
/proc/meminfo: memFree=1419784/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1533624 CPUtime=1798.29
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 97172 0 1 0 179715 114 0 0 15 0 13 0 41844321 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 383406 87534 1445 10 0 380708 0
[pid=8736/tid=8738] ppid=8734 vsize=1533624 CPUtime=1761.43
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 32939 0 1 0 176098 45 0 0 25 0 13 0 41844322 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4110106022 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1533624 CPUtime=15.6
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 27306 0 0 0 1538 22 0 0 16 0 13 0 41844324 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1533624 CPUtime=15.4
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 30862 0 0 0 1504 36 0 0 15 0 13 0 41844324 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1533624 CPUtime=3.24
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 1140 0 0 0 318 6 0 0 15 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1533624 CPUtime=0.9
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 489 0 0 0 90 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1533624 CPUtime=1.64
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 3271 0 0 0 163 1 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1533624 CPUtime=0.01
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8759] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8759/stat : 8759 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 41877306 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1798.29
Current children cumulated vsize (KiB) 1533624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8806
/proc/meminfo: memFree=1419784/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1533624 CPUtime=1800.01
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 97175 0 1 0 179887 114 0 0 15 0 13 0 41844321 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 383406 87534 1445 10 0 380708 0
[pid=8736/tid=8738] ppid=8734 vsize=1533624 CPUtime=1763.12
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 32940 0 1 0 176267 45 0 0 25 0 13 0 41844322 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4109940511 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1533624 CPUtime=15.62
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 27306 0 0 0 1540 22 0 0 15 0 13 0 41844324 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1533624 CPUtime=15.42
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 30862 0 0 0 1506 36 0 0 16 0 13 0 41844324 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1533624 CPUtime=3.24
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 1140 0 0 0 318 6 0 0 15 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1533624 CPUtime=0.9
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 489 0 0 0 90 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1533624 CPUtime=1.64
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 3271 0 0 0 163 1 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1533624 CPUtime=0.01
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 102 0 0 0 1 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8759] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8759/stat : 8759 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 41877306 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1533624

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

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1800.01 s) to the 'lost time'.

[startup+1784 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8806
/proc/meminfo: memFree=1419784/2059040 swapFree=4136680/4192956
[pid=8736] ppid=8734 vsize=1533624 CPUtime=1800.01
/proc/8736/stat : 8736 (java) S 8734 8736 7838 0 -1 4202496 97175 0 1 0 179887 114 0 0 15 0 13 0 41844321 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8736/statm: 383406 87534 1445 10 0 380708 0
[pid=8736/tid=8738] ppid=8734 vsize=1533624 CPUtime=1763.12
/proc/8736/task/8738/stat : 8738 (java) R 8734 8736 7838 0 -1 4202560 32940 0 1 0 176267 45 0 0 25 0 13 0 41844322 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4109940511 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8736/tid=8739] ppid=8734 vsize=1533624 CPUtime=15.62
/proc/8736/task/8739/stat : 8739 (java) S 8734 8736 7838 0 -1 4202560 27306 0 0 0 1540 22 0 0 15 0 13 0 41844324 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8740] ppid=8734 vsize=1533624 CPUtime=15.42
/proc/8736/task/8740/stat : 8740 (java) S 8734 8736 7838 0 -1 4202560 30862 0 0 0 1506 36 0 0 16 0 13 0 41844324 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8741] ppid=8734 vsize=1533624 CPUtime=3.24
/proc/8736/task/8741/stat : 8741 (java) S 8734 8736 7838 0 -1 4202560 1140 0 0 0 318 6 0 0 15 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8742] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8742/stat : 8742 (java) S 8734 8736 7838 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8743] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8743/stat : 8743 (java) S 8734 8736 7838 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41844326 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8744] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8744/stat : 8744 (java) S 8734 8736 7838 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8745] ppid=8734 vsize=1533624 CPUtime=0.9
/proc/8736/task/8745/stat : 8745 (java) S 8734 8736 7838 0 -1 4202560 489 0 0 0 90 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
[pid=8736/tid=8746] ppid=8734 vsize=1533624 CPUtime=1.64
/proc/8736/task/8746/stat : 8746 (java) S 8734 8736 7838 0 -1 4202560 3271 0 0 0 163 1 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8747] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8747/stat : 8747 (java) S 8734 8736 7838 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8748] ppid=8734 vsize=1533624 CPUtime=0.01
/proc/8736/task/8748/stat : 8748 (java) S 8734 8736 7838 0 -1 4202560 102 0 0 0 1 0 0 0 15 0 13 0 41844330 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
[pid=8736/tid=8759] ppid=8734 vsize=1533624 CPUtime=0
/proc/8736/task/8759/stat : 8759 (java) S 8734 8736 7838 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 41877306 1570430976 87534 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837287808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1533624

[startup+1784.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 8809
/proc/meminfo: memFree=1763096/2059040 swapFree=4136680/4192956
[pid=8736] ppid=-1 vsize=0 CPUtime=0
/proc/8736/stat : -- couldn't open stat file --/proc/8736/statm: 34 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1784.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 8809
/proc/meminfo: memFree=1763096/2059040 swapFree=4136680/4192956
[pid=8736] ppid=-1 vsize=0 CPUtime=0
/proc/8736/stat : -- couldn't open stat file --/proc/8736/statm: 34 1992294400 134512640 134550932 4288905328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837287808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8736 and gives
#  childrusage.ru_utime.tv_sec=1798
#  childrusage.ru_utime.tv_usec=994511
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=180820
# CPU time returned by wait4() is 1800.18
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1800.01
#  lost CPU user time (s): 1798.87
#  lost CPU system time (s): 1.14

Real time (s): 1784.12
CPU time (s): 1800.01
CPU user time (s): 1798.87
CPU system time (s): 1.14
CPU usage (%): 100.891
Max. virtual memory (cumulated for all children) (KiB): 1535108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.18082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97196
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= 45704
involuntary context switches= 41612

runsolver used 3.71643 second user time and 9.68453 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 11:51:29
IDJOB=2658237
IDBENCH=48356
IDSOLVER=1164
FILE ID=node026/2658237-1276681889
PBS_JOBID= 11172525
Free space on /tmp= 62560 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_60_2_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658237-1276681889/watcher-2658237-1276681889 -o /tmp/evaluation-result-2658237-1276681889/solver-2658237-1276681889 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658237-1276681889.opb

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

MD5SUM BENCH= f309126dc76153b39022a856cb65e640
RANDOM SEED=1083424860

node026.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.201
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.40
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.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768848 kB
Buffers:         77156 kB
Cached:         120296 kB
SwapCached:       9808 kB
Active:          91312 kB
Inactive:       119540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768848 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:            1268 kB
Writeback:           0 kB
AnonPages:       11628 kB
Mapped:           9448 kB
Slab:            57488 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181848 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= 62560 MiB
End job on node026 at 2010-06-16 12:21:15