Trace number 2660134

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.18 1793.81

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_40.opb
MD5SUM9cbb63659aad73a7ceefd89db6573bef
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark224.685
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@16fd0b7
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No 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-2660134-1276683572.opb
0.23/0.21	c reading problem ... 
2.93/2.23	c ... done. Wall clock time 2.019s.
2.93/2.23	c #vars     3274
2.93/2.23	c #constraints  6451
2.93/2.23	c constraints type 
2.93/2.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
2.93/2.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
2.93/2.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
2.93/2.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.07/1793.71	c starts		: 11
1800.07/1793.71	c conflicts		: 1727
1800.07/1793.71	c decisions		: 8392
1800.07/1793.71	c propagations		: 333421
1800.07/1793.71	c inspects		: 13658910
1800.07/1793.71	c learnt literals	: 0
1800.07/1793.71	c learnt binary clauses	: 0
1800.07/1793.71	c learnt ternary clauses	: 0
1800.07/1793.71	c learnt clauses	: 1726
1800.07/1793.71	c ignored clauses	: 0
1800.07/1793.71	c root simplifications	: 0
1800.07/1793.71	c removed literals (reason simplification)	: 0
1800.07/1793.71	c reason swapping (by a shorter reason)	: 0
1800.07/1793.71	c Calls to reduceDB	: 0
1800.07/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.71	c number of learned constraints concerned by reduction	: 0
1800.07/1793.71	c number of learning phase by resolution	: 0
1800.07/1793.71	c number of learning phase by cutting planes	: 0
1800.07/1793.71	c speed (assignments/second)	: 186.11420909792204
1800.07/1793.71	c non guided choices	3139
1800.07/1793.72	c learnt constraints type 
1800.07/1793.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/1793.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1725
1800.07/1793.72	c constraints type 
1800.07/1793.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.07/1793.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
1800.07/1793.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.07/1793.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.07/1793.72	s UNKNOWN
1800.07/1793.72	c Total wall clock time (in seconds): 1793.509

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-2660134-1276683572/watcher-2660134-1276683572 -o /tmp/evaluation-result-2660134-1276683572/solver-2660134-1276683572 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660134-1276683572.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.03 1.02 1.00 3/105 15509
/proc/meminfo: memFree=1728196/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1744 CPUtime=0
/proc/15509/stat : 15509 (java6) R 15507 15509 15298 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 9651001 1785856 51 1992294400 134512640 134550932 4288232128 18446744073709551615 4996263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15509/statm: 437 58 46 10 0 29 0

[startup+0.093501 s]
/proc/loadavg: 1.03 1.02 1.00 3/105 15509
/proc/meminfo: memFree=1728196/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1522120 CPUtime=0.07
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 3875 0 1 0 6 1 0 0 18 0 8 0 9651001 1558650880 3316 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 380530 3316 1048 10 0 377840 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522120

[startup+0.108371 s]
/proc/loadavg: 1.03 1.02 1.00 3/105 15509
/proc/meminfo: memFree=1728196/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1524184 CPUtime=0.09
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 4004 0 1 0 7 2 0 0 18 0 12 0 9651001 1560764416 3443 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 381046 3443 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301392 s]
/proc/loadavg: 1.03 1.02 1.00 3/105 15509
/proc/meminfo: memFree=1728196/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1526432 CPUtime=0.37
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 5344 0 1 0 34 3 0 0 18 0 12 0 9651001 1563066368 4781 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 381608 4781 1364 10 0 378910 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526432

[startup+0.795456 s]
/proc/loadavg: 1.03 1.02 1.00 3/105 15509
/proc/meminfo: memFree=1728196/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1530360 CPUtime=1.24
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 7459 0 1 0 120 4 0 0 18 0 12 0 9651001 1567088640 6770 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 382590 6770 1409 10 0 379892 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1530360

