Trace number 2660098

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.17 1781.89

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_15.opb
MD5SUM2b927be10d6e21370847ee6c94426772
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2660098-1276679479.opb
0.24/0.20	c reading problem ... 
2.83/2.29	c ... done. Wall clock time 2.089s.
2.83/2.29	c #vars     3262
2.83/2.29	c #constraints  6427
2.83/2.29	c constraints type 
2.83/2.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
2.83/2.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
2.83/2.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
2.83/2.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
216.04/211.71	c cleaning 0 clauses out of 5000 with flag 0/5000
1145.83/1134.28	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.05/1781.81	c starts		: 37
1800.05/1781.81	c conflicts		: 13267
1800.05/1781.81	c decisions		: 86512
1800.05/1781.81	c propagations		: 2387627
1800.05/1781.81	c inspects		: 691733793
1800.05/1781.81	c learnt literals	: 0
1800.05/1781.81	c learnt binary clauses	: 0
1800.05/1781.81	c learnt ternary clauses	: 0
1800.05/1781.81	c learnt clauses	: 13267
1800.05/1781.81	c ignored clauses	: 0
1800.05/1781.81	c root simplifications	: 0
1800.05/1781.81	c removed literals (reason simplification)	: 0
1800.05/1781.81	c reason swapping (by a shorter reason)	: 0
1800.05/1781.81	c Calls to reduceDB	: 2
1800.05/1781.81	c number of reductions to clauses (during analyze)	: 0
1800.05/1781.81	c number of learned constraints concerned by reduction	: 0
1800.05/1781.81	c number of learning phase by resolution	: 0
1800.05/1781.81	c number of learning phase by cutting planes	: 0
1800.05/1781.81	c speed (assignments/second)	: 1341.7222807896944
1800.05/1781.81	c non guided choices	3126
1800.05/1781.84	c learnt constraints type 
1800.05/1781.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/1781.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13266
1800.05/1781.84	c constraints type 
1800.05/1781.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.05/1781.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
1800.05/1781.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.05/1781.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
1800.05/1781.84	s UNKNOWN
1800.05/1781.84	c Total wall clock time (in seconds): 1781.637

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-2660098-1276679479/watcher-2660098-1276679479 -o /tmp/evaluation-result-2660098-1276679479/solver-2660098-1276679479 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660098-1276679479.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.37 1.08 1.03 3/106 16873
/proc/meminfo: memFree=1756440/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1832 CPUtime=0
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4194304 417 0 0 0 0 0 0 0 25 0 1 0 9241627 1875968 148 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/16873/statm: 458 148 111 10 0 63 0

[startup+0.0854219 s]
/proc/loadavg: 1.37 1.08 1.03 3/106 16873
/proc/meminfo: memFree=1756440/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1521796 CPUtime=0.07
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 3855 0 1 0 5 2 0 0 25 0 7 0 9241627 1558319104 3297 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 380449 3298 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101418 s]
/proc/loadavg: 1.37 1.08 1.03 3/106 16873
/proc/meminfo: memFree=1756440/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1524184 CPUtime=0.09
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 4003 0 1 0 7 2 0 0 25 0 12 0 9241627 1560764416 3443 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 381046 3444 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.307878 s]
/proc/loadavg: 1.37 1.08 1.03 3/106 16873
/proc/meminfo: memFree=1756440/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1526892 CPUtime=0.39
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 5466 0 1 0 36 3 0 0 25 0 12 0 9241627 1563537408 4904 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 381723 4904 1364 10 0 379025 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526892

[startup+0.701486 s]
/proc/loadavg: 1.37 1.08 1.03 3/106 16873
/proc/meminfo: memFree=1756440/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1529236 CPUtime=0.99
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 6977 0 1 0 95 4 0 0 25 0 12 0 9241627 1565937664 6333 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 382309 6334 1409 10 0 379611 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1529236

