Trace number 1884356

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 92.4429 90.9867

General information on the benchmark

Name/PURE-SAT/SAT_RACE08/cnf/
velev-engi-uns-1.0-4nd.opb
MD5SUM0e3c73efc3ce07132cf5437313103a25
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.97
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7000
Total number of constraints67586
Number of constraints which are clauses67586
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 constraint58
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 53
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 111
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1884356-1245257446.opb
0.22/0.21	c reading problem ... 
2.27/1.90	c ... done. Wall clock time 1.682s.
2.27/1.90	c #vars     7000
2.27/1.90	c #constraints  67586
2.27/1.90	c constraints type 
2.37/1.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 56649
2.37/1.90	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 10936
92.25/90.88	c starts		: 16
92.25/90.88	c conflicts		: 89149
92.25/90.88	c decisions		: 125278
92.25/90.88	c propagations		: 33395743
92.25/90.88	c inspects		: 300528447
92.25/90.88	c learnt literals	: 17
92.25/90.88	c learnt binary clauses	: 186
92.25/90.88	c learnt ternary clauses	: 333
92.25/90.88	c learnt clauses	: 89131
92.25/90.88	c ignored clauses	: 0
92.25/90.88	c root simplifications	: 0
92.25/90.88	c removed literals (reason simplification)	: 4739105
92.25/90.88	c reason swapping (by a shorter reason)	: 0
92.25/90.88	c Calls to reduceDB	: 0
92.25/90.88	c speed (assignments/second)	: 375321.6264511851
92.25/90.88	c non guided choices	116
92.35/90.93	c learnt constraints type 
92.35/90.93	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 88945
92.35/90.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 186
92.35/90.93	c constraints type 
92.35/90.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 56649
92.35/90.93	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 10936
92.35/90.93	s UNSATISFIABLE
92.35/90.93	c Total wall clock time (in seconds): 90.715

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 18556
/proc/meminfo: memFree=1765840/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1808 CPUtime=0
/proc/18556/stat : 18556 (java6) R 18554 18556 18121 0 -1 0 137 0 0 0 0 0 0 0 20 0 1 0 78467998 1851392 110 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18556/statm: 403 114 86 9 0 45 0

