Trace number 1884226

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 300.56 297.962

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/anbulagan/
medium-unsat/total-5-13-u.opb
MD5SUMe0e09897d5835e130065624c67a21761
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 benchmark110.718
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables178708
Total number of constraints806681
Number of constraints which are clauses806681
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.12/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.26	c See www.sat4j.org for details.
0.12/0.27	c version 2.1.1.v20090612
0.12/0.27	c sun.arch.data.model	32
0.12/0.27	c java.version	1.6.0_12
0.12/0.27	c os.name	Linux
0.12/0.27	c os.version	2.6.9-22.EL.rootsmp
0.12/0.27	c os.arch	i386
0.12/0.27	c Free memory 1342000320
0.12/0.27	c Max memory 1344274432
0.12/0.27	c Total memory 1344274432
0.12/0.27	c Number of processors 2
0.22/0.34	c Pseudo Boolean Optimization
0.22/0.34	c --- Begin Solver configuration ---
0.22/0.34	c Stops conflict analysis at the first Unique Implication Point
0.22/0.34	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.34	c Learn all clauses as in MiniSAT
0.22/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.34	c Expensive reason simplification
0.22/0.34	c MiniSAT restarts strategy
0.22/0.34	c Memory based learned constraints deletion strategy
0.22/0.34	c timeout=2147483s
0.22/0.34	c DB Simplification allowed=false
0.22/0.34	c --- End Solver configuration ---
0.22/0.34	c solving HOME/instance-1884226-1245256031.opb
0.22/0.34	c reading problem ... 
11.79/10.01	c ... done. Wall clock time 9.674s.
11.79/10.01	c #vars     178708
11.79/10.01	c #constraints  799161
11.79/10.01	c constraints type 
11.79/10.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 648853
11.79/10.01	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 142756
300.38/297.88	c starts		: 13
300.38/297.88	c conflicts		: 35345
300.38/297.88	c decisions		: 54689
300.38/297.88	c propagations		: 142040161
300.38/297.88	c inspects		: 694668903
300.38/297.88	c learnt literals	: 271
300.38/297.88	c learnt binary clauses	: 300
300.38/297.88	c learnt ternary clauses	: 297
300.38/297.88	c learnt clauses	: 35073
300.38/297.88	c ignored clauses	: 0
300.38/297.88	c root simplifications	: 0
300.38/297.88	c removed literals (reason simplification)	: 856194
300.38/297.88	c reason swapping (by a shorter reason)	: 0
300.38/297.88	c Calls to reduceDB	: 0
300.38/297.88	c speed (assignments/second)	: 493431.43937025376
300.38/297.88	c non guided choices	951
300.49/297.90	c learnt constraints type 
300.49/297.90	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34773
300.49/297.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 300
300.49/297.90	c constraints type 
300.49/297.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 648853
300.49/297.90	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 142756
300.49/297.90	s UNSATISFIABLE
300.49/297.90	c Total wall clock time (in seconds): 297.565

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-1884226-1245256031/watcher-1884226-1245256031 -o /tmp/evaluation-result-1884226-1245256031/solver-1884226-1245256031 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884226-1245256031.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.96 0.83 3/64 8820
/proc/meminfo: memFree=1805192/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1612 CPUtime=0
/proc/8820/stat : 8820 (java6) R 8818 8820 8701 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 193200321 1650688 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8820/statm: 403 147 111 9 0 45 0

[startup+0.041168 s]
/proc/loadavg: 0.98 0.96 0.83 3/64 8820
/proc/meminfo: memFree=1805192/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=12928 CPUtime=0.01
/proc/8820/stat : 8820 (java) D 8818 8820 8701 0 -1 0 375 0 12 0 0 1 0 0 18 0 1 0 193200321 13238272 194 1992294400 134512640 134550932 4294956016 18446744073709551615 12190506 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/8820/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.102187 s]
/proc/loadavg: 0.98 0.96 0.83 3/64 8820
/proc/meminfo: memFree=1805192/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1469624 CPUtime=0.05
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 2698 0 34 0 0 5 0 0 18 0 4 0 193200321 1504894976 2478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 367406 2479 769 9 0 364757 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1469624

[startup+0.301212 s]
/proc/loadavg: 0.98 0.96 0.83 3/64 8820
/proc/meminfo: memFree=1805192/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1474928 CPUtime=0.22
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 4545 0 36 0 15 7 0 0 18 0 12 0 193200321 1510326272 4318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 368732 4319 1327 9 0 366075 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1474928

[startup+0.701269 s]
/proc/loadavg: 0.98 0.96 0.83 3/64 8820
/proc/meminfo: memFree=1805192/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1478036 CPUtime=0.85
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 8383 0 36 0 76 9 0 0 18 0 12 0 193200321 1513508864 7376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 369509 7376 1387 9 0 366852 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1478036