[startup+1.50252 s]
/proc/loadavg: 1.03 1.02 1.00 2/117 15521
/proc/meminfo: memFree=1704416/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1530684 CPUtime=2.18
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 8773 0 1 0 213 5 0 0 18 0 12 0 9651001 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 382671 7468 1410 10 0 379973 0
[pid=15509/tid=15511] ppid=15507 vsize=1530684 CPUtime=1.46
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 5198 0 1 0 144 2 0 0 19 0 12 0 9651003 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4109738768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9651004 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9651004 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9651006 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9651007 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9651007 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9651011 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1530684 CPUtime=0.37
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 1375 0 0 0 37 0 0 0 22 0 12 0 9651011 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1530684 CPUtime=0.31
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 1134 0 0 0 31 0 0 0 22 0 12 0 9651011 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9651011 1567420416 7468 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1530684 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9651011 1567420416 7469 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1530684

[startup+3.10169 s]
/proc/loadavg: 1.03 1.02 1.00 2/117 15521
/proc/meminfo: memFree=1701688/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1536208 CPUtime=4.66
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 14140 0 1 0 459 7 0 0 18 0 13 0 9651001 1573076992 12044 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 384052 12044 1420 10 0 381354 0
[pid=15509/tid=15511] ppid=15507 vsize=1536208 CPUtime=3.05
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 8644 0 1 0 301 4 0 0 23 0 13 0 9651003 1573076992 12044 1992294400 134512640 134550932 4287893488 18446744073709551615 4109335412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9651004 1573076992 12044 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9651004 1573076992 12044 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15514/stat : 15514 (java) R 15507 15509 15298 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9651006 1573076992 12044 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 9651007 1573076992 12044 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9651007 1573076992 12045 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1573076992 12045 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1536208 CPUtime=0.79
/proc/15509/task/15518/stat : 15518 (java) R 15507 15509 15298 0 -1 4202560 2331 0 0 0 78 1 0 0 16 0 13 0 9651011 1573076992 12045 1992294400 134512640 134550932 4287893488 18446744073709551615 102192171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1536208 CPUtime=0.79
/proc/15509/task/15519/stat : 15519 (java) R 15507 15509 15298 0 -1 4202560 2096 0 0 0 79 0 0 0 16 0 13 0 9651011 1573076992 12045 1992294400 134512640 134550932 4287893488 18446744073709551615 104164032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1573076992 12045 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1536208 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9651011 1573076992 12045 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1536208

[startup+6.30199 s]
/proc/loadavg: 1.42 1.10 1.03 4/118 15522
/proc/meminfo: memFree=1577184/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1542980 CPUtime=9.54
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 46259 0 1 0 914 40 0 0 18 0 13 0 9651001 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 38669 1434 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=5.39
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 32071 0 1 0 525 14 0 0 25 0 13 0 9651003 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4109668480 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=0.01
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 697 0 0 0 1 0 0 0 18 0 13 0 9651004 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=0.01
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 647 0 0 0 1 0 0 0 18 0 13 0 9651004 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.3
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 9 0 0 0 12 18 0 0 15 0 13 0 9651006 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1542980 CPUtime=1.79
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 7403 0 0 0 177 2 0 0 16 0 13 0 9651011 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1542980 CPUtime=1.97
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 4365 0 0 0 195 2 0 0 15 0 13 0 9651011 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9651011 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15522] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15522/stat : 15522 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 9651226 1580011520 38669 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.54
Current children cumulated vsize (KiB) 1542980

[startup+12.7016 s]
/proc/loadavg: 1.39 1.10 1.03 2/118 15522
/proc/meminfo: memFree=1537512/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1542980 CPUtime=16.19
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 57582 0 1 0 1574 45 0 0 18 0 13 0 9651001 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 49553 1438 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=11.57
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 34444 0 1 0 1142 15 0 0 25 0 13 0 9651003 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4109827124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=0.22
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 5201 0 0 0 20 2 0 0 15 0 13 0 9651004 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=0.22
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 5068 0 0 0 20 2 0 0 16 0 13 0 9651004 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.31
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 29 0 0 0 12 19 0 0 15 0 13 0 9651006 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1542980 CPUtime=1.79
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 7403 0 0 0 177 2 0 0 15 0 13 0 9651011 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1542980 CPUtime=2.02
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 4370 0 0 0 200 2 0 0 15 0 13 0 9651011 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9651011 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15522] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15522/stat : 15522 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 9651226 1580011520 49553 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1542980

