Trace number 2658662

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.1 1780.28

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-61
Best CPU time to get the best result obtained on this benchmark1798.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658662-1276674304.opb
0.22/0.21	c reading problem ... 
1066.86/1065.05	c ... done. Wall clock time 1064.834s.
1066.86/1065.05	c #vars     77586
1066.86/1065.05	c #constraints  154174
1066.86/1065.05	c constraints type 
1066.86/1065.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75586
1066.86/1065.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
1066.86/1065.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
1066.86/1065.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 75586
1209.32/1203.34	c cleaning 2493 clauses out of 5000 with flag 5000/5000
1403.54/1392.91	c cleaning 4254 clauses out of 8507 with flag 11000/11000
1720.29/1702.43	c cleaning 5627 clauses out of 11253 with flag 18000/18000
1800.01/1780.21	c starts		: 45
1800.01/1780.21	c conflicts		: 19492
1800.01/1780.21	c decisions		: 679624
1800.01/1780.21	c propagations		: 353991987
1800.01/1780.21	c inspects		: 613312301
1800.01/1780.21	c learnt literals	: 0
1800.01/1780.21	c learnt binary clauses	: 0
1800.01/1780.21	c learnt ternary clauses	: 136
1800.01/1780.21	c learnt clauses	: 19491
1800.01/1780.21	c ignored clauses	: 0
1800.01/1780.21	c root simplifications	: 0
1800.01/1780.21	c removed literals (reason simplification)	: 1866136
1800.01/1780.21	c reason swapping (by a shorter reason)	: 0
1800.01/1780.21	c Calls to reduceDB	: 3
1800.01/1780.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1780.22	c number of learned constraints concerned by reduction	: 0
1800.01/1780.22	c number of learning phase by resolution	: 0
1800.01/1780.22	c number of learning phase by cutting planes	: 0
1800.01/1780.22	c speed (assignments/second)	: 494977.38573314244
1800.01/1780.22	c non guided choices	0
1800.01/1780.22	c learnt constraints type 
1800.01/1780.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7117
1800.01/1780.22	c constraints type 
1800.01/1780.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75586
1800.01/1780.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
1800.01/1780.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
1800.01/1780.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 75586
1800.01/1780.22	s UNKNOWN
1800.01/1780.22	c Total wall clock time (in seconds): 1780.012

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-2658662-1276674304/watcher-2658662-1276674304 -o /tmp/evaluation-result-2658662-1276674304/solver-2658662-1276674304 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658662-1276674304.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.89 2.03 1.90 3/106 15326
/proc/meminfo: memFree=1796764/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=248 CPUtime=0
/proc/15326/stat : 15326 (java6) R 15324 15326 15173 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 8721315 253952 29 1992294400 134512640 134550932 4289175760 18446744073709551615 2064862 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15326/statm: 62 29 21 10 0 23 0

[startup+0.0544669 s]
/proc/loadavg: 1.89 2.03 1.90 3/106 15326
/proc/meminfo: memFree=1796764/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1521664 CPUtime=0.03
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 3514 0 1 0 1 2 0 0 15 0 7 0 8721315 1558183936 2957 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 380416 2957 993 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101397 s]
/proc/loadavg: 1.89 2.03 1.90 3/106 15326
/proc/meminfo: memFree=1796764/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1524024 CPUtime=0.08
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 3940 0 1 0 5 3 0 0 15 0 12 0 8721315 1560600576 3379 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301428 s]
/proc/loadavg: 1.89 2.03 1.90 3/106 15326
/proc/meminfo: memFree=1796764/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1526084 CPUtime=0.34
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 5290 0 1 0 30 4 0 0 15 0 12 0 8721315 1562710016 4726 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 381521 4726 1358 10 0 378823 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526084

[startup+0.7015 s]
/proc/loadavg: 1.89 2.03 1.90 3/106 15326
/proc/meminfo: memFree=1796764/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1529256 CPUtime=1.05
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 7026 0 1 0 100 5 0 0 15 0 12 0 8721315 1565958144 6394 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 382314 6394 1404 10 0 379616 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1529256