[startup+1.50138 s]
/proc/loadavg: 0.98 0.96 0.83 2/76 8832
/proc/meminfo: memFree=1759912/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1478480 CPUtime=1.93
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 19906 0 36 0 178 15 0 0 18 0 12 0 193200321 1513963520 18358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 369620 18359 1399 9 0 366963 0
[pid=8820/tid=8822] ppid=8818 vsize=1478480 CPUtime=1.04
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 16151 0 8 0 94 10 0 0 25 0 12 0 193200328 1513963520 18359 1992294400 134512640 134550932 4294956016 18446744073709551615 4109541002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 193200329 1513963520 18361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 193200329 1513963520 18362 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 193200333 1513963520 18363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 193200333 1513963520 18364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 193200333 1513963520 18366 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193200340 1513963520 18367 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1478480 CPUtime=0.41
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1150 0 0 0 41 0 0 0 16 0 12 0 193200340 1513963520 18368 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1478480 CPUtime=0.41
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 1890 0 0 0 41 0 0 0 17 0 12 0 193200340 1513963520 18369 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 193200340 1513963520 18370 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193200340 1513963520 18372 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) 1478480

[startup+3.10261 s]
/proc/loadavg: 0.98 0.96 0.83 2/76 8832
/proc/meminfo: memFree=1655464/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1478480 CPUtime=3.72
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 44958 0 36 0 346 26 0 0 18 0 12 0 193200321 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 369620 43254 1409 9 0 366963 0
[pid=8820/tid=8822] ppid=8818 vsize=1478480 CPUtime=2.44
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30905 0 8 0 227 17 0 0 17 0 12 0 193200328 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1478480 CPUtime=0.19
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 6005 0 0 0 17 2 0 0 17 0 12 0 193200329 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1478480 CPUtime=0.19
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 4283 0 0 0 18 1 0 0 16 0 12 0 193200329 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 193200333 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193200333 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193200333 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193200340 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1478480 CPUtime=0.41
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1150 0 0 0 41 0 0 0 16 0 12 0 193200340 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1478480 CPUtime=0.41
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 1890 0 0 0 41 0 0 0 17 0 12 0 193200340 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 193200340 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1478480 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193200340 1513963520 43254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1478480

[startup+6.30106 s]
/proc/loadavg: 0.98 0.96 0.83 2/76 8832
/proc/meminfo: memFree=1609832/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1476972 CPUtime=7.32
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 51956 0 36 0 700 32 0 0 18 0 12 0 193200321 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 369243 48948 1410 9 0 366586 0
[pid=8820/tid=8822] ppid=8818 vsize=1476972 CPUtime=5.24
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30910 0 8 0 505 19 0 0 19 0 12 0 193200328 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1476972 CPUtime=0.58
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 9356 0 0 0 54 4 0 0 16 0 12 0 193200329 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1476972 CPUtime=0.59
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 7924 0 0 0 56 3 0 0 17 0 12 0 193200329 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1476972 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 193200333 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1476972 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193200333 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1476972 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193200333 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1476972 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193200340 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1476972 CPUtime=0.41
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1151 0 0 0 41 0 0 0 16 0 12 0 193200340 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1476972 CPUtime=0.41
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 1890 0 0 0 41 0 0 0 15 0 12 0 193200340 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1476972 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 193200340 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1476972 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193200340 1512419328 48948 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1476972

[startup+12.7018 s]
/proc/loadavg: 0.98 0.96 0.83 2/77 8833
/proc/meminfo: memFree=1561440/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1482372 CPUtime=15.22
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 64008 0 36 0 1481 41 0 0 18 0 13 0 193200321 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 370593 59884 1426 9 0 367936 0
[pid=8820/tid=8822] ppid=8818 vsize=1482372 CPUtime=10.5
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30950 0 8 0 1030 20 0 0 25 0 13 0 193200328 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4109773747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1482372 CPUtime=1.5
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 15255 0 0 0 143 7 0 0 16 0 13 0 193200329 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1482372 CPUtime=1.46
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 13026 0 0 0 139 7 0 0 16 0 13 0 193200329 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1482372 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 193200333 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1482372 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193200333 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1482372 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193200333 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1482372 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 193200340 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1482372 CPUtime=0.71
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1557 0 0 0 71 0 0 0 15 0 13 0 193200340 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1482372 CPUtime=0.96
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 2489 0 0 0 96 0 0 0 16 0 13 0 193200340 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1482372 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193200340 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1482372 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193200340 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8833] ppid=8818 vsize=1482372 CPUtime=0
/proc/8820/task/8833/stat : 8833 (java) S 8818 8820 8701 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193201362 1517948928 59884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 1482372