[startup+1.50158 s]
/proc/loadavg: 1.37 1.08 1.03 3/118 16885
/proc/meminfo: memFree=1734024/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1529268 CPUtime=2.09
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 8120 0 1 0 204 5 0 0 25 0 12 0 9241627 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 382317 7236 1410 10 0 379619 0
[pid=16873/tid=16875] ppid=16871 vsize=1529268 CPUtime=1.37
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 5187 0 1 0 134 3 0 0 25 0 12 0 9241628 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4109645118 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9241629 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9241629 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9241631 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9241632 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9241632 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9241636 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1529268 CPUtime=0.25
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 503 0 0 0 25 0 0 0 18 0 12 0 9241636 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1529268 CPUtime=0.44
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 1369 0 0 0 44 0 0 0 15 0 12 0 9241636 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9241636 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1529268 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9241636 1565970432 7236 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1529268

[startup+3.10175 s]
/proc/loadavg: 1.37 1.08 1.03 2/118 16885
/proc/meminfo: memFree=1731172/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543556 CPUtime=4.46
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 15156 0 1 0 438 8 0 0 25 0 13 0 9241627 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385889 12589 1420 10 0 383191 0
[pid=16873/tid=16875] ppid=16871 vsize=1543556 CPUtime=2.67
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 7438 0 1 0 262 5 0 0 25 0 13 0 9241628 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4109367395 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9241629 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241629 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9241631 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 9241632 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9241632 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543556 CPUtime=0.74
/proc/16873/task/16882/stat : 16882 (java) R 16871 16873 16046 0 -1 4202560 4090 0 0 0 73 1 0 0 16 0 13 0 9241636 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 103148469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543556 CPUtime=1.02
/proc/16873/task/16883/stat : 16883 (java) R 16871 16873 16046 0 -1 4202560 2563 0 0 0 102 0 0 0 16 0 13 0 9241636 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 102059946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543556 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 9241636 1580601344 12589 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1543556

[startup+6.30108 s]
/proc/loadavg: 1.50 1.11 1.04 2/119 16886
/proc/meminfo: memFree=1605676/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543604 CPUtime=9.12
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 47479 0 1 0 891 21 0 0 25 0 13 0 9241627 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 40652 1434 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=5.28
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 32086 0 1 0 514 14 0 0 19 0 13 0 9241628 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4109751302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=0.05
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 1550 0 0 0 5 0 0 0 16 0 13 0 9241629 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=0.05
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 1549 0 0 0 5 0 0 0 15 0 13 0 9241629 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 9241631 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543604 CPUtime=1.79
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 7219 0 0 0 176 3 0 0 15 0 13 0 9241636 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543604 CPUtime=1.89
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 3996 0 0 0 188 1 0 0 15 0 13 0 9241636 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) R 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 9241636 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16873/tid=16886] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16886/stat : 16886 (java) S 16871 16873 16046 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241858 1580650496 40652 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 1543604

[startup+12.7017 s]
/proc/loadavg: 1.46 1.11 1.04 2/119 16886
/proc/meminfo: memFree=1567004/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543604 CPUtime=15.95
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 57009 0 1 0 1569 26 0 0 25 0 13 0 9241627 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 49287 1442 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=11.5
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 34846 0 1 0 1135 15 0 0 25 0 13 0 9241628 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4109881940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=0.21
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 4787 0 0 0 20 1 0 0 16 0 13 0 9241629 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=0.2
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 4590 0 0 0 18 2 0 0 15 0 13 0 9241629 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 9241631 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543604 CPUtime=2.06
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 7699 0 0 0 203 3 0 0 15 0 13 0 9241636 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543604 CPUtime=1.91
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 3996 0 0 0 190 1 0 0 16 0 13 0 9241636 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 9241636 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16886] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16886/stat : 16886 (java) S 16871 16873 16046 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241858 1580650496 49287 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 1543604

