Trace number 2659983

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.26 1783.3

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__1024.opb
MD5SUM7ab5a773955b6c76800e229a63024c00
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1536498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint1024
Maximum length of a constraint21505
Number of terms in the objective function 1536000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 52541822976
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 52541822976
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2659983-1276691712.opb
0.22/0.21	c reading problem ... 
64.31/52.81	c ... done. Wall clock time 52.6s.
64.31/52.81	c #vars     1536498
64.31/52.81	c #constraints  2500
64.31/52.81	c constraints type 
64.31/52.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
64.31/52.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
64.31/52.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
623.92/609.68	c cleaning 2560 clauses out of 5120 with flag 5120/5120
1467.00/1451.10	c cleaning 4314 clauses out of 8628 with flag 11188/11188
1800.05/1783.12	c starts		: 14
1800.05/1783.12	c conflicts		: 13236
1800.05/1783.12	c decisions		: 15379967
1800.05/1783.12	c propagations		: 23145205
1800.05/1783.12	c inspects		: 59534015
1800.05/1783.12	c learnt literals	: 0
1800.05/1783.12	c learnt binary clauses	: 0
1800.05/1783.12	c learnt ternary clauses	: 0
1800.05/1783.12	c learnt clauses	: 13236
1800.05/1783.12	c ignored clauses	: 0
1800.05/1783.12	c root simplifications	: 0
1800.05/1783.12	c removed literals (reason simplification)	: 10
1800.05/1783.12	c reason swapping (by a shorter reason)	: 0
1800.05/1783.12	c Calls to reduceDB	: 2
1800.05/1783.12	c number of reductions to clauses (during analyze)	: 0
1800.05/1783.12	c number of learned constraints concerned by reduction	: 0
1800.05/1783.12	c number of learning phase by resolution	: 0
1800.05/1783.12	c number of learning phase by cutting planes	: 0
1800.05/1783.12	c speed (assignments/second)	: 13376.798150556278
1800.05/1783.12	c non guided choices	9486032
1800.05/1783.13	c learnt constraints type 
1800.05/1783.13	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6362
1800.05/1783.13	c constraints type 
1800.05/1783.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.05/1783.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
1800.05/1783.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.05/1783.13	s UNKNOWN
1800.05/1783.13	c Total wall clock time (in seconds): 1782.926

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-2659983-1276691712/watcher-2659983-1276691712 -o /tmp/evaluation-result-2659983-1276691712/solver-2659983-1276691712 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659983-1276691712.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: 0.86 0.97 0.99 3/106 15337
/proc/meminfo: memFree=1770552/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=392 CPUtime=0
/proc/15337/stat : 15337 (java) R 15335 15337 15312 0 -1 4194304 289 0 0 0 0 0 0 0 16 0 1 0 10463209 401408 36 1992294400 134512640 134550932 4290151024 18446744073709551615 1258659 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15337/statm: 98 40 32 10 0 25 0