[startup+25.5026 s]
/proc/loadavg: 0.98 0.96 0.83 2/77 8833
/proc/meminfo: memFree=1562592/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1481272 CPUtime=28.13
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 64023 0 36 0 2772 41 0 0 18 0 13 0 193200321 1516822528 59578 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 370318 59578 1430 9 0 367661 0
[pid=8820/tid=8822] ppid=8818 vsize=1481272 CPUtime=23.29
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30951 0 8 0 2309 20 0 0 25 0 13 0 193200328 1516822528 59578 1992294400 134512640 134550932 4294956016 18446744073709551615 4109874638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1481272 CPUtime=1.5
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 15255 0 0 0 143 7 0 0 16 0 13 0 193200329 1516822528 59578 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1481272 CPUtime=1.46
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 13026 0 0 0 139 7 0 0 16 0 13 0 193200329 1516822528 59578 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193200333 1516822528 59578 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59578 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59578 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1481272 CPUtime=0

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

/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8833] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8833/stat : 8833 (java) S 8818 8820 8701 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193201362 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 290.48
Current children cumulated vsize (KiB) 1481272

[startup+294.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 8833
/proc/meminfo: memFree=1562592/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1481272 CPUtime=296.88
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 64034 0 36 0 29647 41 0 0 18 0 13 0 193200321 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 370318 59586 1430 9 0 367661 0
[pid=8820/tid=8822] ppid=8818 vsize=1481272 CPUtime=291.94
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30954 0 8 0 29174 20 0 0 25 0 13 0 193200328 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4109818632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1481272 CPUtime=1.5
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 15255 0 0 0 143 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1481272 CPUtime=1.46
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 13026 0 0 0 139 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1481272 CPUtime=0.73
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1564 0 0 0 73 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1481272 CPUtime=1.15
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 2504 0 0 0 115 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8833] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8833/stat : 8833 (java) S 8818 8820 8701 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193201362 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 296.88
Current children cumulated vsize (KiB) 1481272

[startup+295.905 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 8833
/proc/meminfo: memFree=1562592/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1481272 CPUtime=298.48
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 64034 0 36 0 29807 41 0 0 18 0 13 0 193200321 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 370318 59586 1430 9 0 367661 0
[pid=8820/tid=8822] ppid=8818 vsize=1481272 CPUtime=293.55
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30954 0 8 0 29335 20 0 0 25 0 13 0 193200328 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4109773747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1481272 CPUtime=1.5
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 15255 0 0 0 143 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1481272 CPUtime=1.46
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 13026 0 0 0 139 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1481272 CPUtime=0.73
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1564 0 0 0 73 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1481272 CPUtime=1.15
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 2504 0 0 0 115 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8833] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8833/stat : 8833 (java) S 8818 8820 8701 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193201362 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 298.48
Current children cumulated vsize (KiB) 1481272

[startup+296.701 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 8833
/proc/meminfo: memFree=1562592/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1481272 CPUtime=299.28
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 64034 0 36 0 29887 41 0 0 18 0 13 0 193200321 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 370318 59586 1430 9 0 367661 0
[pid=8820/tid=8822] ppid=8818 vsize=1481272 CPUtime=294.34
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30954 0 8 0 29414 20 0 0 25 0 13 0 193200328 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4109773744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1481272 CPUtime=1.5
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 15255 0 0 0 143 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1481272 CPUtime=1.46
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 13026 0 0 0 139 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1481272 CPUtime=0.73
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1564 0 0 0 73 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1481272 CPUtime=1.15
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 2504 0 0 0 115 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8833] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8833/stat : 8833 (java) S 8818 8820 8701 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193201362 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.28
Current children cumulated vsize (KiB) 1481272

[startup+297.502 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 8833
/proc/meminfo: memFree=1562592/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1481272 CPUtime=300.08
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 64034 0 36 0 29967 41 0 0 18 0 13 0 193200321 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 370318 59586 1430 9 0 367661 0
[pid=8820/tid=8822] ppid=8818 vsize=1481272 CPUtime=295.14
/proc/8820/task/8822/stat : 8822 (java) R 8818 8820 8701 0 -1 64 30954 0 8 0 29494 20 0 0 25 0 13 0 193200328 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4109863727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1481272 CPUtime=1.5
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 15255 0 0 0 143 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1481272 CPUtime=1.46
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 13026 0 0 0 139 7 0 0 16 0 13 0 193200329 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193200333 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1481272 CPUtime=0.73
/proc/8820/task/8829/stat : 8829 (java) S 8818 8820 8701 0 -1 64 1564 0 0 0 73 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1481272 CPUtime=1.15
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 2504 0 0 0 115 0 0 0 17 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193200340 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8833] ppid=8818 vsize=1481272 CPUtime=0
/proc/8820/task/8833/stat : 8833 (java) S 8818 8820 8701 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193201362 1516822528 59586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.08
Current children cumulated vsize (KiB) 1481272