[startup+1.50163 s]
/proc/loadavg: 1.89 2.03 1.90 2/118 15338
/proc/meminfo: memFree=1773296/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1530300 CPUtime=2.24
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 9015 0 1 0 218 6 0 0 15 0 12 0 8721315 1567027200 7622 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 382575 7622 1409 10 0 379877 0
[pid=15326/tid=15328] ppid=15324 vsize=1530300 CPUtime=1.46
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 5463 0 1 0 143 3 0 0 25 0 12 0 8721316 1567027200 7622 1992294400 134512640 134550932 4287260016 18446744073709551615 4109559463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8721318 1567027200 7622 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8721318 1567027200 7622 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8721319 1567027200 7622 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8721320 1567027200 7622 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8721320 1567027200 7622 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8721324 1567027200 7623 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1530300 CPUtime=0.36
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 1140 0 0 0 36 0 0 0 21 0 12 0 8721324 1567027200 7623 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1530300 CPUtime=0.38
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1346 0 0 0 38 0 0 0 17 0 12 0 8721324 1567027200 7623 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8721324 1567027200 7623 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8721324 1567027200 7623 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1530300

[startup+3.10189 s]
/proc/loadavg: 1.89 2.03 1.90 2/118 15338
/proc/meminfo: memFree=1769824/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1530300 CPUtime=3.86
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 9626 0 1 0 380 6 0 0 15 0 12 0 8721315 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 382575 8233 1409 10 0 379877 0
[pid=15326/tid=15328] ppid=15324 vsize=1530300 CPUtime=3.06
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 6074 0 1 0 302 4 0 0 25 0 12 0 8721316 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4109559713 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8721318 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8721318 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8721319 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8721320 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8721320 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8721324 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1530300 CPUtime=0.36
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 1140 0 0 0 36 0 0 0 21 0 12 0 8721324 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1530300 CPUtime=0.4
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1346 0 0 0 40 0 0 0 15 0 12 0 8721324 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8721324 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8721324 1567027200 8233 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1530300

[startup+6.30142 s]
/proc/loadavg: 1.82 2.01 1.90 2/118 15338
/proc/meminfo: memFree=1765980/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1530300 CPUtime=7.19
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 10439 0 1 0 712 7 0 0 15 0 12 0 8721315 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 382575 9045 1418 10 0 379877 0
[pid=15326/tid=15328] ppid=15324 vsize=1530300 CPUtime=6.27
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 6877 0 1 0 622 5 0 0 25 0 12 0 8721316 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4109144830 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8721318 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8721318 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8721319 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8721320 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8721320 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8721324 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1530300 CPUtime=0.38
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 1144 0 0 0 38 0 0 0 15 0 12 0 8721324 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1530300 CPUtime=0.51
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1352 0 0 0 51 0 0 0 15 0 12 0 8721324 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8721324 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8721324 1567027200 9045 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1530300

[startup+12.7015 s]
/proc/loadavg: 1.75 1.99 1.89 2/118 15338
/proc/meminfo: memFree=1760028/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1530300 CPUtime=13.59
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 11815 0 1 0 1351 8 0 0 15 0 12 0 8721315 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 382575 10421 1418 10 0 379877 0
[pid=15326/tid=15328] ppid=15324 vsize=1530300 CPUtime=12.66
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 8253 0 1 0 1260 6 0 0 25 0 12 0 8721316 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4109559463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8721318 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8721318 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8721319 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8721320 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8721320 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8721324 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1530300 CPUtime=0.38
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 1144 0 0 0 38 0 0 0 15 0 12 0 8721324 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1530300 CPUtime=0.51
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1352 0 0 0 51 0 0 0 15 0 12 0 8721324 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8721324 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8721324 1567027200 10421 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 1530300

[startup+25.5016 s]
/proc/loadavg: 1.59 1.94 1.88 2/118 15338
/proc/meminfo: memFree=1751968/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1530300 CPUtime=26.74
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 13795 0 1 0 2665 9 0 0 15 0 12 0 8721315 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 382575 12399 1419 10 0 379877 0
[pid=15326/tid=15328] ppid=15324 vsize=1530300 CPUtime=25.45
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 10199 0 1 0 2538 7 0 0 25 0 12 0 8721316 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4109559463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8721318 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8721318 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 8721319 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8721320 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8721320 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1530300 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8721324 1567027200 12399 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1530300 CPUtime=0.62

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

