Trace number 2660014

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? (exit code) 225.73 208.329

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
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 variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	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.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660014-1276693852.opb
0.22/0.22	c reading problem ... 
201.42/184.01	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
201.42/184.01		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
201.42/184.01		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
201.42/184.01		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
201.42/184.01		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
201.42/184.01		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
201.42/184.01		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
201.42/184.01		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
201.42/184.01		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
201.42/184.01		at org.sat4j.AbstractLauncher.run(Unknown Source)
201.42/184.01		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
206.71/189.34	c starts		: 0
225.51/208.17	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
225.51/208.17		at java.lang.StringBuffer.toString(Unknown Source)
225.51/208.17		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
225.51/208.17		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
225.51/208.17		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
225.51/208.17		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
225.51/208.17		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
225.51/208.17		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
225.51/208.17		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-2660014-1276693852/watcher-2660014-1276693852 -o /tmp/evaluation-result-2660014-1276693852/solver-2660014-1276693852 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2660014-1276693852.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.02 1.01 1.00 2/106 16056
/proc/meminfo: memFree=1594424/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=248 CPUtime=0
/proc/16056/stat : 16056 (java) R 16054 16056 15736 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 44990349 253952 29 1992294400 134512640 134550932 4293788784 18446744073709551615 8045140 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16056/statm: 62 29 21 10 0 23 0