[startup+297.902 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 8833
/proc/meminfo: memFree=1562592/2055920 swapFree=4181524/4192956
[pid=8820] ppid=8818 vsize=1481596 CPUtime=300.49
/proc/8820/stat : 8820 (java) S 8818 8820 8701 0 -1 0 64043 0 36 0 30008 41 0 0 18 0 14 0 193200321 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8820/statm: 370399 59595 1430 9 0 367742 0
[pid=8820/tid=8822] ppid=8818 vsize=1481596 CPUtime=295.52
/proc/8820/task/8822/stat : 8822 (java) S 8818 8820 8701 0 -1 64 30957 0 8 0 29532 20 0 0 25 0 14 0 193200328 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8823] ppid=8818 vsize=1481596 CPUtime=1.5
/proc/8820/task/8823/stat : 8823 (java) S 8818 8820 8701 0 -1 64 15255 0 0 0 143 7 0 0 16 0 14 0 193200329 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8824] ppid=8818 vsize=1481596 CPUtime=1.46
/proc/8820/task/8824/stat : 8824 (java) S 8818 8820 8701 0 -1 64 13026 0 0 0 139 7 0 0 16 0 14 0 193200329 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8825] ppid=8818 vsize=1481596 CPUtime=0
/proc/8820/task/8825/stat : 8825 (java) S 8818 8820 8701 0 -1 64 13 0 0 0 0 0 0 0 16 0 14 0 193200333 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8826] ppid=8818 vsize=1481596 CPUtime=0
/proc/8820/task/8826/stat : 8826 (java) S 8818 8820 8701 0 -1 64 10 0 0 0 0 0 0 0 17 0 14 0 193200333 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8827] ppid=8818 vsize=1481596 CPUtime=0
/proc/8820/task/8827/stat : 8827 (java) S 8818 8820 8701 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 193200333 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8828] ppid=8818 vsize=1481596 CPUtime=0
/proc/8820/task/8828/stat : 8828 (java) S 8818 8820 8701 0 -1 64 0 0 0 0 0 0 0 0 19 0 14 0 193200340 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8829] ppid=8818 vsize=1481596 CPUtime=0.74
/proc/8820/task/8829/stat : 8829 (java) R 8818 8820 8701 0 -1 64 1564 0 0 0 74 0 0 0 16 0 14 0 193200340 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 106833456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8830] ppid=8818 vsize=1481596 CPUtime=1.16
/proc/8820/task/8830/stat : 8830 (java) S 8818 8820 8701 0 -1 64 2504 0 0 0 116 0 0 0 16 0 14 0 193200340 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8831] ppid=8818 vsize=1481596 CPUtime=0
/proc/8820/task/8831/stat : 8831 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 21 0 14 0 193200340 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8820/tid=8832] ppid=8818 vsize=1481596 CPUtime=0
/proc/8820/task/8832/stat : 8832 (java) S 8818 8820 8701 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 193200340 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8820/tid=8833] ppid=8818 vsize=1481596 CPUtime=0
/proc/8820/task/8833/stat : 8833 (java) S 8818 8820 8701 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 193201362 1517154304 59595 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.49
Current children cumulated vsize (KiB) 1481596

Child status: 20
Real time (s): 297.962
CPU time (s): 300.56
CPU user time (s): 300.108
CPU system time (s): 0.451931
CPU usage (%): 100.872
Max. virtual memory (cumulated for all children) (KiB): 1482556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.108
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64053
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7086
involuntary context switches= 6606

runsolver used 0.318951 second user time and 0.78588 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-17 18:27:13
IDJOB=1884226
IDBENCH=71936
IDSOLVER=682
FILE ID=node39/1884226-1245256031
PBS_JOBID= 9372414
Free space on /tmp= 66108 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/anbulagan/medium-unsat/total-5-13-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-1884226-1245256031/watcher-1884226-1245256031 -o /tmp/evaluation-result-1884226-1245256031/solver-1884226-1245256031 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884226-1245256031.opb

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

MD5SUM BENCH= e0e09897d5835e130065624c67a21761
RANDOM SEED=964197159

node39.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.263
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.263
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:       1805672 kB
Buffers:         52052 kB
Cached:         127776 kB
SwapCached:       5200 kB
Active:          75968 kB
Inactive:       111740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805672 kB
SwapTotal:     4192956 kB
SwapFree:      4181524 kB
Dirty:           24760 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            48508 kB
Committed_AS:   158376 kB
PageTables:       1384 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 node39 at 2009-06-17 18:32:11