[pid=15326] ppid=15324 vsize=1534156 CPUtime=1556.47
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 79556 0 1 0 155566 81 0 0 15 0 13 0 8721315 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 383539 74912 1445 10 0 380841 0
[pid=15326/tid=15328] ppid=15324 vsize=1534156 CPUtime=1527.28
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 32413 0 1 0 152696 32 0 0 25 0 13 0 8721316 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4109794271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1534156 CPUtime=12.97
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 20275 0 0 0 1275 22 0 0 16 0 13 0 8721318 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1534156 CPUtime=13.02
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 20857 0 0 0 1282 20 0 0 15 0 13 0 8721318 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1534156 CPUtime=0.82
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 561 0 0 0 80 2 0 0 15 0 13 0 8721319 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8721320 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8721320 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8721324 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1534156 CPUtime=1.22
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 2613 0 0 0 121 1 0 0 15 0 13 0 8721324 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1534156 CPUtime=1.11
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1681 0 0 0 110 1 0 0 15 0 13 0 8721324 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8721324 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 8721324 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15376] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15376/stat : 15376 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8827830 1570975744 74912 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1556.47
Current children cumulated vsize (KiB) 1534156

[startup+1602.3 s]
/proc/loadavg: 1.10 1.04 1.15 2/119 15390
/proc/meminfo: memFree=1483996/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1534156 CPUtime=1617.86
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 83417 0 1 0 161698 88 0 0 15 0 13 0 8721315 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 383539 78659 1445 10 0 380841 0
[pid=15326/tid=15328] ppid=15324 vsize=1534156 CPUtime=1585.61
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 32456 0 1 0 158527 34 0 0 25 0 13 0 8721316 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4109805378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1534156 CPUtime=14.5
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 22076 0 0 0 1425 25 0 0 16 0 13 0 8721318 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1534156 CPUtime=14.53
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 22870 0 0 0 1431 22 0 0 16 0 13 0 8721318 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1534156 CPUtime=0.82
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 563 0 0 0 80 2 0 0 15 0 13 0 8721319 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8721320 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8721320 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8721324 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1534156 CPUtime=1.22
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 2613 0 0 0 121 1 0 0 15 0 13 0 8721324 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1534156 CPUtime=1.11
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1681 0 0 0 110 1 0 0 15 0 13 0 8721324 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8721324 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 8721324 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15376] ppid=15324 vsize=1534156 CPUtime=0
/proc/15326/task/15376/stat : 15376 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8827830 1570975744 78659 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1617.86
Current children cumulated vsize (KiB) 1534156

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.14 2/119 15392
/proc/meminfo: memFree=1472340/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1533132 CPUtime=1679.24
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 86738 0 1 0 167830 94 0 0 15 0 13 0 8721315 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 383283 81562 1445 10 0 380585 0
[pid=15326/tid=15328] ppid=15324 vsize=1533132 CPUtime=1643.97
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 32499 0 1 0 164362 35 0 0 25 0 13 0 8721316 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4109814440 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1533132 CPUtime=16.01
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 23655 0 0 0 1574 27 0 0 16 0 13 0 8721318 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1533132 CPUtime=16.02
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 24561 0 0 0 1577 25 0 0 16 0 13 0 8721318 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1533132 CPUtime=0.83
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 567 0 0 0 81 2 0 0 15 0 13 0 8721319 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8721320 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8721320 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8721324 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1533132 CPUtime=1.24
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 2613 0 0 0 123 1 0 0 15 0 13 0 8721324 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1533132 CPUtime=1.11
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1681 0 0 0 110 1 0 0 15 0 13 0 8721324 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8721324 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8721324 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15376] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15376/stat : 15376 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8827830 1569927168 81562 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1679.24
Current children cumulated vsize (KiB) 1533132