[startup+25.501 s]
/proc/loadavg: 1.36 1.10 1.04 2/119 16886
/proc/meminfo: memFree=1555472/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543604 CPUtime=28.87
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 59376 0 1 0 2859 28 0 0 25 0 13 0 9241627 1580650496 51435 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 51435 1442 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=24.19
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 34858 0 1 0 2404 15 0 0 25 0 13 0 9241628 1580650496 51435 1992294400 134512640 134550932 4290970176 18446744073709551615 4109751302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=0.31
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 5947 0 0 0 29 2 0 0 15 0 13 0 9241629 1580650496 51435 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=0.31
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 5784 0 0 0 28 3 0 0 16 0 13 0 9241629 1580650496 51435 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 9241631 1580650496 51435 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 51435 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0

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

[pid=16873] ppid=16871 vsize=1543604 CPUtime=1557.97
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 99802 0 1 0 155729 68 0 0 25 0 13 0 9241627 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 86713 1448 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=1527.27
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 35743 0 1 0 152706 21 0 0 25 0 13 0 9241628 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4109878576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=12.45
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 24476 0 0 0 1228 17 0 0 15 0 13 0 9241629 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=12.44
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 24428 0 0 0 1228 16 0 0 16 0 13 0 9241629 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0.9
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 186 0 0 0 85 5 0 0 15 0 13 0 9241631 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543604 CPUtime=2.16
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 7700 0 0 0 213 3 0 0 16 0 13 0 9241636 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543604 CPUtime=2.66
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 6113 0 0 0 264 2 0 0 16 0 13 0 9241636 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 9241636 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16886] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16886/stat : 16886 (java) S 16871 16873 16046 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241858 1580650496 86713 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1557.97
Current children cumulated vsize (KiB) 1543604

