Trace number 1884216

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1UNSAT 85.0171 82.8024

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/anbulagan/
medium-unsat/total-5-11-u.opb
MD5SUMf50200c9ac5466fb93f848663208aeef
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.826
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables156980
Total number of constraints696581
Number of constraints which are clauses696581
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.29	c See www.sat4j.org for details.
0.16/0.30	c version 2.1.1.v20090612
0.16/0.30	c sun.arch.data.model	32
0.16/0.30	c java.version	1.6.0_12
0.16/0.30	c os.name	Linux
0.16/0.30	c os.version	2.6.9-22.EL.rootsmp
0.16/0.30	c os.arch	i386
0.16/0.30	c Free memory 1342000320
0.16/0.30	c Max memory 1344274432
0.16/0.30	c Total memory 1344274432
0.16/0.30	c Number of processors 2
0.16/0.37	c Pseudo Boolean Optimization
0.16/0.37	c --- Begin Solver configuration ---
0.16/0.37	c Stops conflict analysis at the first Unique Implication Point
0.16/0.37	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.16/0.37	c Learn all clauses as in MiniSAT
0.16/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.37	c Expensive reason simplification
0.16/0.37	c MiniSAT restarts strategy
0.16/0.37	c Memory based learned constraints deletion strategy
0.16/0.37	c timeout=2147483s
0.16/0.37	c DB Simplification allowed=false
0.16/0.37	c --- End Solver configuration ---
0.16/0.37	c solving HOME/instance-1884216-1245255953.opb
0.16/0.37	c reading problem ... 
10.85/9.24	c ... done. Wall clock time 8.871s.
10.85/9.24	c #vars     156980
10.85/9.24	c #constraints  689941
10.85/9.24	c constraints type 
10.93/9.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 570471
10.93/9.48	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 112800
84.95/82.70	c starts		: 10
84.95/82.70	c conflicts		: 11148
84.95/82.70	c decisions		: 21096
84.95/82.70	c propagations		: 37858225
84.95/82.70	c inspects		: 167718469
84.95/82.70	c learnt literals	: 152
84.95/82.70	c learnt binary clauses	: 189
84.95/82.70	c learnt ternary clauses	: 229
84.95/82.70	c learnt clauses	: 10995
84.95/82.70	c ignored clauses	: 0
84.95/82.70	c root simplifications	: 0
84.95/82.70	c removed literals (reason simplification)	: 282176
84.95/82.70	c reason swapping (by a shorter reason)	: 0
84.95/82.70	c Calls to reduceDB	: 0
84.95/82.71	c speed (assignments/second)	: 517061.7197956786
84.95/82.71	c non guided choices	1270
84.95/82.72	c learnt constraints type 
84.95/82.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10806
84.95/82.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 189
84.95/82.72	c constraints type 
84.95/82.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 570471
84.95/82.72	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 112800
84.95/82.72	s UNSATISFIABLE
84.95/82.72	c Total wall clock time (in seconds): 82.347

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-1884216-1245255953/watcher-1884216-1245255953 -o /tmp/evaluation-result-1884216-1245255953/solver-1884216-1245255953 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884216-1245255953.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.07 0.99 0.83 3/64 11292
/proc/meminfo: memFree=1825200/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1612 CPUtime=0
/proc/11292/stat : 11292 (java6) D 11290 11292 11221 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 193191847 1650688 143 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11292/statm: 403 143 107 9 0 45 0

[startup+0.0644749 s]
/proc/loadavg: 1.07 0.99 0.83 3/64 11292
/proc/meminfo: memFree=1825200/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=12928 CPUtime=0.02
/proc/11292/stat : 11292 (java) R 11290 11292 11221 0 -1 0 386 0 22 0 0 2 0 0 18 0 1 0 193191847 13238272 215 1992294400 134512640 134550932 4294956016 18446744073709551615 3502890 0 0 4096 0 0 0 0 17 0 0 0
/proc/11292/statm: 3232 215 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.104022 s]
/proc/loadavg: 1.07 0.99 0.83 3/64 11292
/proc/meminfo: memFree=1825200/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1468600 CPUtime=0.03
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 2700 0 28 0 0 3 0 0 18 0 4 0 193191847 1503846400 2474 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 367150 2474 765 9 0 364501 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1468600

[startup+0.302056 s]
/proc/loadavg: 1.07 0.99 0.83 3/64 11292
/proc/meminfo: memFree=1825200/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1472884 CPUtime=0.16
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 4073 0 28 0 11 5 0 0 18 0 12 0 193191847 1508233216 3841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 368221 3841 1226 9 0 365564 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1472884

