Trace number 1885246

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 79.4589 77.9334

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/bitverif/
minandmaxor/minandmaxor032.opb
MD5SUM86da668e7be45c8cbddb8b44923cef20
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 benchmark70.3683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16239
Total number of constraints48332
Number of constraints which are clauses48332
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 constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1885246-1245264715.opb
0.23/0.21	c reading problem ... 
1.96/1.56	c ... done. Wall clock time 1.351s.
1.96/1.56	c #vars     16239
1.96/1.56	c #constraints  48332
1.96/1.56	c constraints type 
1.96/1.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32220
1.96/1.56	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 16110
79.31/77.85	c starts		: 13
79.31/77.85	c conflicts		: 38470
79.31/77.85	c decisions		: 141804
79.31/77.85	c propagations		: 41161071
79.31/77.85	c inspects		: 137665508
79.31/77.85	c learnt literals	: 15
79.31/77.85	c learnt binary clauses	: 220
79.31/77.85	c learnt ternary clauses	: 773
79.31/77.85	c learnt clauses	: 38454
79.31/77.85	c ignored clauses	: 0
79.31/77.85	c root simplifications	: 0
79.31/77.85	c removed literals (reason simplification)	: 1570096
79.31/77.85	c reason swapping (by a shorter reason)	: 0
79.31/77.85	c Calls to reduceDB	: 0
79.31/77.85	c speed (assignments/second)	: 539498.9317779671
79.31/77.85	c non guided choices	361
79.31/77.89	c learnt constraints type 
79.31/77.89	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 38234
79.31/77.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 220
79.31/77.89	c constraints type 
79.31/77.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32220
79.31/77.89	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 16110
79.31/77.89	s UNSATISFIABLE
79.31/77.89	c Total wall clock time (in seconds): 77.684

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-1885246-1245264715/watcher-1885246-1245264715 -o /tmp/evaluation-result-1885246-1245264715/solver-1885246-1245264715 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885246-1245264715.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.00 1.00 0.97 3/64 20053
/proc/meminfo: memFree=1460400/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=152 CPUtime=0
/proc/20053/stat : 20053 (java6) D 20051 20053 19191 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 194067943 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 4309796 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20053/statm: 38 26 19 9 0 4 0