[startup+0.0431491 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 18556
/proc/meminfo: memFree=1765840/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1469440 CPUtime=0.02
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 3093 0 1 0 1 1 0 0 18 0 5 0 78467998 1504706560 2840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 367360 2840 965 9 0 364711 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1469440

[startup+0.101206 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 18556
/proc/meminfo: memFree=1765840/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1472584 CPUtime=0.09
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 3616 0 1 0 7 2 0 0 18 0 12 0 78467998 1507926016 3359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 368146 3359 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302192 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 18556
/proc/meminfo: memFree=1765840/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1475008 CPUtime=0.34
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 5035 0 1 0 31 3 0 0 18 0 12 0 78467998 1510408192 4772 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 368752 4772 1355 9 0 366095 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475008

[startup+0.70124 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 18556
/proc/meminfo: memFree=1765840/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1476712 CPUtime=0.98
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 7207 0 1 0 95 3 0 0 18 0 12 0 78467998 1512153088 6527 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369178 6527 1396 9 0 366521 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476712

[startup+1.50135 s]
/proc/loadavg: 0.99 0.97 0.91 4/78 18568
/proc/meminfo: memFree=1734384/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1477924 CPUtime=1.96
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 22110 0 1 0 185 11 0 0 18 0 12 0 78467998 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369481 21297 1402 9 0 366824 0
[pid=18556/tid=18558] ppid=18554 vsize=1477924 CPUtime=1.22
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 19421 0 1 0 112 10 0 0 25 0 12 0 78467999 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4109487736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 78468001 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 78468001 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 78468002 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 78468003 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 78468003 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 78468007 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1477924 CPUtime=0.35
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 880 0 0 0 35 0 0 0 17 0 12 0 78468007 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1477924 CPUtime=0.37
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 1066 0 0 0 37 0 0 0 17 0 12 0 78468007 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 78468007 1513394176 21297 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1477924 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 78468007 1513394176 21297 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) 1477924

[startup+3.10154 s]
/proc/loadavg: 0.99 0.97 0.91 4/79 18569
/proc/meminfo: memFree=1641448/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1482220 CPUtime=4.3
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 35520 0 1 0 413 17 0 0 18 0 13 0 78467998 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 370555 33052 1418 9 0 367898 0
[pid=18556/tid=18558] ppid=18554 vsize=1482220 CPUtime=2.79
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30152 0 1 0 265 14 0 0 25 0 13 0 78467999 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4109753133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 78468001 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 78468001 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 78468002 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 78468003 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 78468003 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78468007 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1482220 CPUtime=0.82
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2483 0 0 0 81 1 0 0 16 0 13 0 78468007 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1482220 CPUtime=0.66
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 2138 0 0 0 66 0 0 0 17 0 13 0 78468007 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78468007 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1482220 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1517793280 33052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1482220

[startup+6.30295 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 18569
/proc/meminfo: memFree=1639528/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479732 CPUtime=7.6
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 35965 0 1 0 743 17 0 0 18 0 13 0 78467998 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369933 32907 1418 9 0 367276 0
[pid=18556/tid=18558] ppid=18554 vsize=1479732 CPUtime=5.98
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30586 0 1 0 584 14 0 0 25 0 13 0 78467999 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4109753133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 78468001 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 78468001 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 78468002 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 78468003 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 78468003 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78468007 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1479732 CPUtime=0.93
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2494 0 0 0 92 1 0 0 15 0 13 0 78468007 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1479732 CPUtime=0.67
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 2138 0 0 0 67 0 0 0 16 0 13 0 78468007 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78468007 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479732 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1515245568 32907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1479732

[startup+12.7028 s]
/proc/loadavg: 1.07 0.99 0.91 2/79 18569
/proc/meminfo: memFree=1629480/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479220 CPUtime=14.18
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 38487 0 1 0 1399 19 0 0 18 0 13 0 78467998 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369805 35280 1431 9 0 367148 0
[pid=18556/tid=18558] ppid=18554 vsize=1479220 CPUtime=12.28
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30973 0 1 0 1213 15 0 0 25 0 13 0 78467999 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4109814821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 871 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1238 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468002 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1479220 CPUtime=1.05
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2508 0 0 0 104 1 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1479220 CPUtime=0.74
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 2143 0 0 0 74 0 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.18
Current children cumulated vsize (KiB) 1479220

[startup+25.5024 s]
/proc/loadavg: 1.06 0.99 0.91 2/79 18569
/proc/meminfo: memFree=1629544/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479220 CPUtime=26.97
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 38487 0 1 0 2678 19 0 0 18 0 13 0 78467998 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369805 35280 1431 9 0 367148 0
[pid=18556/tid=18558] ppid=18554 vsize=1479220 CPUtime=25.06
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30973 0 1 0 2491 15 0 0 25 0 13 0 78467999 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4109753400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 871 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1238 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468002 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479220 CPUtime=0

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

/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.56
Current children cumulated vsize (KiB) 1479220

[startup+86.3013 s]
/proc/loadavg: 1.02 0.99 0.91 2/79 18569
/proc/meminfo: memFree=1629544/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479220 CPUtime=87.75
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 38489 0 1 0 8755 20 0 0 18 0 13 0 78467998 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369805 35280 1431 9 0 367148 0
[pid=18556/tid=18558] ppid=18554 vsize=1479220 CPUtime=85.83
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30975 0 1 0 8567 16 0 0 25 0 13 0 78467999 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4109730449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 871 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1238 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468002 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1479220 CPUtime=1.05
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2508 0 0 0 104 1 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1479220 CPUtime=0.76
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 2143 0 0 0 76 0 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.75
Current children cumulated vsize (KiB) 1479220

[startup+89.5027 s]
/proc/loadavg: 1.02 0.99 0.91 2/79 18569
/proc/meminfo: memFree=1629544/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479220 CPUtime=90.95
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 38489 0 1 0 9075 20 0 0 18 0 13 0 78467998 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369805 35280 1431 9 0 367148 0
[pid=18556/tid=18558] ppid=18554 vsize=1479220 CPUtime=89.03
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30975 0 1 0 8887 16 0 0 25 0 13 0 78467999 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4109753011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 871 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1238 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468002 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1479220 CPUtime=1.05
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2508 0 0 0 104 1 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1479220 CPUtime=0.76
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 2143 0 0 0 76 0 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.95
Current children cumulated vsize (KiB) 1479220

[startup+90.3028 s]
/proc/loadavg: 1.02 0.99 0.91 2/79 18569
/proc/meminfo: memFree=1629544/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479220 CPUtime=91.75
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 38489 0 1 0 9155 20 0 0 18 0 13 0 78467998 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369805 35280 1431 9 0 367148 0
[pid=18556/tid=18558] ppid=18554 vsize=1479220 CPUtime=89.82
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30975 0 1 0 8966 16 0 0 25 0 13 0 78467999 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4109753133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 871 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1238 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468002 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1479220 CPUtime=1.05
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2508 0 0 0 104 1 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1479220 CPUtime=0.76
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 2143 0 0 0 76 0 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.75
Current children cumulated vsize (KiB) 1479220

[startup+90.7028 s]
/proc/loadavg: 1.02 0.99 0.91 2/79 18569
/proc/meminfo: memFree=1629544/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479220 CPUtime=92.15
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 38489 0 1 0 9195 20 0 0 18 0 13 0 78467998 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369805 35280 1431 9 0 367148 0
[pid=18556/tid=18558] ppid=18554 vsize=1479220 CPUtime=90.22
/proc/18556/task/18558/stat : 18558 (java) R 18554 18556 18121 0 -1 64 30975 0 1 0 9006 16 0 0 25 0 13 0 78467999 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4109814242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 871 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479220 CPUtime=0.03
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1238 0 0 0 3 0 0 0 16 0 13 0 78468001 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468002 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78468003 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1479220 CPUtime=1.05
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2508 0 0 0 104 1 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1479220 CPUtime=0.76
/proc/18556/task/18566/stat : 18566 (java) S 18554 18556 18121 0 -1 64 2143 0 0 0 76 0 0 0 17 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78468007 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479220 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78468191 1514721280 35280 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.15
Current children cumulated vsize (KiB) 1479220

[startup+90.9029 s]
/proc/loadavg: 1.02 0.99 0.91 2/79 18569
/proc/meminfo: memFree=1629544/2055920 swapFree=4186724/4192956
[pid=18556] ppid=18554 vsize=1479544 CPUtime=92.35
/proc/18556/stat : 18556 (java) S 18554 18556 18121 0 -1 0 38501 0 1 0 9215 20 0 0 18 0 14 0 78467998 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 369886 35292 1431 9 0 367229 0
[pid=18556/tid=18558] ppid=18554 vsize=1479544 CPUtime=90.4
/proc/18556/task/18558/stat : 18558 (java) S 18554 18556 18121 0 -1 64 30979 0 1 0 9024 16 0 0 25 0 14 0 78467999 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18559] ppid=18554 vsize=1479544 CPUtime=0.03
/proc/18556/task/18559/stat : 18559 (java) S 18554 18556 18121 0 -1 64 871 0 0 0 3 0 0 0 16 0 14 0 78468001 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18560] ppid=18554 vsize=1479544 CPUtime=0.03
/proc/18556/task/18560/stat : 18560 (java) S 18554 18556 18121 0 -1 64 1238 0 0 0 3 0 0 0 16 0 14 0 78468001 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18554 vsize=1479544 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 78468002 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18554 vsize=1479544 CPUtime=0
/proc/18556/task/18562/stat : 18562 (java) S 18554 18556 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 78468003 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18563] ppid=18554 vsize=1479544 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18554 18556 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 78468003 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18564] ppid=18554 vsize=1479544 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18554 18556 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 78468007 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18565] ppid=18554 vsize=1479544 CPUtime=1.06
/proc/18556/task/18565/stat : 18565 (java) S 18554 18556 18121 0 -1 64 2508 0 0 0 105 1 0 0 17 0 14 0 78468007 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18566] ppid=18554 vsize=1479544 CPUtime=0.77
/proc/18556/task/18566/stat : 18566 (java) R 18554 18556 18121 0 -1 64 2144 0 0 0 77 0 0 0 16 0 14 0 78468007 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 104025073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18567] ppid=18554 vsize=1479544 CPUtime=0
/proc/18556/task/18567/stat : 18567 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 78468007 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18556/tid=18568] ppid=18554 vsize=1479544 CPUtime=0
/proc/18556/task/18568/stat : 18568 (java) S 18554 18556 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 78468007 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18569] ppid=18554 vsize=1479544 CPUtime=0
/proc/18556/task/18569/stat : 18569 (java) S 18554 18556 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 78468191 1515053056 35292 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.35
Current children cumulated vsize (KiB) 1479544

