Trace number 1885256

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 118.401 117.372

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/bitverif/
countbitsrotate/countbitsrotate016.opb
MD5SUMec3346d398ff8be67aef6b007942c25b
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 benchmark39.355
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2087
Total number of constraints6212
Number of constraints which are clauses6212
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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c MiniSAT restarts strategy
0.24/0.20	c Memory based learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-1885256-1245264831.opb
0.24/0.20	c reading problem ... 
1.04/0.77	c ... done. Wall clock time 0.572s.
1.04/0.77	c #vars     2087
1.04/0.77	c #constraints  6212
1.04/0.77	c constraints type 
1.04/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4140
1.04/0.77	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2070
118.22/117.29	c starts		: 15
118.22/117.29	c conflicts		: 65703
118.22/117.29	c decisions		: 65928
118.22/117.29	c propagations		: 92580423
118.22/117.29	c inspects		: 363419660
118.22/117.29	c learnt literals	: 10
118.22/117.29	c learnt binary clauses	: 79
118.22/117.29	c learnt ternary clauses	: 354
118.22/117.29	c learnt clauses	: 65692
118.22/117.29	c ignored clauses	: 0
118.22/117.29	c root simplifications	: 0
118.22/117.29	c removed literals (reason simplification)	: 12378025
118.22/117.29	c reason swapping (by a shorter reason)	: 0
118.22/117.29	c Calls to reduceDB	: 0
118.22/117.29	c speed (assignments/second)	: 794579.4361241042
118.22/117.29	c non guided choices	98
118.31/117.33	c learnt constraints type 
118.31/117.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 65613
118.31/117.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79
118.31/117.33	c constraints type 
118.31/117.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4140
118.31/117.33	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2070
118.31/117.33	s UNSATISFIABLE
118.31/117.33	c Total wall clock time (in seconds): 117.134

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-1885256-1245264831/watcher-1885256-1245264831 -o /tmp/evaluation-result-1885256-1245264831/solver-1885256-1245264831 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885256-1245264831.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 8837
/proc/meminfo: memFree=1849584/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=152 CPUtime=0
/proc/8837/stat : 8837 (java6) R 8835 8837 8094 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 194083659 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 11879204 0 0 4096 0 0 0 0 17 1 0 0
/proc/8837/statm: 38 26 19 9 0 4 0