[startup+0.088869 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 15337
/proc/meminfo: memFree=1770552/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1521796 CPUtime=0.07
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 3847 0 1 0 5 2 0 0 15 0 7 0 10463209 1558319104 3289 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 380449 3289 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100869 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 15337
/proc/meminfo: memFree=1770552/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1524184 CPUtime=0.08
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 3960 0 1 0 6 2 0 0 15 0 12 0 10463209 1560764416 3400 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300882 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 15337
/proc/meminfo: memFree=1770552/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1526308 CPUtime=0.33
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 13779 0 1 0 26 7 0 0 15 0 12 0 10463209 1562939392 13217 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 381577 13217 1349 10 0 378879 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526308

[startup+0.700918 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 15337
/proc/meminfo: memFree=1770552/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1528656 CPUtime=1.01
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 17741 0 1 0 93 8 0 0 15 0 12 0 10463209 1565343744 17179 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 382164 17180 1396 10 0 379466 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528656

[startup+1.50199 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 15349
/proc/meminfo: memFree=1684712/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1528656 CPUtime=1.81
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 32502 0 1 0 166 15 0 0 15 0 12 0 10463209 1565343744 31940 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 382164 31941 1396 10 0 379466 0
[pid=15337/tid=15339] ppid=15335 vsize=1528656 CPUtime=1.47
/proc/15337/task/15339/stat : 15339 (java) R 15335 15337 15312 0 -1 4202560 30280 0 1 0 133 14 0 0 25 0 12 0 10463210 1565343744 31942 1992294400 134512640 134550932 4290151024 18446744073709551615 4109602739 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15340/stat : 15340 (java) S 15335 15337 15312 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 10463212 1565343744 31943 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15341/stat : 15341 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 10463212 1565343744 31944 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10463213 1565343744 31945 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 10463214 1565343744 31946 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 10463214 1565343744 31947 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10463218 1565343744 31947 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1528656 CPUtime=0.04
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 91 0 0 0 4 0 0 0 21 0 12 0 10463218 1565343744 31948 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1528656 CPUtime=0.29
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1074 0 0 0 29 0 0 0 16 0 12 0 10463218 1565343744 31949 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10463218 1565343744 31950 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10463218 1565343744 31951 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1528656

[startup+3.11914 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 15349
/proc/meminfo: memFree=1591836/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1528656 CPUtime=3.57
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 50342 0 1 0 332 25 0 0 15 0 12 0 10463209 1565343744 49596 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 382164 49598 1405 10 0 379466 0
[pid=15337/tid=15339] ppid=15335 vsize=1528656 CPUtime=2.95
/proc/15337/task/15339/stat : 15339 (java) S 15335 15337 15312 0 -1 4202560 31974 0 1 0 279 16 0 0 25 0 12 0 10463210 1565343744 49599 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1528656 CPUtime=0.12
/proc/15337/task/15340/stat : 15340 (java) R 15335 15337 15312 0 -1 4202560 12647 0 0 0 7 5 0 0 15 0 12 0 10463212 1565343744 49600 1992294400 134512640 134550932 4290151024 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1528656 CPUtime=0.12
/proc/15337/task/15341/stat : 15341 (java) R 15335 15337 15312 0 -1 4202560 3499 0 0 0 11 1 0 0 18 0 12 0 10463212 1565343744 49602 1992294400 134512640 134550932 4290151024 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 10463213 1565343744 49603 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10463214 1565343744 49604 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 10463214 1565343744 49606 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10463218 1565343744 49607 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1528656 CPUtime=0.04
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 91 0 0 0 4 0 0 0 21 0 12 0 10463218 1565343744 49609 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1528656 CPUtime=0.29
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1074 0 0 0 29 0 0 0 16 0 12 0 10463218 1565343744 49610 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10463218 1565343744 49611 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1528656 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10463218 1565343744 49612 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1528656

[startup+6.3024 s]
/proc/loadavg: 0.95 0.98 0.99 2/118 15349
/proc/meminfo: memFree=1538888/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1527964 CPUtime=7.16
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 69263 0 1 0 680 36 0 0 15 0 12 0 10463209 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 381991 65167 1405 10 0 379293 0
[pid=15337/tid=15339] ppid=15335 vsize=1527964 CPUtime=5.71
/proc/15337/task/15339/stat : 15339 (java) R 15335 15337 15312 0 -1 4202560 31979 0 1 0 555 16 0 0 25 0 12 0 10463210 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4109568247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1527964 CPUtime=0.53
/proc/15337/task/15340/stat : 15340 (java) S 15335 15337 15312 0 -1 4202560 26199 0 0 0 41 12 0 0 16 0 12 0 10463212 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1527964 CPUtime=0.54
/proc/15337/task/15341/stat : 15341 (java) S 15335 15337 15312 0 -1 4202560 8857 0 0 0 49 5 0 0 18 0 12 0 10463212 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1527964 CPUtime=0
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 10463213 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1527964 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10463214 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1527964 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 10463214 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1527964 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10463218 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1527964 CPUtime=0.04
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 91 0 0 0 4 0 0 0 18 0 12 0 10463218 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1527964 CPUtime=0.29
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1074 0 0 0 29 0 0 0 16 0 12 0 10463218 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1527964 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10463218 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1527964 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10463218 1564635136 65167 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1527964

[startup+12.702 s]
/proc/loadavg: 0.95 0.98 0.99 4/118 15349
/proc/meminfo: memFree=1422328/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1532588 CPUtime=15.55
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 103688 0 1 0 1500 55 0 0 15 0 12 0 10463209 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 383147 95315 1421 10 0 380449 0
[pid=15337/tid=15339] ppid=15335 vsize=1532588 CPUtime=10.49
/proc/15337/task/15339/stat : 15339 (java) S 15335 15337 15312 0 -1 4202560 32012 0 1 0 1032 17 0 0 19 0 12 0 10463210 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1532588 CPUtime=2.13
/proc/15337/task/15340/stat : 15340 (java) R 15335 15337 15312 0 -1 4202560 41378 0 0 0 194 19 0 0 16 0 12 0 10463212 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 104188534 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1532588 CPUtime=2.12
/proc/15337/task/15341/stat : 15341 (java) R 15335 15337 15312 0 -1 4202560 27704 0 0 0 196 16 0 0 16 0 12 0 10463212 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 10463213 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10463214 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 10463214 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10463218 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1532588 CPUtime=0.22
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 141 0 0 0 22 0 0 0 15 0 12 0 10463218 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1532588 CPUtime=0.53
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1390 0 0 0 53 0 0 0 15 0 12 0 10463218 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10463218 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10463218 1569370112 95315 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 1532588

[startup+25.5011 s]
/proc/loadavg: 1.04 1.00 1.00 2/118 15349
/proc/meminfo: memFree=1097324/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1532588 CPUtime=32.21
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 187697 0 1 0 3117 104 0 0 15 0 12 0 10463209 1569370112 170401 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 383147 170404 1421 10 0 380449 0
[pid=15337/tid=15339] ppid=15335 vsize=1532588 CPUtime=19.25
/proc/15337/task/15339/stat : 15339 (java) S 15335 15337 15312 0 -1 4202560 32032 0 1 0 1906 19 0 0 16 0 12 0 10463210 1569370112 170405 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1532588 CPUtime=6.13
/proc/15337/task/15340/stat : 15340 (java) R 15335 15337 15312 0 -1 4202560 79056 0 0 0 572 41 0 0 16 0 12 0 10463212 1569370112 170407 1992294400 134512640 134550932 4290151024 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1532588 CPUtime=5.98
/proc/15337/task/15341/stat : 15341 (java) R 15335 15337 15312 0 -1 4202560 74025 0 0 0 557 41 0 0 15 0 12 0 10463212 1569370112 170416 1992294400 134512640 134550932 4290151024 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 10463213 1569370112 170425 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10463214 1569370112 170429 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 10463214 1569370112 170431 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1532588 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10463218 1569370112 170433 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1532588 CPUtime=0.22

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

/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 314 0 0 0 96 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1534580 CPUtime=1.26
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1989 0 0 0 126 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15350] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15350/stat : 15350 (java) S 15335 15337 15312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10468809 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.92
Current children cumulated vsize (KiB) 1534580

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15403
/proc/meminfo: memFree=363052/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1534580 CPUtime=1679.05
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 564880 0 1 0 167604 301 0 0 15 0 13 0 10463209 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 383645 352122 1445 10 0 380947 0
[pid=15337/tid=15339] ppid=15335 vsize=1534580 CPUtime=1576.78
/proc/15337/task/15339/stat : 15339 (java) R 15335 15337 15312 0 -1 4202560 32338 0 1 0 157647 31 0 0 25 0 13 0 10463210 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4110075371 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1534580 CPUtime=16.25
/proc/15337/task/15340/stat : 15340 (java) S 15335 15337 15312 0 -1 4202560 166294 0 0 0 1532 93 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1534580 CPUtime=15.84
/proc/15337/task/15341/stat : 15341 (java) S 15335 15337 15312 0 -1 4202560 171932 0 0 0 1486 98 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1534580 CPUtime=67.88
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 190855 0 0 0 6713 75 0 0 15 0 13 0 10463213 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1534580 CPUtime=0.96
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 314 0 0 0 96 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1534580 CPUtime=1.26
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1989 0 0 0 126 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15350] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15350/stat : 15350 (java) S 15335 15337 15312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10468809 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1679.05
Current children cumulated vsize (KiB) 1534580

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15405
/proc/meminfo: memFree=363052/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1534580 CPUtime=1739.1
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 564887 0 1 0 173609 301 0 0 15 0 13 0 10463209 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 383645 352122 1445 10 0 380947 0
[pid=15337/tid=15339] ppid=15335 vsize=1534580 CPUtime=1636.69
/proc/15337/task/15339/stat : 15339 (java) R 15335 15337 15312 0 -1 4202560 32339 0 1 0 163638 31 0 0 25 0 13 0 10463210 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4110084322 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1534580 CPUtime=16.32
/proc/15337/task/15340/stat : 15340 (java) S 15335 15337 15312 0 -1 4202560 166294 0 0 0 1539 93 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1534580 CPUtime=15.91
/proc/15337/task/15341/stat : 15341 (java) S 15335 15337 15312 0 -1 4202560 171932 0 0 0 1493 98 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1534580 CPUtime=67.88
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 190857 0 0 0 6713 75 0 0 15 0 13 0 10463213 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1534580 CPUtime=0.96
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 314 0 0 0 96 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1534580 CPUtime=1.26
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1989 0 0 0 126 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15350] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15350/stat : 15350 (java) S 15335 15337 15312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10468809 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.1
Current children cumulated vsize (KiB) 1534580

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15405
/proc/meminfo: memFree=363052/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1534580 CPUtime=1799.24
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 564899 0 1 0 179623 301 0 0 15 0 13 0 10463209 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 383645 352122 1445 10 0 380947 0
[pid=15337/tid=15339] ppid=15335 vsize=1534580 CPUtime=1696.5
/proc/15337/task/15339/stat : 15339 (java) R 15335 15337 15312 0 -1 4202560 32343 0 1 0 169619 31 0 0 25 0 13 0 10463210 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4109931999 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1534580 CPUtime=16.49
/proc/15337/task/15340/stat : 15340 (java) S 15335 15337 15312 0 -1 4202560 166294 0 0 0 1556 93 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1534580 CPUtime=16.09
/proc/15337/task/15341/stat : 15341 (java) S 15335 15337 15312 0 -1 4202560 171932 0 0 0 1510 99 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1534580 CPUtime=67.89
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 190861 0 0 0 6714 75 0 0 15 0 13 0 10463213 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1534580 CPUtime=0.96
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 314 0 0 0 96 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1534580 CPUtime=1.26
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1989 0 0 0 126 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15350] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15350/stat : 15350 (java) S 15335 15337 15312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10468809 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1799.24
Current children cumulated vsize (KiB) 1534580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15405
/proc/meminfo: memFree=363052/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=1534580 CPUtime=1800.05
/proc/15337/stat : 15337 (java) S 15335 15337 15312 0 -1 4202496 564899 0 1 0 179704 301 0 0 15 0 13 0 10463209 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 383645 352122 1445 10 0 380947 0
[pid=15337/tid=15339] ppid=15335 vsize=1534580 CPUtime=1697.31
/proc/15337/task/15339/stat : 15339 (java) R 15335 15337 15312 0 -1 4202560 32343 0 1 0 169700 31 0 0 25 0 13 0 10463210 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4110084328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15337/tid=15340] ppid=15335 vsize=1534580 CPUtime=16.49
/proc/15337/task/15340/stat : 15340 (java) S 15335 15337 15312 0 -1 4202560 166294 0 0 0 1556 93 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15341] ppid=15335 vsize=1534580 CPUtime=16.09
/proc/15337/task/15341/stat : 15341 (java) S 15335 15337 15312 0 -1 4202560 171932 0 0 0 1510 99 0 0 16 0 13 0 10463212 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15342] ppid=15335 vsize=1534580 CPUtime=67.89
/proc/15337/task/15342/stat : 15342 (java) S 15335 15337 15312 0 -1 4202560 190861 0 0 0 6714 75 0 0 15 0 13 0 10463213 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 0 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15343] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15343/stat : 15343 (java) S 15335 15337 15312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15344] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15344/stat : 15344 (java) S 15335 15337 15312 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 10463214 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15345] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15345/stat : 15345 (java) S 15335 15337 15312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15346] ppid=15335 vsize=1534580 CPUtime=0.96
/proc/15337/task/15346/stat : 15346 (java) S 15335 15337 15312 0 -1 4202560 314 0 0 0 96 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15347] ppid=15335 vsize=1534580 CPUtime=1.26
/proc/15337/task/15347/stat : 15347 (java) S 15335 15337 15312 0 -1 4202560 1989 0 0 0 126 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15348] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15348/stat : 15348 (java) S 15335 15337 15312 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
[pid=15337/tid=15349] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15349/stat : 15349 (java) S 15335 15337 15312 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10463218 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 1 0 0 0
[pid=15337/tid=15350] ppid=15335 vsize=1534580 CPUtime=0
/proc/15337/task/15350/stat : 15350 (java) S 15335 15337 15312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 10468809 1571409920 352122 1992294400 134512640 134550932 4290151024 18446744073709551615 4294960144 0 4 0 16800975 18446604437825882176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1534580

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

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