[startup+25.5019 s]
/proc/loadavg: 1.30 1.09 1.02 2/118 15524
/proc/meminfo: memFree=1523128/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1542980 CPUtime=29.11
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 60907 0 1 0 2864 47 0 0 18 0 13 0 9651001 1580011520 52502 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 52502 1438 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=24.24
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 34463 0 1 0 2409 15 0 0 25 0 13 0 9651003 1580011520 52502 1992294400 134512640 134550932 4287893488 18446744073709551615 4109836467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=0.33
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 6952 0 0 0 31 2 0 0 16 0 13 0 9651004 1580011520 52502 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=0.34
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 6622 0 0 0 31 3 0 0 16 0 13 0 9651004 1580011520 52502 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.32
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 30 0 0 0 13 19 0 0 15 0 13 0 9651006 1580011520 52502 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 52502 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0

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

[pid=15509] ppid=15507 vsize=1542980 CPUtime=1608.48
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 216919 0 1 0 160718 130 0 0 18 0 13 0 9651001 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 180532 1438 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=1597.39
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 35017 0 1 0 159722 17 0 0 25 0 13 0 9651003 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4110242081 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=3.32
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 85364 0 0 0 292 40 0 0 15 0 13 0 9651004 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=3.29
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 83470 0 0 0 288 41 0 0 16 0 13 0 9651004 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.44
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 126 0 0 0 21 23 0 0 15 0 13 0 9651006 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1542980 CPUtime=1.79
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 7403 0 0 0 177 2 0 0 15 0 13 0 9651011 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1542980 CPUtime=2.17
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 4376 0 0 0 215 2 0 0 15 0 13 0 9651011 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9651011 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15522] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15522/stat : 15522 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 9651226 1580011520 180532 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.48
Current children cumulated vsize (KiB) 1542980

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15569
/proc/meminfo: memFree=988564/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1542980 CPUtime=1668.52
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 222234 0 1 0 166719 133 0 0 18 0 13 0 9651001 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 185385 1438 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=1657.28
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 35028 0 1 0 165711 17 0 0 25 0 13 0 9651003 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4110172620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=3.4
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 87941 0 0 0 298 42 0 0 16 0 13 0 9651004 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=3.36
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 86191 0 0 0 294 42 0 0 15 0 13 0 9651004 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.45
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 128 0 0 0 21 24 0 0 15 0 13 0 9651006 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1542980 CPUtime=1.79
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 7403 0 0 0 177 2 0 0 15 0 13 0 9651011 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1542980 CPUtime=2.17
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 4376 0 0 0 215 2 0 0 15 0 13 0 9651011 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9651011 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15522] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15522/stat : 15522 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 9651226 1580011520 185385 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.52
Current children cumulated vsize (KiB) 1542980

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/118 15571
/proc/meminfo: memFree=967360/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1542980 CPUtime=1728.61
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 227804 0 1 0 172724 137 0 0 18 0 13 0 9651001 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 190684 1438 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=1717.16
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 35040 0 1 0 171699 17 0 0 25 0 13 0 9651003 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4110242027 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=3.5
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 91310 0 0 0 306 44 0 0 15 0 13 0 9651004 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=3.47
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 88374 0 0 0 303 44 0 0 16 0 13 0 9651004 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.45
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 132 0 0 0 21 24 0 0 15 0 13 0 9651006 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1542980 CPUtime=1.79
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 7403 0 0 0 177 2 0 0 15 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1542980 CPUtime=2.17
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 4376 0 0 0 215 2 0 0 15 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15522] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15522/stat : 15522 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 9651226 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.61
Current children cumulated vsize (KiB) 1542980

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/118 15573
/proc/meminfo: memFree=967112/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1542980 CPUtime=1788.6
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 227814 0 1 0 178723 137 0 0 18 0 13 0 9651001 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 190684 1438 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=1777.13
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 35042 0 1 0 177696 17 0 0 25 0 13 0 9651003 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4109955194 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=3.51
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 91310 0 0 0 307 44 0 0 16 0 13 0 9651004 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=3.48
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 88374 0 0 0 304 44 0 0 15 0 13 0 9651004 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.45
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 136 0 0 0 21 24 0 0 15 0 13 0 9651006 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1542980 CPUtime=1.79
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 7403 0 0 0 177 2 0 0 15 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1542980 CPUtime=2.17
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 4376 0 0 0 215 2 0 0 15 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9651011 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15522] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15522/stat : 15522 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 9651226 1580011520 190684 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (KiB) 1542980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 1.01 1.01 1.00 2/118 15573
/proc/meminfo: memFree=944296/2059040 swapFree=4164948/4192956
[pid=15509] ppid=15507 vsize=1542980 CPUtime=1800.07
/proc/15509/stat : 15509 (java) S 15507 15509 15298 0 -1 4202496 233901 0 1 0 179866 141 0 0 18 0 13 0 9651001 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15509/statm: 385745 196427 1438 10 0 383047 0
[pid=15509/tid=15511] ppid=15507 vsize=1542980 CPUtime=1788.47
/proc/15509/task/15511/stat : 15511 (java) R 15507 15509 15298 0 -1 4202560 35048 0 1 0 178830 17 0 0 25 0 13 0 9651003 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4109955178 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15509/tid=15512] ppid=15507 vsize=1542980 CPUtime=3.57
/proc/15509/task/15512/stat : 15512 (java) S 15507 15509 15298 0 -1 4202560 94325 0 0 0 311 46 0 0 15 0 13 0 9651004 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15513] ppid=15507 vsize=1542980 CPUtime=3.54
/proc/15509/task/15513/stat : 15513 (java) S 15507 15509 15298 0 -1 4202560 91440 0 0 0 308 46 0 0 16 0 13 0 9651004 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15514] ppid=15507 vsize=1542980 CPUtime=0.45
/proc/15509/task/15514/stat : 15514 (java) S 15507 15509 15298 0 -1 4202560 136 0 0 0 21 24 0 0 15 0 13 0 9651006 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 0 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15515] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15515/stat : 15515 (java) S 15507 15509 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15516] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15516/stat : 15516 (java) S 15507 15509 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9651007 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15517] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15517/stat : 15517 (java) S 15507 15509 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15518] ppid=15507 vsize=1542980 CPUtime=1.79
/proc/15509/task/15518/stat : 15518 (java) S 15507 15509 15298 0 -1 4202560 7403 0 0 0 177 2 0 0 15 0 13 0 9651011 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15519] ppid=15507 vsize=1542980 CPUtime=2.17
/proc/15509/task/15519/stat : 15519 (java) S 15507 15509 15298 0 -1 4202560 4376 0 0 0 215 2 0 0 15 0 13 0 9651011 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15520] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15520/stat : 15520 (java) S 15507 15509 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9651011 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 0 0 0 0
[pid=15509/tid=15521] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15521/stat : 15521 (java) S 15507 15509 15298 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9651011 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
[pid=15509/tid=15522] ppid=15507 vsize=1542980 CPUtime=0
/proc/15509/task/15522/stat : 15522 (java) S 15507 15509 15298 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 9651226 1580011520 196427 1992294400 134512640 134550932 4287893488 18446744073709551615 4294960144 0 4 0 16800975 18446604437368916736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542980

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): 1793.81
CPU time (s): 1800.18
CPU user time (s): 1798.69
CPU system time (s): 1.48677
CPU usage (%): 100.355
Max. virtual memory (cumulated for all children) (KiB): 1545056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.48677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233923
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= 41783
involuntary context switches= 40767

runsolver used 3.56346 second user time and 9.56654 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 12:19:32
IDJOB=2660134
IDBENCH=48371
IDSOLVER=1165
FILE ID=node084/2660134-1276683572
PBS_JOBID= 11172572
Free space on /tmp= 62512 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_2_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660134-1276683572/watcher-2660134-1276683572 -o /tmp/evaluation-result-2660134-1276683572/solver-2660134-1276683572 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660134-1276683572.opb

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

MD5SUM BENCH= 9cbb63659aad73a7ceefd89db6573bef
RANDOM SEED=1236434826

node084.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.229
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.45
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.229
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:       1728344 kB
Buffers:        107352 kB
Cached:         123068 kB
SwapCached:       1440 kB
Active:          95072 kB
Inactive:       168704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1728344 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             332 kB
Writeback:          16 kB
AnonPages:       31968 kB
Mapped:          15124 kB
Slab:            44784 kB
PageTables:       3900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180004 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= 62512 MiB
End job on node084 at 2010-06-16 12:49:27