[startup+0.702127 s]
/proc/loadavg: 1.07 0.99 0.83 3/64 11292
/proc/meminfo: memFree=1825200/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1478076 CPUtime=0.76
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 8062 0 28 0 70 6 0 0 18 0 12 0 193191847 1513549824 7222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369519 7222 1382 9 0 366862 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1478076

[startup+1.50126 s]
/proc/loadavg: 1.07 0.99 0.83 3/76 11304
/proc/meminfo: memFree=1782864/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1479100 CPUtime=1.93
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 18926 0 28 0 180 13 0 0 18 0 12 0 193191847 1514598400 17563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369775 17564 1399 9 0 367118 0
[pid=11292/tid=11294] ppid=11290 vsize=1479100 CPUtime=1.07
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 15382 0 1 0 98 9 0 0 18 0 12 0 193191855 1514598400 17565 1992294400 134512640 134550932 4294956016 18446744073709551615 4109577264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 193191857 1514598400 17566 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 193191857 1514598400 17567 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193191860 1514598400 17568 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 193191861 1514598400 17569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 193191861 1514598400 17570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 193191869 1514598400 17571 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1479100 CPUtime=0.42
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 1426 0 0 0 42 0 0 0 16 0 12 0 193191869 1514598400 17572 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1479100 CPUtime=0.38
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1404 0 0 0 38 0 0 0 17 0 12 0 193191869 1514598400 17573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 193191869 1514598400 17574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193191869 1514598400 17575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1479100

[startup+3.10154 s]
/proc/loadavg: 1.07 0.99 0.83 3/76 11304
/proc/meminfo: memFree=1687376/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1479100 CPUtime=3.63
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 40314 0 28 0 340 23 0 0 18 0 12 0 193191847 1514598400 38909 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369775 38911 1409 9 0 367118 0
[pid=11292/tid=11294] ppid=11290 vsize=1479100 CPUtime=2.56
/proc/11292/task/11294/stat : 11294 (java) S 11290 11292 11221 0 -1 64 30919 0 1 0 239 17 0 0 23 0 12 0 193191855 1514598400 38912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1479100 CPUtime=0.1
/proc/11292/task/11295/stat : 11295 (java) R 11290 11292 11221 0 -1 64 2839 0 0 0 9 1 0 0 17 0 12 0 193191857 1514598400 38913 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1479100 CPUtime=0.1
/proc/11292/task/11296/stat : 11296 (java) R 11290 11292 11221 0 -1 64 3008 0 0 0 9 1 0 0 17 0 12 0 193191857 1514598400 38915 1992294400 134512640 134550932 4294956016 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 193191860 1514598400 38916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193191861 1514598400 38918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193191861 1514598400 38919 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 193191869 1514598400 38921 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1479100 CPUtime=0.42
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 1426 0 0 0 42 0 0 0 16 0 12 0 193191869 1514598400 38922 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1479100 CPUtime=0.38
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1404 0 0 0 38 0 0 0 17 0 12 0 193191869 1514598400 38924 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 193191869 1514598400 38925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1479100 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193191869 1514598400 38927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1479100

[startup+6.30108 s]
/proc/loadavg: 1.07 0.99 0.83 2/76 11304
/proc/meminfo: memFree=1632976/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1477756 CPUtime=7.31
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 50912 0 28 0 701 30 0 0 18 0 12 0 193191847 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369439 48549 1410 9 0 366782 0
[pid=11292/tid=11294] ppid=11290 vsize=1477756 CPUtime=5.27
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30925 0 1 0 509 18 0 0 18 0 12 0 193191855 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4109590744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1477756 CPUtime=0.58
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 9098 0 0 0 54 4 0 0 17 0 12 0 193191857 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1477756 CPUtime=0.57
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 7332 0 0 0 54 3 0 0 18 0 12 0 193191857 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1477756 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 193191860 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1477756 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193191861 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1477756 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193191861 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1477756 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 193191869 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1477756 CPUtime=0.43
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 1427 0 0 0 43 0 0 0 17 0 12 0 193191869 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1477756 CPUtime=0.38
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1404 0 0 0 38 0 0 0 16 0 12 0 193191869 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1477756 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 193191869 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1477756 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193191869 1513222144 48549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 1477756

