Trace number 1855967

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? 205.5 190.266

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
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-2008 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.1.1.v20090612
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.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based 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-1855967-1244897421.opb
0.22/0.21	c reading problem ... 
205.25/190.02	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
205.25/190.02		at java.lang.StringBuffer.toString(Unknown Source)
205.25/190.02		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
205.25/190.02		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
205.25/190.02		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
205.25/190.02		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
205.25/190.02		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
205.25/190.02		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
205.25/190.02		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
205.25/190.02		at org.sat4j.AbstractLauncher.run(Unknown Source)
205.25/190.02		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
205.25/190.03	c starts		: 0
205.25/190.03	c conflicts		: 0
205.25/190.03	c decisions		: 0
205.25/190.03	c propagations		: 0
205.25/190.03	c inspects		: 0
205.25/190.03	c learnt literals	: 0
205.25/190.03	c learnt binary clauses	: 0
205.25/190.03	c learnt ternary clauses	: 0
205.25/190.03	c learnt clauses	: 0
205.25/190.03	c ignored clauses	: 0
205.25/190.03	c root simplifications	: 0
205.25/190.03	c removed literals (reason simplification)	: 0
205.25/190.03	c reason swapping (by a shorter reason)	: 0
205.25/190.03	c Calls to reduceDB	: 0
205.25/190.03	c speed (assignments/second)	: 0.0
205.25/190.03	c non guided choices	0
205.25/190.03	c learnt constraints type 
205.25/190.03	c constraints type 
205.25/190.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 77584
205.25/190.03	s UNKNOWN
205.25/190.03	c Total wall clock time (in seconds): 189.819

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-1855967-1244897421/watcher-1855967-1244897421 -o /tmp/evaluation-result-1855967-1244897421/solver-1855967-1244897421 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855967-1244897421.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.09 1.02 1.01 3/64 12103
/proc/meminfo: memFree=1105376/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1520 CPUtime=0
/proc/12103/stat : 12103 (java6) R 12101 12103 11138 0 -1 0 90 0 0 0 0 0 0 0 18 0 1 0 157340013 1556480 73 1992294400 134512640 134550932 4294956176 18446744073709551615 3502688 0 0 4096 0 0 0 0 17 0 0 0
/proc/12103/statm: 380 74 55 9 0 10 0