[startup+0.0834631 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 8837
/proc/meminfo: memFree=1849584/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1470220 CPUtime=0.07
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 3466 0 1 0 5 2 0 0 18 0 7 0 194083659 1505505280 3211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 367555 3211 1039 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.102469 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 8837
/proc/meminfo: memFree=1849584/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1473608 CPUtime=0.08
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 3617 0 1 0 6 2 0 0 18 0 12 0 194083659 1508974592 3360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 368402 3360 1068 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.301511 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 8837
/proc/meminfo: memFree=1849584/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1475012 CPUtime=0.36
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 5037 0 1 0 33 3 0 0 18 0 12 0 194083659 1510412288 4774 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 368753 4774 1355 9 0 366096 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475012

[startup+0.702595 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 8837
/proc/meminfo: memFree=1849584/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1476284 CPUtime=1.04
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 7269 0 1 0 100 4 0 0 18 0 12 0 194083659 1511714816 6486 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369071 6486 1396 9 0 366414 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1476284

[startup+1.50177 s]
/proc/loadavg: 1.00 1.00 0.97 4/77 8850
/proc/meminfo: memFree=1821896/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1480276 CPUtime=2.26
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 10216 0 1 0 221 5 0 0 18 0 13 0 194083659 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 370069 8147 1415 9 0 367412 0
[pid=8837/tid=8839] ppid=8835 vsize=1480276 CPUtime=1.3
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 5767 0 1 0 127 3 0 0 20 0 13 0 194083660 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1480276 CPUtime=0.47
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1841 0 0 0 47 0 0 0 16 0 13 0 194083668 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1480276 CPUtime=0.46
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1860 0 0 0 46 0 0 0 16 0 13 0 194083668 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1515802624 8147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1480276

[startup+3.10109 s]
/proc/loadavg: 1.08 1.02 0.97 2/77 8850
/proc/meminfo: memFree=1822024/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1480276 CPUtime=3.92
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 10267 0 1 0 387 5 0 0 18 0 13 0 194083659 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 370069 8197 1415 9 0 367412 0
[pid=8837/tid=8839] ppid=8835 vsize=1480276 CPUtime=2.9
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 5815 0 1 0 287 3 0 0 25 0 13 0 194083660 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4109569559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1480276 CPUtime=0.53
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1844 0 0 0 53 0 0 0 17 0 13 0 194083668 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1480276 CPUtime=0.46
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1860 0 0 0 46 0 0 0 16 0 13 0 194083668 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1480276 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1515802624 8197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1480276

[startup+6.30277 s]
/proc/loadavg: 1.08 1.02 0.97 2/77 8850
/proc/meminfo: memFree=1821576/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1480244 CPUtime=7.11
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 10371 0 1 0 706 5 0 0 18 0 13 0 194083659 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 370061 8292 1415 9 0 367404 0
[pid=8837/tid=8839] ppid=8835 vsize=1480244 CPUtime=6.1
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 5919 0 1 0 606 4 0 0 25 0 13 0 194083660 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4109547663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1480244 CPUtime=0.54
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1844 0 0 0 54 0 0 0 16 0 13 0 194083668 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1480244 CPUtime=0.46
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1860 0 0 0 46 0 0 0 16 0 13 0 194083668 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1480244 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1515769856 8292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 1480244

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 0.97 2/77 8850
/proc/meminfo: memFree=1822160/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1478160 CPUtime=13.66
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 10617 0 1 0 1361 5 0 0 18 0 13 0 194083659 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369540 8078 1419 9 0 366883 0
[pid=8837/tid=8839] ppid=8835 vsize=1478160 CPUtime=12.46
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 6128 0 1 0 1242 4 0 0 19 0 13 0 194083660 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4109596345 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1478160 CPUtime=0.72
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1881 0 0 0 72 0 0 0 16 0 13 0 194083668 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1478160 CPUtime=0.46
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1860 0 0 0 46 0 0 0 16 0 13 0 194083668 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1513635840 8078 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 1478160

[startup+25.5028 s]
/proc/loadavg: 1.06 1.01 0.97 2/77 8850
/proc/meminfo: memFree=1820880/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1478160 CPUtime=26.48
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 10923 0 1 0 2642 6 0 0 18 0 13 0 194083659 1513635840 8383 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369540 8383 1419 9 0 366883 0
[pid=8837/tid=8839] ppid=8835 vsize=1478160 CPUtime=25.21
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 6431 0 1 0 2517 4 0 0 25 0 13 0 194083660 1513635840 8383 1992294400 134512640 134550932 4294956016 18446744073709551615 4109482741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1513635840 8383 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1513635840 8383 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1478160 CPUtime=0

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

/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1513635840 10367 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1513635840 10367 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.72
Current children cumulated vsize (KiB) 1478160

[startup+111.902 s]
/proc/loadavg: 1.01 1.01 0.97 2/77 8850
/proc/meminfo: memFree=1812688/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1478160 CPUtime=112.92
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 12960 0 1 0 11285 7 0 0 18 0 13 0 194083659 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369540 10417 1419 9 0 366883 0
[pid=8837/tid=8839] ppid=8835 vsize=1478160 CPUtime=111.58
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 8462 0 1 0 11153 5 0 0 25 0 13 0 194083660 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4109640971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1478160 CPUtime=0.77
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1885 0 0 0 77 0 0 0 16 0 13 0 194083668 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1478160 CPUtime=0.54
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1865 0 0 0 54 0 0 0 16 0 13 0 194083668 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1513635840 10417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 112.92
Current children cumulated vsize (KiB) 1478160

[startup+115.102 s]
/proc/loadavg: 1.01 1.01 0.97 2/77 8850
/proc/meminfo: memFree=1812496/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1478160 CPUtime=116.12
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 12985 0 1 0 11605 7 0 0 18 0 13 0 194083659 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369540 10442 1419 9 0 366883 0
[pid=8837/tid=8839] ppid=8835 vsize=1478160 CPUtime=114.78
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 8487 0 1 0 11473 5 0 0 25 0 13 0 194083660 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4109714220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1478160 CPUtime=0.77
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1885 0 0 0 77 0 0 0 16 0 13 0 194083668 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1478160 CPUtime=0.54
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1865 0 0 0 54 0 0 0 16 0 13 0 194083668 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1513635840 10442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.12
Current children cumulated vsize (KiB) 1478160

[startup+116.702 s]
/proc/loadavg: 1.01 1.01 0.97 3/77 8850
/proc/meminfo: memFree=1812432/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1478160 CPUtime=117.72
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 12996 0 1 0 11765 7 0 0 18 0 13 0 194083659 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369540 10453 1419 9 0 366883 0
[pid=8837/tid=8839] ppid=8835 vsize=1478160 CPUtime=116.38
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 8498 0 1 0 11633 5 0 0 25 0 13 0 194083660 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4109596345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1478160 CPUtime=0.77
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1885 0 0 0 77 0 0 0 16 0 13 0 194083668 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1478160 CPUtime=0.54
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1865 0 0 0 54 0 0 0 16 0 13 0 194083668 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1513635840 10453 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.72
Current children cumulated vsize (KiB) 1478160

[startup+117.102 s]
/proc/loadavg: 1.01 1.01 0.97 3/77 8850
/proc/meminfo: memFree=1812432/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1478160 CPUtime=118.12
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 12998 0 1 0 11805 7 0 0 18 0 13 0 194083659 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369540 10455 1419 9 0 366883 0
[pid=8837/tid=8839] ppid=8835 vsize=1478160 CPUtime=116.78
/proc/8837/task/8839/stat : 8839 (java) R 8835 8837 8094 0 -1 64 8500 0 1 0 11673 5 0 0 25 0 13 0 194083660 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4109596126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194083662 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 194083662 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 194083663 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 194083664 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194083664 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 194083668 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1478160 CPUtime=0.77
/proc/8837/task/8846/stat : 8846 (java) S 8835 8837 8094 0 -1 64 1885 0 0 0 77 0 0 0 16 0 13 0 194083668 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1478160 CPUtime=0.54
/proc/8837/task/8847/stat : 8847 (java) S 8835 8837 8094 0 -1 64 1865 0 0 0 54 0 0 0 16 0 13 0 194083668 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194083668 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194083668 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1478160 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 194083738 1513635840 10455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.12
Current children cumulated vsize (KiB) 1478160

[startup+117.302 s]
/proc/loadavg: 1.01 1.01 0.97 3/77 8850
/proc/meminfo: memFree=1812432/2055920 swapFree=4181924/4192956
[pid=8837] ppid=8835 vsize=1478484 CPUtime=118.31
/proc/8837/stat : 8837 (java) S 8835 8837 8094 0 -1 0 13015 0 1 0 11824 7 0 0 18 0 14 0 194083659 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8837/statm: 369621 10472 1421 9 0 366964 0
[pid=8837/tid=8839] ppid=8835 vsize=1478484 CPUtime=116.97
/proc/8837/task/8839/stat : 8839 (java) S 8835 8837 8094 0 -1 64 8504 0 1 0 11692 5 0 0 25 0 14 0 194083660 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8840] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8840/stat : 8840 (java) S 8835 8837 8094 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 194083662 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8841] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8841/stat : 8841 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 194083662 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8842] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8842/stat : 8842 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 194083663 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8843] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8843/stat : 8843 (java) S 8835 8837 8094 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 194083664 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8844] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8844/stat : 8844 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 194083664 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8845] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8845/stat : 8845 (java) S 8835 8837 8094 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 194083668 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8846] ppid=8835 vsize=1478484 CPUtime=0.77
/proc/8837/task/8846/stat : 8846 (java) R 8835 8837 8094 0 -1 64 1887 0 0 0 77 0 0 0 16 0 14 0 194083668 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 105708819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8847] ppid=8835 vsize=1478484 CPUtime=0.54
/proc/8837/task/8847/stat : 8847 (java) R 8835 8837 8094 0 -1 64 1865 0 0 0 54 0 0 0 17 0 14 0 194083668 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8848] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8848/stat : 8848 (java) S 8835 8837 8094 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 194083668 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8837/tid=8849] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8849/stat : 8849 (java) S 8835 8837 8094 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 194083668 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8837/tid=8850] ppid=8835 vsize=1478484 CPUtime=0
/proc/8837/task/8850/stat : 8850 (java) S 8835 8837 8094 0 -1 64 4 0 0 0 0 0 0 0 22 0 14 0 194083738 1513967616 10472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.31
Current children cumulated vsize (KiB) 1478484

Child status: 20
Real time (s): 117.372
CPU time (s): 118.401
CPU user time (s): 118.316
CPU system time (s): 0.084987
CPU usage (%): 100.877
Max. virtual memory (cumulated for all children) (KiB): 1481480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.316
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13027
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= 2762
involuntary context switches= 2718

runsolver used 0.165974 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-17 20:53:51
IDJOB=1885256
IDBENCH=72039
IDSOLVER=682
FILE ID=node13/1885256-1245264831
PBS_JOBID= 9372440
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= ec3346d398ff8be67aef6b007942c25b
RANDOM SEED=84074380

node13.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.259
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.259
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:       1850064 kB
Buffers:         26808 kB
Cached:         112496 kB
SwapCached:       5196 kB
Active:          61516 kB
Inactive:        86060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850064 kB
SwapTotal:     4192956 kB
SwapFree:      4181924 kB
Dirty:             436 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            44272 kB
Committed_AS:   186044 kB
PageTables:       1460 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= 66232 MiB
End job on node13 at 2009-06-17 20:55:49