[startup+12.7012 s]
/proc/loadavg: 1.14 1.00 0.83 2/77 11305
/proc/meminfo: memFree=1604176/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1478664 CPUtime=14.83
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 57828 0 28 0 1447 36 0 0 18 0 13 0 193191847 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369666 54423 1426 9 0 367009 0
[pid=11292/tid=11294] ppid=11290 vsize=1478664 CPUtime=10.51
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30964 0 1 0 1032 19 0 0 25 0 13 0 193191855 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4109844719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1478664 CPUtime=1.24
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 12175 0 0 0 118 6 0 0 16 0 13 0 193191857 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1478664 CPUtime=1.23
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 10393 0 0 0 118 5 0 0 16 0 13 0 193191857 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193191860 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193191861 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193191861 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193191869 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1478664 CPUtime=0.8
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 2101 0 0 0 79 1 0 0 17 0 13 0 193191869 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1478664 CPUtime=0.97
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1463 0 0 0 97 0 0 0 17 0 13 0 193191869 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193191869 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193191869 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11305] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11305/stat : 11305 (java) S 11290 11292 11221 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 193192820 1514151936 54423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 1478664

[startup+25.5024 s]
/proc/loadavg: 1.11 1.00 0.83 2/77 11305
/proc/meminfo: memFree=1604560/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1478664 CPUtime=27.67
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 57841 0 28 0 2731 36 0 0 18 0 13 0 193191847 1514151936 54348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369666 54348 1426 9 0 367009 0
[pid=11292/tid=11294] ppid=11290 vsize=1478664 CPUtime=23.28
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30964 0 1 0 2309 19 0 0 25 0 13 0 193191855 1514151936 54348 1992294400 134512640 134550932 4294956016 18446744073709551615 4109810703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1478664 CPUtime=1.24
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 12175 0 0 0 118 6 0 0 16 0 13 0 193191857 1514151936 54348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1478664 CPUtime=1.23
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 10393 0 0 0 118 5 0 0 16 0 13 0 193191857 1514151936 54348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193191860 1514151936 54348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193191861 1514151936 54348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1478664 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193191861 1514151936 54348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1478664 CPUtime=0

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

[pid=11292] ppid=11290 vsize=1479688 CPUtime=78.94
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 58102 0 28 0 7858 36 0 0 18 0 13 0 193191847 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369922 54569 1430 9 0 367265 0
[pid=11292/tid=11294] ppid=11290 vsize=1479688 CPUtime=74.41
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30968 0 1 0 7421 20 0 0 19 0 13 0 193191855 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4109696458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1479688 CPUtime=1.24
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 12175 0 0 0 118 6 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1479688 CPUtime=1.23
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 10393 0 0 0 118 5 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193191860 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1479688 CPUtime=0.98
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 2369 0 0 0 97 1 0 0 16 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1479688 CPUtime=1.01
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1465 0 0 0 101 0 0 0 17 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11305] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11305/stat : 11305 (java) S 11290 11292 11221 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 193192820 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.94
Current children cumulated vsize (KiB) 1479688

[startup+79.9028 s]
/proc/loadavg: 1.05 1.00 0.84 2/77 11305
/proc/meminfo: memFree=1603792/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1479688 CPUtime=82.14
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 58103 0 28 0 8178 36 0 0 18 0 13 0 193191847 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369922 54569 1430 9 0 367265 0
[pid=11292/tid=11294] ppid=11290 vsize=1479688 CPUtime=77.61
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30969 0 1 0 7741 20 0 0 25 0 13 0 193191855 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4109844800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1479688 CPUtime=1.24
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 12175 0 0 0 118 6 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1479688 CPUtime=1.23
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 10393 0 0 0 118 5 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193191860 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1479688 CPUtime=0.98
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 2369 0 0 0 97 1 0 0 16 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1479688 CPUtime=1.01
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1465 0 0 0 101 0 0 0 17 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11305] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11305/stat : 11305 (java) S 11290 11292 11221 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 193192820 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.14
Current children cumulated vsize (KiB) 1479688

[startup+81.5021 s]
/proc/loadavg: 1.04 1.00 0.84 2/77 11305
/proc/meminfo: memFree=1603792/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1479688 CPUtime=83.74
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 58103 0 28 0 8338 36 0 0 18 0 13 0 193191847 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369922 54569 1430 9 0 367265 0
[pid=11292/tid=11294] ppid=11290 vsize=1479688 CPUtime=79.21
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30969 0 1 0 7901 20 0 0 25 0 13 0 193191855 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4109696456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1479688 CPUtime=1.24
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 12175 0 0 0 118 6 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1479688 CPUtime=1.23
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 10393 0 0 0 118 5 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193191860 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1479688 CPUtime=0.98
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 2369 0 0 0 97 1 0 0 16 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1479688 CPUtime=1.01
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1465 0 0 0 101 0 0 0 17 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11305] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11305/stat : 11305 (java) S 11290 11292 11221 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 193192820 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.74
Current children cumulated vsize (KiB) 1479688