[startup+1783.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15405
/proc/meminfo: memFree=363052/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=0 CPUtime=1800.17
/proc/15337/stat : 15337 (java) Z 15335 15337 15312 0 -1 4203548 564919 0 1 0 179712 305 0 0 15 0 2 0 10463209 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

[startup+1783.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15405
/proc/meminfo: memFree=363052/2059040 swapFree=4141108/4192956
[pid=15337] ppid=15335 vsize=0 CPUtime=1800.25
/proc/15337/stat : 15337 (java) Z 15335 15337 15312 0 -1 4203548 564919 0 1 0 179712 313 0 0 15 0 2 0 10463209 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15337/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.3
CPU time (s): 1800.26
CPU user time (s): 1797.12
CPU system time (s): 3.13852
CPU usage (%): 100.951
Max. virtual memory (cumulated for all children) (KiB): 1558588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.12
system time used= 3.13852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 564919
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= 38881
involuntary context switches= 22354

runsolver used 3.73843 second user time and 9.34658 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 14:35:16
IDJOB=2659983
IDBENCH=71882
IDSOLVER=1164
FILE ID=node050/2659983-1276691712
PBS_JOBID= 11172620
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__1024.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659983-1276691712/watcher-2659983-1276691712 -o /tmp/evaluation-result-2659983-1276691712/solver-2659983-1276691712 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659983-1276691712.opb

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

MD5SUM BENCH= 7ab5a773955b6c76800e229a63024c00
RANDOM SEED=1029355643

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1770824 kB
Buffers:         10736 kB
Cached:         185264 kB
SwapCached:       6568 kB
Active:         141708 kB
Inactive:        68360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1770824 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:           73956 kB
Writeback:           0 kB
AnonPages:       11620 kB
Mapped:          13064 kB
Slab:            56268 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180352 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= 62500 MiB
End job on node050 at 2010-06-16 15:05:01