[startup+1602.3 s]
/proc/loadavg: 1.05 1.01 1.00 3/119 16931
/proc/meminfo: memFree=1407292/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543604 CPUtime=1618.62
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 101305 0 1 0 161792 70 0 0 25 0 13 0 9241627 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 88138 1448 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=1586.58
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 35771 0 1 0 158637 21 0 0 25 0 13 0 9241628 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4109878576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=13.12
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 25377 0 0 0 1294 18 0 0 16 0 13 0 9241629 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=13.11
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 24994 0 0 0 1294 17 0 0 15 0 13 0 9241629 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0.91
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 190 0 0 0 86 5 0 0 15 0 13 0 9241631 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543604 CPUtime=2.16
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 7700 0 0 0 213 3 0 0 16 0 13 0 9241636 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543604 CPUtime=2.66
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 6113 0 0 0 264 2 0 0 16 0 13 0 9241636 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9241636 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16886] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16886/stat : 16886 (java) S 16871 16873 16046 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241858 1580650496 88138 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.62
Current children cumulated vsize (KiB) 1543604

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 16933
/proc/meminfo: memFree=1402952/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543604 CPUtime=1679.21
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 102354 0 1 0 167850 71 0 0 25 0 13 0 9241627 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 89125 1448 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=1645.91
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 35797 0 1 0 164570 21 0 0 25 0 13 0 9241628 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4109878684 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=13.75
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 25826 0 0 0 1356 19 0 0 16 0 13 0 9241629 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=13.73
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 25560 0 0 0 1356 17 0 0 16 0 13 0 9241629 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0.91
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 194 0 0 0 86 5 0 0 15 0 13 0 9241631 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543604 CPUtime=2.16
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 7700 0 0 0 213 3 0 0 16 0 13 0 9241636 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543604 CPUtime=2.66
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 6113 0 0 0 264 2 0 0 16 0 13 0 9241636 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9241636 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16886] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16886/stat : 16886 (java) S 16871 16873 16046 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241858 1580650496 89125 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1679.21
Current children cumulated vsize (KiB) 1543604

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 16935
/proc/meminfo: memFree=1396628/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543604 CPUtime=1739.87
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 104023 0 1 0 173914 73 0 0 25 0 13 0 9241627 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 90722 1448 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=1705.19
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 35824 0 1 0 170498 21 0 0 25 0 13 0 9241628 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4109879497 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=14.43
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 26604 0 0 0 1424 19 0 0 16 0 13 0 9241629 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=14.42
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 26416 0 0 0 1424 18 0 0 15 0 13 0 9241629 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0.91
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 198 0 0 0 86 5 0 0 16 0 13 0 9241631 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543604 CPUtime=2.16
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 7700 0 0 0 213 3 0 0 16 0 13 0 9241636 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543604 CPUtime=2.66
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 6113 0 0 0 264 2 0 0 16 0 13 0 9241636 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9241636 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16886] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16886/stat : 16886 (java) S 16871 16873 16046 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241858 1580650496 90722 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.87
Current children cumulated vsize (KiB) 1543604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.8 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 16937
/proc/meminfo: memFree=1391172/2059040 swapFree=4175448/4192956
[pid=16873] ppid=16871 vsize=1543604 CPUtime=1800.05
/proc/16873/stat : 16873 (java) S 16871 16873 16046 0 -1 4202496 105353 0 1 0 179930 75 0 0 25 0 13 0 9241627 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16873/statm: 385901 91966 1448 10 0 383203 0
[pid=16873/tid=16875] ppid=16871 vsize=1543604 CPUtime=1763.95
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16046 0 -1 4202560 35851 0 1 0 176374 21 0 0 25 0 13 0 9241628 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4109881940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1543604 CPUtime=15.14
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16046 0 -1 4202560 27212 0 0 0 1494 20 0 0 15 0 13 0 9241629 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1543604 CPUtime=15.13
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16046 0 -1 4202560 27103 0 0 0 1494 19 0 0 16 0 13 0 9241629 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1543604 CPUtime=0.93
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16046 0 -1 4202560 203 0 0 0 87 6 0 0 15 0 13 0 9241631 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 0 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16046 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16046 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9241632 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1543604 CPUtime=2.16
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16046 0 -1 4202560 7700 0 0 0 213 3 0 0 16 0 13 0 9241636 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1543604 CPUtime=2.66
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16046 0 -1 4202560 6113 0 0 0 264 2 0 0 16 0 13 0 9241636 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9241636 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16046 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 9241636 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 1 0 0 0
[pid=16873/tid=16886] ppid=16871 vsize=1543604 CPUtime=0
/proc/16873/task/16886/stat : 16886 (java) S 16871 16873 16046 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241858 1580650496 91966 1992294400 134512640 134550932 4290970176 18446744073709551615 4294960144 0 4 0 16800975 18446604437573747648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1543604

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

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

Child status: 143
Real time (s): 1781.89
CPU time (s): 1800.17
CPU user time (s): 1799.38
CPU system time (s): 0.790879
CPU usage (%): 101.025
Max. virtual memory (cumulated for all children) (KiB): 1546680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105376
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= 44824
involuntary context switches= 34011

runsolver used 3.53846 second user time and 9.55955 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 11:11:19
IDJOB=2660098
IDBENCH=48335
IDSOLVER=1165
FILE ID=node083/2660098-1276679479
PBS_JOBID= 11172557
Free space on /tmp= 62552 MiB

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

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

MD5SUM BENCH= 2b927be10d6e21370847ee6c94426772
RANDOM SEED=1601526707

node083.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1756836 kB
Buffers:         56656 kB
Cached:         112280 kB
SwapCached:      13528 kB
Active:          89664 kB
Inactive:       135120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1756836 kB
SwapTotal:     4192956 kB
SwapFree:      4175448 kB
Dirty:             832 kB
Writeback:           0 kB
AnonPages:       42220 kB
Mapped:          14312 kB
Slab:            55548 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181012 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 node083 at 2010-06-16 11:41:03