[startup+82.3012 s]
/proc/loadavg: 1.04 1.00 0.84 2/77 11305
/proc/meminfo: memFree=1603792/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1479688 CPUtime=84.54
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 58103 0 28 0 8418 36 0 0 18 0 13 0 193191847 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369922 54569 1430 9 0 367265 0
[pid=11292/tid=11294] ppid=11290 vsize=1479688 CPUtime=80.01
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30969 0 1 0 7981 20 0 0 25 0 13 0 193191855 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4109810530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1479688 CPUtime=1.24
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 12175 0 0 0 118 6 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1479688 CPUtime=1.23
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 10393 0 0 0 118 5 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193191860 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1479688 CPUtime=0.98
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 2369 0 0 0 97 1 0 0 16 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1479688 CPUtime=1.01
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1465 0 0 0 101 0 0 0 17 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11305] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11305/stat : 11305 (java) S 11290 11292 11221 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 193192820 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.54
Current children cumulated vsize (KiB) 1479688

[startup+82.7013 s]
/proc/loadavg: 1.04 1.00 0.84 2/77 11305
/proc/meminfo: memFree=1603792/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=1479688 CPUtime=84.95
/proc/11292/stat : 11292 (java) S 11290 11292 11221 0 -1 0 58103 0 28 0 8459 36 0 0 18 0 13 0 193191847 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 369922 54569 1430 9 0 367265 0
[pid=11292/tid=11294] ppid=11290 vsize=1479688 CPUtime=80.41
/proc/11292/task/11294/stat : 11294 (java) R 11290 11292 11221 0 -1 64 30969 0 1 0 8021 20 0 0 25 0 13 0 193191855 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4109796340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11295] ppid=11290 vsize=1479688 CPUtime=1.24
/proc/11292/task/11295/stat : 11295 (java) S 11290 11292 11221 0 -1 64 12175 0 0 0 118 6 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11296] ppid=11290 vsize=1479688 CPUtime=1.23
/proc/11292/task/11296/stat : 11296 (java) S 11290 11292 11221 0 -1 64 10393 0 0 0 118 5 0 0 16 0 13 0 193191857 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11297] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11297/stat : 11297 (java) S 11290 11292 11221 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193191860 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11298] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11298/stat : 11298 (java) S 11290 11292 11221 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11299] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11299/stat : 11299 (java) S 11290 11292 11221 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193191861 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11300] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11300/stat : 11300 (java) S 11290 11292 11221 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11301] ppid=11290 vsize=1479688 CPUtime=0.99
/proc/11292/task/11301/stat : 11301 (java) S 11290 11292 11221 0 -1 64 2369 0 0 0 98 1 0 0 16 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11302] ppid=11290 vsize=1479688 CPUtime=1.01
/proc/11292/task/11302/stat : 11302 (java) S 11290 11292 11221 0 -1 64 1465 0 0 0 101 0 0 0 17 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11303] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11303/stat : 11303 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11292/tid=11304] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11304/stat : 11304 (java) S 11290 11292 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193191869 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11292/tid=11305] ppid=11290 vsize=1479688 CPUtime=0
/proc/11292/task/11305/stat : 11305 (java) S 11290 11292 11221 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 193192820 1515200512 54569 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.95
Current children cumulated vsize (KiB) 1479688

[startup+82.8015 s]
/proc/loadavg: 1.04 1.00 0.84 2/77 11305
/proc/meminfo: memFree=1603792/2055920 swapFree=4181252/4192956
[pid=11292] ppid=11290 vsize=0 CPUtime=85
/proc/11292/stat : 11292 (java) Z 11290 11292 11221 0 -1 1036 58121 0 28 0 8461 39 0 0 16 0 2 0 193191847 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11292/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 82.8024
CPU time (s): 85.0171
CPU user time (s): 84.6161
CPU system time (s): 0.400939
CPU usage (%): 102.675
Max. virtual memory (cumulated for all children) (KiB): 1479688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.6161
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58121
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2709
involuntary context switches= 1729

runsolver used 0.097985 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-17 18:25:55
IDJOB=1884216
IDBENCH=71935
IDSOLVER=682
FILE ID=node48/1884216-1245255953
PBS_JOBID= 9372406
Free space on /tmp= 66216 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884216-1245255953/watcher-1884216-1245255953 -o /tmp/evaluation-result-1884216-1245255953/solver-1884216-1245255953 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884216-1245255953.opb

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

MD5SUM BENCH= f50200c9ac5466fb93f848663208aeef
RANDOM SEED=985740283

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:       1825616 kB
Buffers:         29464 kB
Cached:         133708 kB
SwapCached:       5468 kB
Active:          59036 kB
Inactive:       111968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825616 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:           21284 kB
Writeback:           0 kB
Mapped:          13524 kB
Slab:            45248 kB
Committed_AS:   174892 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= 66216 MiB
End job on node48 at 2009-06-17 18:27:18