Child status: 20
Real time (s): 90.9867
CPU time (s): 92.4429
CPU user time (s): 92.218
CPU system time (s): 0.224965
CPU usage (%): 101.6
Max. virtual memory (cumulated for all children) (KiB): 1482408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.218
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38511
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= 2341
involuntary context switches= 2397

runsolver used 0.105983 second user time and 0.246962 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 18:50:46
IDJOB=1884356
IDBENCH=71949
IDSOLVER=682
FILE ID=node40/1884356-1245257446
PBS_JOBID= 9372413
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884356-1245257446/watcher-1884356-1245257446 -o /tmp/evaluation-result-1884356-1245257446/solver-1884356-1245257446 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884356-1245257446.opb

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

MD5SUM BENCH= 0e3c73efc3ce07132cf5437313103a25
RANDOM SEED=1962316926

node40.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.216
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.216
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:       1766256 kB
Buffers:         42496 kB
Cached:         171564 kB
SwapCached:       3200 kB
Active:          96480 kB
Inactive:       129348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766256 kB
SwapTotal:     4192956 kB
SwapFree:      4186724 kB
Dirty:            2720 kB
Writeback:           0 kB
Mapped:          18632 kB
Slab:            49596 kB
Committed_AS:    83068 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node40 at 2009-06-17 18:52:17