[startup+0.063366 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 20053
/proc/meminfo: memFree=1460400/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1470088 CPUtime=0.05
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 3274 0 1 0 4 1 0 0 18 0 7 0 194067943 1505370112 3019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 367522 3019 1020 9 0 364873 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470088

[startup+0.101367 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 20053
/proc/meminfo: memFree=1460400/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1472584 CPUtime=0.08
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 3587 0 1 0 7 1 0 0 18 0 12 0 194067943 1507926016 3330 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 368146 3330 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301383 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 20053
/proc/meminfo: memFree=1460400/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1475024 CPUtime=0.35
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 5110 0 1 0 33 2 0 0 18 0 12 0 194067943 1510424576 4846 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 368756 4847 1355 9 0 366099 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475024

[startup+0.701412 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 20053
/proc/meminfo: memFree=1460400/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1476252 CPUtime=1
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 7405 0 1 0 97 3 0 0 18 0 12 0 194067943 1511682048 6598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 369063 6598 1396 9 0 366406 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476252

[startup+1.50245 s]
/proc/loadavg: 1.00 1.00 0.97 4/76 20065
/proc/meminfo: memFree=1430416/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1477632 CPUtime=1.96
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 21272 0 1 0 184 12 0 0 18 0 12 0 194067943 1513095168 20348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 369408 20349 1400 9 0 366751 0
[pid=20053/tid=20055] ppid=20051 vsize=1477632 CPUtime=1.23
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 18520 0 1 0 113 10 0 0 20 0 12 0 194067945 1513095168 20350 1992294400 134512640 134550932 4294956016 18446744073709551615 4109560833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 194067946 1513095168 20351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 194067946 1513095168 20352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 194067948 1513095168 20352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 194067949 1513095168 20353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 194067949 1513095168 20354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 194067953 1513095168 20355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1477632 CPUtime=0.28
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 474 0 0 0 28 0 0 0 16 0 12 0 194067953 1513095168 20356 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1477632 CPUtime=0.41
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 1536 0 0 0 41 0 0 0 15 0 12 0 194067953 1513095168 20357 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194067953 1513095168 20358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1477632 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194067953 1513095168 20359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1477632

[startup+3.10257 s]
/proc/loadavg: 1.16 1.03 0.98 4/77 20066
/proc/meminfo: memFree=1370440/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1484340 CPUtime=4.44
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 26265 0 1 0 430 14 0 0 18 0 13 0 194067943 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 371085 23830 1417 9 0 368428 0
[pid=20053/tid=20055] ppid=20051 vsize=1484340 CPUtime=2.82
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 20305 0 1 0 271 11 0 0 25 0 13 0 194067945 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4109723304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1484340 CPUtime=0.71
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 1297 0 0 0 71 0 0 0 17 0 13 0 194067953 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1484340 CPUtime=0.88
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3915 0 0 0 87 1 0 0 16 0 13 0 194067953 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519964160 23830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 1484340

[startup+6.30279 s]
/proc/loadavg: 1.16 1.03 0.98 2/77 20066
/proc/meminfo: memFree=1369480/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1484340 CPUtime=7.77
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 26411 0 1 0 763 14 0 0 18 0 13 0 194067943 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 371085 23973 1421 9 0 368428 0
[pid=20053/tid=20055] ppid=20051 vsize=1484340 CPUtime=5.98
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 20435 0 1 0 587 11 0 0 25 0 13 0 194067945 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4109826221 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1484340 CPUtime=0.72
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 1298 0 0 0 72 0 0 0 17 0 13 0 194067953 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1484340 CPUtime=1.03
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3930 0 0 0 102 1 0 0 16 0 13 0 194067953 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519964160 23973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1484340

[startup+12.7012 s]
/proc/loadavg: 1.13 1.03 0.98 2/77 20066
/proc/meminfo: memFree=1367432/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1484340 CPUtime=14.17
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 26938 0 1 0 1402 15 0 0 18 0 13 0 194067943 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 371085 24499 1421 9 0 368428 0
[pid=20053/tid=20055] ppid=20051 vsize=1484340 CPUtime=12.36
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 20962 0 1 0 1224 12 0 0 25 0 13 0 194067945 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1484340 CPUtime=0.72
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 1298 0 0 0 72 0 0 0 17 0 13 0 194067953 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1484340 CPUtime=1.06
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3930 0 0 0 105 1 0 0 16 0 13 0 194067953 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1484340 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519964160 24499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 1484340

[startup+25.5021 s]
/proc/loadavg: 1.11 1.03 0.98 2/77 20066
/proc/meminfo: memFree=1364744/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1483716 CPUtime=27.02
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 27690 0 1 0 2686 16 0 0 18 0 13 0 194067943 1519325184 25118 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 370929 25118 1421 9 0 368272 0
[pid=20053/tid=20055] ppid=20051 vsize=1483716 CPUtime=25.12
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 21705 0 1 0 2499 13 0 0 25 0 13 0 194067945 1519325184 25118 1992294400 134512640 134550932 4294956016 18446744073709551615 4109826221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519325184 25118 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519325184 25118 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519325184 25118 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1483716 CPUtime=0

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

/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519325184 27677 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519325184 27677 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.81
Current children cumulated vsize (KiB) 1483716

[startup+73.5013 s]
/proc/loadavg: 1.05 1.02 0.98 2/77 20066
/proc/meminfo: memFree=1354120/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1483716 CPUtime=75
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 30387 0 1 0 7480 20 0 0 18 0 13 0 194067943 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 370929 27815 1421 9 0 368272 0
[pid=20053/tid=20055] ppid=20051 vsize=1483716 CPUtime=73.1
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 24402 0 1 0 7293 17 0 0 25 0 13 0 194067945 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4109826221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1483716 CPUtime=0.77
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 1302 0 0 0 77 0 0 0 15 0 13 0 194067953 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1483716 CPUtime=1.1
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3935 0 0 0 109 1 0 0 17 0 13 0 194067953 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519325184 27815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75
Current children cumulated vsize (KiB) 1483716

[startup+75.1014 s]
/proc/loadavg: 1.05 1.02 0.98 2/77 20066
/proc/meminfo: memFree=1353672/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1483716 CPUtime=76.6
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 30488 0 1 0 7640 20 0 0 18 0 13 0 194067943 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 370929 27916 1421 9 0 368272 0
[pid=20053/tid=20055] ppid=20051 vsize=1483716 CPUtime=74.7
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 24503 0 1 0 7453 17 0 0 25 0 13 0 194067945 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4109697717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1483716 CPUtime=0.77
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 1302 0 0 0 77 0 0 0 15 0 13 0 194067953 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1483716 CPUtime=1.1
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3935 0 0 0 109 1 0 0 17 0 13 0 194067953 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519325184 27916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.6
Current children cumulated vsize (KiB) 1483716

[startup+76.7025 s]
/proc/loadavg: 1.05 1.02 0.98 2/77 20066
/proc/meminfo: memFree=1353224/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1483716 CPUtime=78.2
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 30629 0 1 0 7800 20 0 0 18 0 13 0 194067943 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 370929 28057 1421 9 0 368272 0
[pid=20053/tid=20055] ppid=20051 vsize=1483716 CPUtime=76.3
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 24644 0 1 0 7613 17 0 0 25 0 13 0 194067945 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4109852730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1483716 CPUtime=0.77
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 1302 0 0 0 77 0 0 0 15 0 13 0 194067953 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1483716 CPUtime=1.1
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3935 0 0 0 109 1 0 0 17 0 13 0 194067953 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519325184 28057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.2
Current children cumulated vsize (KiB) 1483716

[startup+77.5025 s]
/proc/loadavg: 1.05 1.02 0.98 2/77 20066
/proc/meminfo: memFree=1352776/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1483716 CPUtime=79.01
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 30720 0 1 0 7880 21 0 0 18 0 13 0 194067943 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 370929 28148 1421 9 0 368272 0
[pid=20053/tid=20055] ppid=20051 vsize=1483716 CPUtime=77.1
/proc/20053/task/20055/stat : 20055 (java) R 20051 20053 19191 0 -1 64 24735 0 1 0 7693 17 0 0 25 0 13 0 194067945 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4109862334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1483716 CPUtime=0.77
/proc/20053/task/20062/stat : 20062 (java) S 20051 20053 19191 0 -1 64 1302 0 0 0 77 0 0 0 15 0 13 0 194067953 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1483716 CPUtime=1.1
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3935 0 0 0 109 1 0 0 17 0 13 0 194067953 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1483716 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519325184 28148 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.01
Current children cumulated vsize (KiB) 1483716

[startup+77.9026 s]
/proc/loadavg: 1.05 1.02 0.98 2/77 20066
/proc/meminfo: memFree=1352776/2055920 swapFree=4181884/4192956
[pid=20053] ppid=20051 vsize=1484040 CPUtime=79.43
/proc/20053/stat : 20053 (java) S 20051 20053 19191 0 -1 0 30778 0 1 0 7922 21 0 0 18 0 13 0 194067943 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20053/statm: 371010 28206 1422 9 0 368353 0
[pid=20053/tid=20055] ppid=20051 vsize=1484040 CPUtime=77.46
/proc/20053/task/20055/stat : 20055 (java) S 20051 20053 19191 0 -1 64 24780 0 1 0 7729 17 0 0 16 0 13 0 194067945 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20056] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20056/stat : 20056 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194067946 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20057] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20057/stat : 20057 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194067946 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20058] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20058/stat : 20058 (java) S 20051 20053 19191 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194067948 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20059] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20059/stat : 20059 (java) S 20051 20053 19191 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194067949 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20060] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20060/stat : 20060 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194067949 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20061] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20061/stat : 20061 (java) S 20051 20053 19191 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194067953 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20062] ppid=20051 vsize=1484040 CPUtime=0.79
/proc/20053/task/20062/stat : 20062 (java) R 20051 20053 19191 0 -1 64 1302 0 0 0 79 0 0 0 16 0 13 0 194067953 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 105496570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20063] ppid=20051 vsize=1484040 CPUtime=1.1
/proc/20053/task/20063/stat : 20063 (java) S 20051 20053 19191 0 -1 64 3935 0 0 0 109 1 0 0 17 0 13 0 194067953 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20064] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20064/stat : 20064 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194067953 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20053/tid=20065] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20065/stat : 20065 (java) S 20051 20053 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194067953 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20053/tid=20066] ppid=20051 vsize=1484040 CPUtime=0
/proc/20053/task/20066/stat : 20066 (java) S 20051 20053 19191 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194068104 1519656960 28206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.43
Current children cumulated vsize (KiB) 1484040