[startup+1722.3 s]
/proc/loadavg: 1.30 1.10 1.15 3/119 15394
/proc/meminfo: memFree=1464280/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1533132 CPUtime=1740.63
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 88863 0 1 0 173963 100 0 0 15 0 13 0 8721315 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 383283 83354 1445 10 0 380585 0
[pid=15326/tid=15328] ppid=15324 vsize=1533132 CPUtime=1701.94
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 32542 0 1 0 170159 35 0 0 25 0 13 0 8721316 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4109852369 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1533132 CPUtime=17.51
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 24551 0 0 0 1722 29 0 0 16 0 13 0 8721318 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1533132 CPUtime=17.54
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 25488 0 0 0 1726 28 0 0 16 0 13 0 8721318 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1533132 CPUtime=1.23
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 822 0 0 0 120 3 0 0 15 0 13 0 8721319 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8721320 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8721320 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1533132 CPUtime=1.24
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 2613 0 0 0 123 1 0 0 15 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1533132 CPUtime=1.11
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1681 0 0 0 110 1 0 0 15 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) R 15324 15326 15173 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15326/tid=15376] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15376/stat : 15376 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8827830 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.63
Current children cumulated vsize (KiB) 1533132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.2 s]
/proc/loadavg: 1.21 1.11 1.15 2/119 15396
/proc/meminfo: memFree=1464280/2059040 swapFree=4168596/4192956
[pid=15326] ppid=15324 vsize=1533132 CPUtime=1800.01
/proc/15326/stat : 15326 (java) S 15324 15326 15173 0 -1 4202496 88918 0 1 0 179896 105 0 0 15 0 13 0 8721315 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15326/statm: 383283 83354 1445 10 0 380585 0
[pid=15326/tid=15328] ppid=15324 vsize=1533132 CPUtime=1758.15
/proc/15326/task/15328/stat : 15328 (java) R 15324 15326 15173 0 -1 4202560 32589 0 1 0 175778 37 0 0 25 0 13 0 8721316 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4109814550 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15326/tid=15329] ppid=15324 vsize=1533132 CPUtime=19.09
/proc/15326/task/15329/stat : 15329 (java) S 15324 15326 15173 0 -1 4202560 24551 0 0 0 1878 31 0 0 16 0 13 0 8721318 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15330] ppid=15324 vsize=1533132 CPUtime=19.11
/proc/15326/task/15330/stat : 15330 (java) S 15324 15326 15173 0 -1 4202560 25488 0 0 0 1883 28 0 0 16 0 13 0 8721318 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15331] ppid=15324 vsize=1533132 CPUtime=1.24
/proc/15326/task/15331/stat : 15331 (java) S 15324 15326 15173 0 -1 4202560 827 0 0 0 121 3 0 0 15 0 13 0 8721319 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15332] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15332/stat : 15332 (java) S 15324 15326 15173 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8721320 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15333] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15333/stat : 15333 (java) S 15324 15326 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8721320 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15334] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15334/stat : 15334 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15335] ppid=15324 vsize=1533132 CPUtime=1.24
/proc/15326/task/15335/stat : 15335 (java) S 15324 15326 15173 0 -1 4202560 2613 0 0 0 123 1 0 0 15 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15336] ppid=15324 vsize=1533132 CPUtime=1.11
/proc/15326/task/15336/stat : 15336 (java) S 15324 15326 15173 0 -1 4202560 1681 0 0 0 110 1 0 0 15 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
[pid=15326/tid=15337] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15337/stat : 15337 (java) S 15324 15326 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15338] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15338/stat : 15338 (java) S 15324 15326 15173 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8721324 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 0 0 0 0
[pid=15326/tid=15376] ppid=15324 vsize=1533132 CPUtime=0
/proc/15326/task/15376/stat : 15376 (java) S 15324 15326 15173 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8827830 1569927168 83354 1992294400 134512640 134550932 4287260016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828638848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1533132

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): 1780.28
CPU time (s): 1800.1
CPU user time (s): 1799
CPU system time (s): 1.09183
CPU usage (%): 101.113
Max. virtual memory (cumulated for all children) (KiB): 1535160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.09183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88939
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= 42285
involuntary context switches= 31824

runsolver used 3.59945 second user time and 9.51355 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 09:45:04
IDJOB=2658662
IDBENCH=48276
IDSOLVER=1164
FILE ID=node055/2658662-1276674304
PBS_JOBID= 11172552
Free space on /tmp= 62476 MiB

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

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=1571708251

node055.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.258
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.51
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.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1797160 kB
Buffers:         50428 kB
Cached:         109812 kB
SwapCached:       1504 kB
Active:          93424 kB
Inactive:       103284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1797160 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:       34972 kB
Mapped:          15092 kB
Slab:            43328 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182824 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= 62476 MiB
End job on node055 at 2010-06-16 10:14:46