[startup+0.0180001 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16056
/proc/meminfo: memFree=1594424/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=13480 CPUtime=0
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 1112 0 0 0 0 0 0 0 18 0 2 0 44990349 13803520 582 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.102998 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16056
/proc/meminfo: memFree=1594424/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1524024 CPUtime=0.08
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 3932 0 1 0 6 2 0 0 18 0 12 0 44990349 1560600576 3371 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 381006 3371 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300996 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16056
/proc/meminfo: memFree=1594424/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1526240 CPUtime=0.33
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 19782 0 1 0 24 9 0 0 18 0 12 0 44990349 1562869760 19219 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 381560 19219 1348 10 0 378862 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526240

[startup+0.70099 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16056
/proc/meminfo: memFree=1594424/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1526544 CPUtime=0.96
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 68021 0 1 0 63 33 0 0 18 0 12 0 44990349 1563181056 67457 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 381636 67457 1380 10 0 378938 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1526544

[startup+2.88155 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16056
/proc/meminfo: memFree=1594424/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1527576 CPUtime=3.47
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 79172 0 1 0 306 41 0 0 18 0 12 0 44990349 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 381894 77875 1407 10 0 379196 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 1527576

[startup+3.10957 s]
/proc/loadavg: 1.02 1.01 1.00 2/118 16068
/proc/meminfo: memFree=1290156/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1527576 CPUtime=3.7
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 79172 0 1 0 329 41 0 0 18 0 12 0 44990349 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 381894 77875 1407 10 0 379196 0
[pid=16056/tid=16058] ppid=16054 vsize=1527576 CPUtime=2.73
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 15736 0 -1 4202560 31996 0 1 0 259 14 0 0 25 0 12 0 44990351 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4109945557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1527576 CPUtime=0.3
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 19090 0 0 0 20 10 0 0 18 0 12 0 44990352 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1527576 CPUtime=0.29
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 26008 0 0 0 15 14 0 0 18 0 12 0 44990352 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1527576 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15736 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44990354 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1527576 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 44990354 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1527576 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 12 0 44990354 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1527576 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44990359 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1527576 CPUtime=0.02
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 12 0 44990359 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1527576 CPUtime=0.3
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 990 0 0 0 30 0 0 0 16 0 12 0 44990359 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1527576 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44990359 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1527576 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44990359 1564237824 77875 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1527576

[startup+6.3019 s]
/proc/loadavg: 1.02 1.01 1.00 2/118 16068
/proc/meminfo: memFree=1233984/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1527216 CPUtime=7.16
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 94929 0 1 0 667 49 0 0 18 0 12 0 44990349 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 381804 91845 1407 10 0 379106 0
[pid=16056/tid=16058] ppid=16054 vsize=1527216 CPUtime=5.67
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 15736 0 -1 4202560 32000 0 1 0 552 15 0 0 25 0 12 0 44990351 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4109981798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1527216 CPUtime=0.57
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 26312 0 0 0 43 14 0 0 18 0 12 0 44990352 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1527216 CPUtime=0.54
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 34539 0 0 0 37 17 0 0 18 0 12 0 44990352 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1527216 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15736 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44990354 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1527216 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 44990354 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1527216 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 12 0 44990354 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1527216 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44990359 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1527216 CPUtime=0.02
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 19 0 0 0 2 0 0 0 18 0 12 0 44990359 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1527216 CPUtime=0.3
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 990 0 0 0 30 0 0 0 16 0 12 0 44990359 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1527216 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44990359 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1527216 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44990359 1563869184 91845 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1527216

[startup+12.7016 s]
/proc/loadavg: 1.10 1.02 1.01 2/118 16070
/proc/meminfo: memFree=1144456/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1529784 CPUtime=14.76
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 123200 0 1 0 1409 67 0 0 18 0 12 0 44990349 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 382446 116410 1412 10 0 379748 0
[pid=16056/tid=16058] ppid=16054 vsize=1529784 CPUtime=10.82
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 15736 0 -1 4202560 32008 0 1 0 1066 16 0 0 25 0 12 0 44990351 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4109915146 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1529784 CPUtime=1.8
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 39249 0 0 0 158 22 0 0 16 0 12 0 44990352 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1529784 CPUtime=1.76
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 49860 0 0 0 150 26 0 0 16 0 12 0 44990352 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15736 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44990354 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 44990354 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 12 0 44990354 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44990359 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1529784 CPUtime=0.02
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 24 0 0 0 2 0 0 0 16 0 12 0 44990359 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1529784 CPUtime=0.3
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 990 0 0 0 30 0 0 0 16 0 12 0 44990359 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44990359 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44990359 1566498816 116410 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1529784

[startup+25.5019 s]
/proc/loadavg: 1.15 1.04 1.01 2/118 16070
/proc/meminfo: memFree=978420/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1529784 CPUtime=30.35
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 164375 0 1 0 2944 91 0 0 18 0 12 0 44990349 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 382446 155741 1412 10 0 379748 0
[pid=16056/tid=16058] ppid=16054 vsize=1529784 CPUtime=20.55
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 15736 0 -1 4202560 32025 0 1 0 2035 20 0 0 25 0 12 0 44990351 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4109915394 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1529784 CPUtime=4.71
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 59081 0 0 0 439 32 0 0 16 0 12 0 44990352 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1529784 CPUtime=4.67
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 71183 0 0 0 431 36 0 0 16 0 12 0 44990352 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15736 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44990354 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 44990354 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 12 0 44990354 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44990359 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1529784 CPUtime=0.05
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 27 0 0 0 5 0 0 0 15 0 12 0 44990359 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1529784 CPUtime=0.3
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 990 0 0 0 30 0 0 0 15 0 12 0 44990359 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44990359 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1529784 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44990359 1566498816 155741 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.35
Current children cumulated vsize (KiB) 1529784

[startup+51.1012 s]
/proc/loadavg: 1.54 1.13 1.04 2/118 16070
/proc/meminfo: memFree=460100/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1545436 CPUtime=64.19
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 313290 0 1 0 6253 166 0 0 18 0 12 0 44990349 1582526464 289926 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 386359 289926 1423 10 0 383661 0
[pid=16056/tid=16058] ppid=16054 vsize=1545436 CPUtime=38.01
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 15736 0 -1 4202560 32083 0 1 0 3778 23 0 0 25 0 12 0 44990351 1582526464 289926 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1545436 CPUtime=12.51
/proc/16056/task/16059/stat : 16059 (java) R 16054 16056 15736 0 -1 4202560 132597 0 0 0 1183 68 0 0 16 0 12 0 44990352 1582526464 289926 1992294400 134512640 134550932 4293788784 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1545436 CPUtime=12.06
/proc/16056/task/16060/stat : 16060 (java) R 16054 16056 15736 0 -1 4202560 140333 0 0 0 1137 69 0 0 16 0 12 0 44990352 1582526464 289926 1992294400 134512640 134550932 4293788784 18446744073709551615 106207430 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

/proc/16056/statm: 394441 362817 1424 10 0 391743 0
[pid=16056/tid=16058] ppid=16054 vsize=1577764 CPUtime=50.24
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15736 0 -1 4202560 32121 0 1 0 4998 26 0 0 17 0 13 0 44990351 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1577764 CPUtime=17.33
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 167329 0 0 0 1649 84 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1577764 CPUtime=16.52
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 173813 0 0 0 1566 86 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1577764 CPUtime=132.01
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 15736 0 -1 4202560 437291 0 0 0 13031 170 0 0 20 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 104177891 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1577764 CPUtime=1
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 5887 0 0 0 99 1 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1577764 CPUtime=0.54
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 1315 0 0 0 54 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15736 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 45008751 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 217.72
Current children cumulated vsize (KiB) 1577764

[startup+203.5 s]
/proc/loadavg: 1.06 1.10 1.04 2/119 16078
/proc/meminfo: memFree=163236/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1593768 CPUtime=220.91
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 827602 0 1 0 21716 375 0 0 18 0 13 0 44990349 1632018432 361581 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 398442 361590 1424 10 0 395744 0
[pid=16056/tid=16058] ppid=16054 vsize=1593768 CPUtime=50.24
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15736 0 -1 4202560 32121 0 1 0 4998 26 0 0 17 0 13 0 44990351 1632018432 361597 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1593768 CPUtime=17.33
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 167329 0 0 0 1649 84 0 0 16 0 13 0 44990352 1632018432 361607 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1593768 CPUtime=16.52
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 173813 0 0 0 1566 86 0 0 16 0 13 0 44990352 1632018432 361618 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1593768 CPUtime=135.21
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 15736 0 -1 4202560 446104 0 0 0 13348 173 0 0 25 0 13 0 44990354 1632018432 361628 1992294400 134512640 134550932 4293788784 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1593768 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) R 16054 16056 15736 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44990354 1632018432 361638 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1593768 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44990354 1632018432 361648 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1593768 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44990359 1632018432 361658 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1593768 CPUtime=1
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 5887 0 0 0 99 1 0 0 15 0 13 0 44990359 1632018432 361668 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1593768 CPUtime=0.54
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 1315 0 0 0 54 0 0 0 15 0 13 0 44990359 1632018432 361678 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1593768 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44990359 1632018432 361688 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1593768 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44990359 1632018432 361699 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=1593768 CPUtime=0
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15736 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 45008751 1632018432 361707 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 1593768

[startup+206.702 s]
/proc/loadavg: 1.05 1.09 1.03 2/119 16078
/proc/meminfo: memFree=147240/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1577764 CPUtime=224.11
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 832840 0 1 0 22034 377 0 0 18 0 13 0 44990349 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 394441 362817 1424 10 0 391743 0
[pid=16056/tid=16058] ppid=16054 vsize=1577764 CPUtime=50.24
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15736 0 -1 4202560 32121 0 1 0 4998 26 0 0 17 0 13 0 44990351 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1577764 CPUtime=17.33
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 167329 0 0 0 1649 84 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1577764 CPUtime=16.52
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 173813 0 0 0 1566 86 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1577764 CPUtime=138.41
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 15736 0 -1 4202560 451294 0 0 0 13666 175 0 0 25 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1577764 CPUtime=1
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 5887 0 0 0 99 1 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1577764 CPUtime=0.54
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 1315 0 0 0 54 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15736 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 45008751 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 224.11
Current children cumulated vsize (KiB) 1577764

[startup+207.502 s]
/proc/loadavg: 1.05 1.09 1.03 2/119 16078
/proc/meminfo: memFree=147240/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1577764 CPUtime=224.91
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 832840 0 1 0 22114 377 0 0 18 0 13 0 44990349 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 394441 362817 1424 10 0 391743 0
[pid=16056/tid=16058] ppid=16054 vsize=1577764 CPUtime=50.24
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15736 0 -1 4202560 32121 0 1 0 4998 26 0 0 17 0 13 0 44990351 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1577764 CPUtime=17.33
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 167329 0 0 0 1649 84 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1577764 CPUtime=16.52
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 173813 0 0 0 1566 86 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1577764 CPUtime=139.21
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 15736 0 -1 4202560 451294 0 0 0 13746 175 0 0 25 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 106159255 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1577764 CPUtime=1
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 5887 0 0 0 99 1 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1577764 CPUtime=0.54
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 1315 0 0 0 54 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15736 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 45008751 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 224.91
Current children cumulated vsize (KiB) 1577764

[startup+207.902 s]
/proc/loadavg: 1.05 1.09 1.03 2/119 16078
/proc/meminfo: memFree=147240/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=1577764 CPUtime=225.31
/proc/16056/stat : 16056 (java) S 16054 16056 15736 0 -1 4202496 832840 0 1 0 22154 377 0 0 18 0 13 0 44990349 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 394441 362817 1424 10 0 391743 0
[pid=16056/tid=16058] ppid=16054 vsize=1577764 CPUtime=50.24
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15736 0 -1 4202560 32121 0 1 0 4998 26 0 0 17 0 13 0 44990351 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=1577764 CPUtime=17.33
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15736 0 -1 4202560 167329 0 0 0 1649 84 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=1577764 CPUtime=16.52
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15736 0 -1 4202560 173813 0 0 0 1566 86 0 0 16 0 13 0 44990352 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=1577764 CPUtime=139.61
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 15736 0 -1 4202560 451294 0 0 0 13786 175 0 0 25 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 106159178 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15736 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15736 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44990354 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15736 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=1577764 CPUtime=1
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15736 0 -1 4202560 5887 0 0 0 99 1 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=1577764 CPUtime=0.54
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15736 0 -1 4202560 1315 0 0 0 54 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15736 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15736 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44990359 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=1577764 CPUtime=0
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15736 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 45008751 1615630336 362817 1992294400 134512640 134550932 4293788784 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 225.31
Current children cumulated vsize (KiB) 1577764

[startup+208.302 s]
/proc/loadavg: 1.05 1.09 1.03 2/119 16078
/proc/meminfo: memFree=147240/2059040 swapFree=4135684/4192956
[pid=16056] ppid=16054 vsize=0 CPUtime=225.69
/proc/16056/stat : 16056 (java) Z 16054 16056 15736 0 -1 4202524 832849 0 1 0 22181 388 0 0 18 0 2 0 44990349 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16056/statm: 0 0 0 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=0 CPUtime=0.1
/proc/16056/task/16067/stat : 16067 (java) R 16054 16056 15736 0 -1 4203588 0 0 0 0 0 10 0 0 18 0 2 0 44990359 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 225.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 208.329
CPU time (s): 225.73
CPU user time (s): 221.818
CPU system time (s): 3.91141
CPU usage (%): 108.353
Max. virtual memory (cumulated for all children) (KiB): 1593768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.818
system time used= 3.9114
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 832849
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= 5278
involuntary context switches= 4951

runsolver used 0.473927 second user time and 1.14682 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-16 15:11:04
IDJOB=2660014
IDBENCH=71914
IDSOLVER=1164
FILE ID=node002/2660014-1276693852
PBS_JOBID= 11172619
Free space on /tmp= 62320 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_1000_5__369_766__1024.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660014-1276693852/watcher-2660014-1276693852 -o /tmp/evaluation-result-2660014-1276693852/solver-2660014-1276693852 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2660014-1276693852.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=795143016

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1594820 kB
Buffers:          4868 kB
Cached:         361012 kB
SwapCached:      10524 kB
Active:         299316 kB
Inactive:        79848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1594820 kB
SwapTotal:     4192956 kB
SwapFree:      4135684 kB
Dirty:          206152 kB
Writeback:           0 kB
AnonPages:       11772 kB
Mapped:           9328 kB
Slab:            63172 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181132 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= 62320 MiB
End job on node002 at 2010-06-16 15:14:32