Child status: 20
Real time (s): 77.9334
CPU time (s): 79.4589
CPU user time (s): 79.229
CPU system time (s): 0.229965
CPU usage (%): 101.957
Max. virtual memory (cumulated for all children) (KiB): 1484908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.229
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30783
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2042
involuntary context switches= 1990

runsolver used 0.101984 second user time and 0.19697 second system time

The end

Launcher Data

Begin job on node52 at 2009-06-17 20:51:55
IDJOB=1885246
IDBENCH=72038
IDSOLVER=682
FILE ID=node52/1885246-1245264715
PBS_JOBID= 9372403
Free space on /tmp= 66460 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor032.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885246-1245264715/watcher-1885246-1245264715 -o /tmp/evaluation-result-1885246-1245264715/solver-1885246-1245264715 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885246-1245264715.opb

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

MD5SUM BENCH= 86da668e7be45c8cbddb8b44923cef20
RANDOM SEED=1191379316

node52.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.234
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.234
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:       1460816 kB
Buffers:         75616 kB
Cached:         429496 kB
SwapCached:       6112 kB
Active:          92832 kB
Inactive:       421084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460816 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          13440 kB
Slab:            67092 kB
Committed_AS:   102964 kB
PageTables:       1480 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= 66460 MiB
End job on node52 at 2009-06-17 20:53:13