[startup+0.0286991 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 12103
/proc/meminfo: memFree=1105376/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1466792 CPUtime=0.01
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 2435 0 1 0 0 1 0 0 18 0 4 0 157340013 1501995008 2182 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 366698 2182 512 9 0 364450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466792

[startup+0.101709 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 12103
/proc/meminfo: memFree=1105376/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1472584 CPUtime=0.08
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 3637 0 1 0 6 2 0 0 18 0 12 0 157340013 1507926016 3380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 368146 3380 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301743 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 12103
/proc/meminfo: memFree=1105376/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1475004 CPUtime=0.32
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 20268 0 1 0 23 9 0 0 18 0 12 0 157340013 1510404096 20005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 368751 20012 1342 9 0 366094 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475004

[startup+0.701825 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 12103
/proc/meminfo: memFree=1105376/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1477212 CPUtime=0.97
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 23883 0 1 0 85 12 0 0 18 0 12 0 157340013 1512665088 23408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 369303 23408 1394 9 0 366646 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1477212

[startup+1.50296 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 12115
/proc/meminfo: memFree=996608/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1477212 CPUtime=1.92
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 51208 0 1 0 165 27 0 0 18 0 12 0 157340013 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 369303 50732 1405 9 0 366646 0
[pid=12103/tid=12105] ppid=12101 vsize=1477212 CPUtime=1.23
/proc/12103/task/12105/stat : 12105 (java) R 12101 12103 11138 0 -1 64 30901 0 1 0 109 14 0 0 24 0 12 0 157340014 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1477212 CPUtime=0.14
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 5961 0 0 0 11 3 0 0 16 0 12 0 157340016 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1477212 CPUtime=0.15
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 12199 0 0 0 8 7 0 0 18 0 12 0 157340016 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12108/stat : 12108 (java) S 12101 12103 11138 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157340017 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1477212 CPUtime=0.17
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 560 0 0 0 17 0 0 0 17 0 12 0 157340022 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1477212 CPUtime=0.18
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 836 0 0 0 18 0 0 0 17 0 12 0 157340022 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1512665088 50732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1477212

[startup+3.10223 s]
/proc/loadavg: 1.24 1.05 1.02 2/76 12115
/proc/meminfo: memFree=907648/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1477212 CPUtime=3.64
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 60190 0 1 0 333 31 0 0 18 0 12 0 157340013 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 369303 58684 1405 9 0 366646 0
[pid=12103/tid=12105] ppid=12101 vsize=1477212 CPUtime=2.71
/proc/12103/task/12105/stat : 12105 (java) R 12101 12103 11138 0 -1 64 30902 0 1 0 256 15 0 0 16 0 12 0 157340014 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4109470406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1477212 CPUtime=0.27
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 12043 0 0 0 21 6 0 0 18 0 12 0 157340016 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1477212 CPUtime=0.27
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 15094 0 0 0 19 8 0 0 16 0 12 0 157340016 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12108/stat : 12108 (java) S 12101 12103 11138 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 157340017 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1477212 CPUtime=0.17
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 560 0 0 0 17 0 0 0 17 0 12 0 157340022 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1477212 CPUtime=0.18
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 836 0 0 0 18 0 0 0 17 0 12 0 157340022 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1477212 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1512665088 58684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1477212

[startup+6.30278 s]
/proc/loadavg: 1.24 1.05 1.02 2/76 12115
/proc/meminfo: memFree=855744/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1477180 CPUtime=7.11
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 72343 0 1 0 673 38 0 0 18 0 12 0 157340013 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 369295 68599 1405 9 0 366638 0
[pid=12103/tid=12105] ppid=12101 vsize=1477180 CPUtime=5.65
/proc/12103/task/12105/stat : 12105 (java) R 12101 12103 11138 0 -1 64 30906 0 1 0 549 16 0 0 25 0 12 0 157340014 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1477180 CPUtime=0.53
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 20183 0 0 0 44 9 0 0 16 0 12 0 157340016 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1477180 CPUtime=0.54
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 19103 0 0 0 43 11 0 0 17 0 12 0 157340016 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1477180 CPUtime=0
/proc/12103/task/12108/stat : 12108 (java) S 12101 12103 11138 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 157340017 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1477180 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1477180 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1477180 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1477180 CPUtime=0.17
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 560 0 0 0 17 0 0 0 17 0 12 0 157340022 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1477180 CPUtime=0.18
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 836 0 0 0 18 0 0 0 17 0 12 0 157340022 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1477180 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1477180 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1512632320 68599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 1477180

[startup+12.7019 s]
/proc/loadavg: 1.21 1.05 1.01 2/76 12115
/proc/meminfo: memFree=776704/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1488388 CPUtime=15.23
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 98491 0 1 0 1471 52 0 0 18 0 12 0 157340013 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 372097 88168 1415 9 0 369440 0
[pid=12103/tid=12105] ppid=12101 vsize=1488388 CPUtime=10.84
/proc/12103/task/12105/stat : 12105 (java) S 12101 12103 11138 0 -1 64 30925 0 1 0 1067 17 0 0 19 0 12 0 157340014 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1488388 CPUtime=1.44
/proc/12103/task/12106/stat : 12106 (java) R 12101 12103 11138 0 -1 64 25845 0 0 0 132 12 0 0 16 0 12 0 157340016 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 105886416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1488388 CPUtime=1.44
/proc/12103/task/12107/stat : 12107 (java) R 12101 12103 11138 0 -1 64 32812 0 0 0 126 18 0 0 16 0 12 0 157340016 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1488388 CPUtime=0
/proc/12103/task/12108/stat : 12108 (java) S 12101 12103 11138 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 157340017 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1488388 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1488388 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1488388 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1488388 CPUtime=0.98
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 5585 0 0 0 96 2 0 0 16 0 12 0 157340022 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1488388 CPUtime=0.47
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 2569 0 0 0 47 0 0 0 16 0 12 0 157340022 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1488388 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1488388 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1524109312 88168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 1488388

[startup+25.5021 s]
/proc/loadavg: 1.17 1.05 1.01 2/76 12115
/proc/meminfo: memFree=473536/2055920 swapFree=4178468/4192956
[pid=12103] ppid=12101 vsize=1482680 CPUtime=31.8
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 177868 0 1 0 3080 100 0 0 18 0 12 0 157340013 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 370670 159147 1415 9 0 368013 0
[pid=12103/tid=12105] ppid=12101 vsize=1482680 CPUtime=19.73
/proc/12103/task/12105/stat : 12105 (java) R 12101 12103 11138 0 -1 64 30946 0 1 0 1953 20 0 0 19 0 12 0 157340014 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4109470691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1482680 CPUtime=5.33
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 69119 0 0 0 501 32 0 0 17 0 12 0 157340016 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1482680 CPUtime=5.06
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 68878 0 0 0 463 43 0 0 16 0 12 0 157340016 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1482680 CPUtime=0
/proc/12103/task/12108/stat : 12108 (java) S 12101 12103 11138 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 157340017 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1482680 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1482680 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1482680 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1518264320 159147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1482680 CPUtime=1.06

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

/proc/meminfo: memFree=31552/2055920 swapFree=4182324/4192956
[pid=12103] ppid=12101 vsize=1514684 CPUtime=194.36
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 768243 0 1 0 19036 400 0 0 18 0 12 0 157340013 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 378671 347144 1422 9 0 376014 0
[pid=12103/tid=12105] ppid=12101 vsize=1514684 CPUtime=45.56
/proc/12103/task/12105/stat : 12105 (java) S 12101 12103 11138 0 -1 64 31008 0 1 0 4529 27 0 0 16 0 12 0 157340014 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1514684 CPUtime=15.05
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 169584 0 0 0 1423 82 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1514684 CPUtime=14.28
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 161543 0 0 0 1315 113 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1514684 CPUtime=117.7
/proc/12103/task/12108/stat : 12108 (java) R 12101 12103 11138 0 -1 64 397192 0 0 0 11597 173 0 0 21 0 12 0 157340017 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1514684 CPUtime=1.14
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 5596 0 0 0 112 2 0 0 17 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1514684 CPUtime=0.57
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 2578 0 0 0 57 0 0 0 16 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 194.36
Current children cumulated vsize (KiB) 1514684

[startup+185.502 s]
/proc/loadavg: 1.02 1.04 1.01 2/76 12117
/proc/meminfo: memFree=31488/2055920 swapFree=4182324/4192956
[pid=12103] ppid=12101 vsize=1490684 CPUtime=200.75
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 787754 0 1 0 19666 409 0 0 18 0 12 0 157340013 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 372671 341144 1422 9 0 370014 0
[pid=12103/tid=12105] ppid=12101 vsize=1490684 CPUtime=45.56
/proc/12103/task/12105/stat : 12105 (java) S 12101 12103 11138 0 -1 64 31009 0 1 0 4529 27 0 0 17 0 12 0 157340014 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1490684 CPUtime=15.05
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 169584 0 0 0 1423 82 0 0 16 0 12 0 157340016 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1490684 CPUtime=14.28
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 161543 0 0 0 1315 113 0 0 16 0 12 0 157340016 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1490684 CPUtime=124.1
/proc/12103/task/12108/stat : 12108 (java) R 12101 12103 11138 0 -1 64 416702 0 0 0 12228 182 0 0 25 0 12 0 157340017 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 104177799 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1490684 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1490684 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1490684 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1490684 CPUtime=1.14
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 5596 0 0 0 112 2 0 0 17 0 12 0 157340022 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1490684 CPUtime=0.57
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 2578 0 0 0 57 0 0 0 16 0 12 0 157340022 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1490684 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1490684 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1526460416 341144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.75
Current children cumulated vsize (KiB) 1490684

[startup+188.702 s]
/proc/loadavg: 1.02 1.04 1.01 2/76 12117
/proc/meminfo: memFree=31488/2055920 swapFree=4182324/4192956
[pid=12103] ppid=12101 vsize=1514684 CPUtime=203.96
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 799756 0 1 0 19982 414 0 0 18 0 12 0 157340013 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 378671 347144 1422 9 0 376014 0
[pid=12103/tid=12105] ppid=12101 vsize=1514684 CPUtime=45.56
/proc/12103/task/12105/stat : 12105 (java) S 12101 12103 11138 0 -1 64 31009 0 1 0 4529 27 0 0 17 0 12 0 157340014 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1514684 CPUtime=15.05
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 169584 0 0 0 1423 82 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1514684 CPUtime=14.28
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 161543 0 0 0 1315 113 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1514684 CPUtime=127.29
/proc/12103/task/12108/stat : 12108 (java) R 12101 12103 11138 0 -1 64 428704 0 0 0 12543 186 0 0 25 0 12 0 157340017 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1514684 CPUtime=1.14
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 5596 0 0 0 112 2 0 0 17 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1514684 CPUtime=0.57
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 2578 0 0 0 57 0 0 0 16 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 1514684

[startup+189.502 s]
/proc/loadavg: 1.02 1.04 1.01 2/76 12117
/proc/meminfo: memFree=31488/2055920 swapFree=4182324/4192956
[pid=12103] ppid=12101 vsize=1514684 CPUtime=204.76
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 799756 0 1 0 20062 414 0 0 18 0 12 0 157340013 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 378671 347144 1422 9 0 376014 0
[pid=12103/tid=12105] ppid=12101 vsize=1514684 CPUtime=45.56
/proc/12103/task/12105/stat : 12105 (java) S 12101 12103 11138 0 -1 64 31009 0 1 0 4529 27 0 0 17 0 12 0 157340014 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1514684 CPUtime=15.05
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 169584 0 0 0 1423 82 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1514684 CPUtime=14.28
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 161543 0 0 0 1315 113 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1514684 CPUtime=128.09
/proc/12103/task/12108/stat : 12108 (java) R 12101 12103 11138 0 -1 64 428704 0 0 0 12623 186 0 0 25 0 12 0 157340017 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1514684 CPUtime=1.14
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 5596 0 0 0 112 2 0 0 17 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1514684 CPUtime=0.57
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 2578 0 0 0 57 0 0 0 16 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.76
Current children cumulated vsize (KiB) 1514684

[startup+189.901 s]
/proc/loadavg: 1.02 1.04 1.01 2/76 12117
/proc/meminfo: memFree=31488/2055920 swapFree=4182324/4192956
[pid=12103] ppid=12101 vsize=1514684 CPUtime=205.15
/proc/12103/stat : 12103 (java) S 12101 12103 11138 0 -1 0 799756 0 1 0 20101 414 0 0 18 0 12 0 157340013 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 378671 347144 1422 9 0 376014 0
[pid=12103/tid=12105] ppid=12101 vsize=1514684 CPUtime=45.56
/proc/12103/task/12105/stat : 12105 (java) S 12101 12103 11138 0 -1 64 31009 0 1 0 4529 27 0 0 17 0 12 0 157340014 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12106] ppid=12101 vsize=1514684 CPUtime=15.05
/proc/12103/task/12106/stat : 12106 (java) S 12101 12103 11138 0 -1 64 169584 0 0 0 1423 82 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12107] ppid=12101 vsize=1514684 CPUtime=14.28
/proc/12103/task/12107/stat : 12107 (java) S 12101 12103 11138 0 -1 64 161543 0 0 0 1315 113 0 0 16 0 12 0 157340016 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12108] ppid=12101 vsize=1514684 CPUtime=128.49
/proc/12103/task/12108/stat : 12108 (java) R 12101 12103 11138 0 -1 64 428704 0 0 0 12663 186 0 0 25 0 12 0 157340017 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12109] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12109/stat : 12109 (java) S 12101 12103 11138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12110] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12110/stat : 12110 (java) S 12101 12103 11138 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157340018 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12111] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12111/stat : 12111 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12112] ppid=12101 vsize=1514684 CPUtime=1.14
/proc/12103/task/12112/stat : 12112 (java) S 12101 12103 11138 0 -1 64 5596 0 0 0 112 2 0 0 17 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12113] ppid=12101 vsize=1514684 CPUtime=0.57
/proc/12103/task/12113/stat : 12113 (java) S 12101 12103 11138 0 -1 64 2578 0 0 0 57 0 0 0 16 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12103/tid=12114] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12114/stat : 12114 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12103/tid=12115] ppid=12101 vsize=1514684 CPUtime=0
/proc/12103/task/12115/stat : 12115 (java) S 12101 12103 11138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340022 1551036416 347144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.15
Current children cumulated vsize (KiB) 1514684

[startup+190.102 s]
/proc/loadavg: 1.02 1.04 1.01 2/76 12117
/proc/meminfo: memFree=31488/2055920 swapFree=4182324/4192956
[pid=12103] ppid=12101 vsize=0 CPUtime=205.32
/proc/12103/stat : 12103 (java) Z 12101 12103 11138 0 -1 12 799774 0 1 0 20114 418 0 0 16 0 2 0 157340013 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.32
Current children cumulated vsize (KiB) 0

[startup+190.202 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 12118
/proc/meminfo: memFree=1006144/2055920 swapFree=4182324/4192956
[pid=12103] ppid=12101 vsize=0 CPUtime=205.43
/proc/12103/stat : 12103 (java) Z 12101 12103 11138 0 -1 12 799774 0 1 0 20114 429 0 0 16 0 2 0 157340013 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12103/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 190.266
CPU time (s): 205.5
CPU user time (s): 201.148
CPU system time (s): 4.35134
CPU usage (%): 108.006
Max. virtual memory (cumulated for all children) (KiB): 1530688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.148
system time used= 4.35134
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 799774
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= 4996
involuntary context switches= 3999

runsolver used 0.25796 second user time and 0.530919 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-13 14:50:37
IDJOB=1855967
IDBENCH=2278
IDSOLVER=682
FILE ID=node48/1855967-1244897421
PBS_JOBID= 9354425
Free space on /tmp= 66104 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855967-1244897421/watcher-1855967-1244897421 -o /tmp/evaluation-result-1855967-1244897421/solver-1855967-1244897421 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855967-1244897421.opb

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

MD5SUM BENCH= e3f30a3ccce8a834fba8f93335c22413
RANDOM SEED=260735586

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.270
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.270
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1105792 kB
Buffers:         65592 kB
Cached:         796188 kB
SwapCached:       8280 kB
Active:         202700 kB
Inactive:       670844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105792 kB
SwapTotal:     4192956 kB
SwapFree:      4178468 kB
Dirty:          163660 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            62524 kB
Committed_AS:   121452 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66104 MiB
End job on node48 at 2009-06-13 14:53:47