Trace number 1885235

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 CP 2.1.1UNSAT 88.1506 85.9186

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/bitverif/
minxorminand/minxorminand032.opb
MD5SUMe63c9d8818cfb83c176064f2fa853904
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 benchmark4.72528
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10794
Total number of constraints31997
Number of constraints which are clauses31997
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1885235-1245264591.opb
0.22/0.22	c reading problem ... 
1.80/1.30	c ... done. Wall clock time 1.079s.
1.80/1.30	c #vars     10794
1.80/1.30	c #constraints  31997
1.80/1.30	c constraints type 
1.80/1.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21330
1.80/1.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10665
88.04/85.81	c starts		: 12
88.04/85.81	c conflicts		: 18880
88.04/85.82	c decisions		: 50665
88.04/85.82	c propagations		: 14793914
88.04/85.82	c inspects		: 47227990
88.04/85.82	c learnt literals	: 0
88.04/85.82	c learnt binary clauses	: 245
88.04/85.82	c learnt ternary clauses	: 368
88.04/85.82	c learnt clauses	: 18879
88.04/85.82	c ignored clauses	: 0
88.04/85.82	c root simplifications	: 0
88.04/85.82	c removed literals (reason simplification)	: 0
88.04/85.82	c reason swapping (by a shorter reason)	: 0
88.04/85.82	c Calls to reduceDB	: 0
88.04/85.82	c speed (assignments/second)	: 175044.8322782938
88.04/85.82	c non guided choices	398
88.04/85.84	c learnt constraints type 
88.04/85.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 18634
88.04/85.84	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 245
88.04/85.84	c constraints type 
88.04/85.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21330
88.04/85.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10665
88.04/85.84	s UNSATISFIABLE
88.04/85.84	c Total wall clock time (in seconds): 85.621

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-1885235-1245264591/watcher-1885235-1245264591 -o /tmp/evaluation-result-1885235-1245264591/solver-1885235-1245264591 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885235-1245264591.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.08 1.06 0.98 3/65 11155
/proc/meminfo: memFree=1741944/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=18576 CPUtime=0
/proc/11155/stat : 11155 (runsolver) R 11153 11155 10610 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 194055903 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11155/statm: 0 0 0 0 0 0 0

[startup+0.0904931 s]
/proc/loadavg: 1.08 1.06 0.98 3/65 11155
/proc/meminfo: memFree=1741944/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1470220 CPUtime=0.07
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 3495 0 1 0 5 2 0 0 18 0 7 0 194055903 1505505280 3240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 367555 3240 1040 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101493 s]
/proc/loadavg: 1.08 1.06 0.98 3/65 11155
/proc/meminfo: memFree=1741944/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1472584 CPUtime=0.08
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 194055903 1507926016 3341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 368146 3341 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301535 s]
/proc/loadavg: 1.08 1.06 0.98 3/65 11155
/proc/meminfo: memFree=1741944/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1475000 CPUtime=0.34
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 5067 0 1 0 31 3 0 0 18 0 12 0 194055903 1510400000 4804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 368750 4804 1353 9 0 366093 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475000

[startup+0.70162 s]
/proc/loadavg: 1.08 1.06 0.98 3/65 11155
/proc/meminfo: memFree=1741944/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1476684 CPUtime=1.03
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 7409 0 1 0 99 4 0 0 18 0 12 0 194055903 1512124416 6639 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 369171 6639 1397 9 0 366514 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476684

[startup+1.50278 s]
/proc/loadavg: 1.08 1.06 0.98 2/77 11167
/proc/meminfo: memFree=1708824/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1480236 CPUtime=2.2
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 18476 0 1 0 210 10 0 0 18 0 13 0 194055903 1515761664 17225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370059 17237 1411 9 0 367402 0
[pid=11155/tid=11157] ppid=11153 vsize=1480236 CPUtime=1.29
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 15011 0 1 0 121 8 0 0 25 0 13 0 194055904 1515761664 17246 1992294400 134512640 134550932 4294956000 18446744073709551615 4109162839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1480236 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194055906 1515761664 17255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1480396 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 194055906 1515925504 17264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1480396 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194055907 1515925504 17264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1480396 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194055908 1515925504 17264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1480396 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194055908 1515925504 17264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1480396 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1515925504 17264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1480396 CPUtime=0.46
/proc/11155/task/11164/stat : 11164 (java) R 11153 11155 10610 0 -1 64 1569 0 0 0 46 0 0 0 17 0 13 0 194055912 1515925504 17264 1992294400 134512640 134550932 4294956000 18446744073709551615 2285271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1480396 CPUtime=0.42
/proc/11155/task/11165/stat : 11165 (java) R 11153 11155 10610 0 -1 64 1191 0 0 0 42 0 0 0 17 0 13 0 194055912 1515925504 17268 1992294400 134512640 134550932 4294956000 18446744073709551615 102192178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1480396 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1515925504 17271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1480396 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1515925504 17211 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1480236

[startup+3.10211 s]
/proc/loadavg: 1.08 1.06 0.98 4/78 11168
/proc/meminfo: memFree=1667664/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1485192 CPUtime=4.89
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 36674 0 1 0 473 16 0 0 18 0 13 0 194055903 1520836608 33613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 371298 33614 1419 9 0 368641 0
[pid=11155/tid=11157] ppid=11153 vsize=1485192 CPUtime=2.8
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 29926 0 1 0 267 13 0 0 25 0 13 0 194055904 1520836608 33615 1992294400 134512640 134550932 4294956000 18446744073709551615 4109789044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 194055906 1520836608 33615 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 194055906 1520836608 33616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194055907 1520836608 33616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 194055908 1520836608 33616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 194055908 1520836608 33617 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1520836608 33617 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1485192 CPUtime=0.88
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2451 0 0 0 88 0 0 0 16 0 13 0 194055912 1520836608 33618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1485192 CPUtime=1.18
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3554 0 0 0 117 1 0 0 16 0 13 0 194055912 1520836608 33618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1520836608 33619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1520836608 33619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1485192 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1520836608 33620 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 1485192

[startup+6.30276 s]
/proc/loadavg: 1.07 1.06 0.98 3/78 11168
/proc/meminfo: memFree=1600272/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1484440 CPUtime=8.2
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 39948 0 1 0 802 18 0 0 18 0 13 0 194055903 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 371110 36656 1428 9 0 368453 0
[pid=11155/tid=11157] ppid=11153 vsize=1484440 CPUtime=5.94
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 30981 0 1 0 580 14 0 0 25 0 13 0 194055904 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4109792641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1484440 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 1015 0 0 0 4 0 0 0 16 0 13 0 194055906 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1484440 CPUtime=0.04
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 1178 0 0 0 4 0 0 0 17 0 13 0 194055906 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1484440 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 21 0 0 0 0 0 0 0 17 0 13 0 194055907 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1484440 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 194055908 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1484440 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194055908 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1484440 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1484440 CPUtime=0.91
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2453 0 0 0 91 0 0 0 16 0 13 0 194055912 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1484440 CPUtime=1.21
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3557 0 0 0 120 1 0 0 16 0 13 0 194055912 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1484440 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1484440 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1484440 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1520066560 36656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 1484440

[startup+12.7021 s]
/proc/loadavg: 1.07 1.06 0.98 2/78 11168
/proc/meminfo: memFree=1570784/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1483736 CPUtime=14.77
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 47614 0 1 0 1456 21 0 0 18 0 13 0 194055903 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370934 43940 1432 9 0 368277 0
[pid=11155/tid=11157] ppid=11153 vsize=1483736 CPUtime=12.27
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 35089 0 1 0 1211 16 0 0 25 0 13 0 194055904 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4109652119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1483736 CPUtime=0.1
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 2715 0 0 0 10 0 0 0 16 0 13 0 194055906 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1483736 CPUtime=0.12
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 2828 0 0 0 11 1 0 0 16 0 13 0 194055906 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194055907 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1483736 CPUtime=0.96
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2646 0 0 0 96 0 0 0 15 0 13 0 194055912 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1483736 CPUtime=1.27
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3560 0 0 0 126 1 0 0 16 0 13 0 194055912 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1519345664 43940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 1483736

[startup+25.5017 s]
/proc/loadavg: 1.05 1.05 0.98 2/78 11168
/proc/meminfo: memFree=1565920/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1483736 CPUtime=27.6
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 48998 0 1 0 2738 22 0 0 18 0 13 0 194055903 1519345664 45168 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370934 45168 1432 9 0 368277 0
[pid=11155/tid=11157] ppid=11153 vsize=1483736 CPUtime=25.03
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 35096 0 1 0 2487 16 0 0 25 0 13 0 194055904 1519345664 45168 1992294400 134512640 134550932 4294956000 18446744073709551615 4109722615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1483736 CPUtime=0.14
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 3430 0 0 0 13 1 0 0 16 0 13 0 194055906 1519345664 45168 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1483736 CPUtime=0.14
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 3490 0 0 0 13 1 0 0 16 0 13 0 194055906 1519345664 45168 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194055907 1519345664 45168 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1483736 CPUtime=0

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

[pid=11155] ppid=11153 vsize=1483736 CPUtime=78.92
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 53886 0 1 0 7868 24 0 0 18 0 13 0 194055903 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370934 49390 1432 9 0 368277 0
[pid=11155/tid=11157] ppid=11153 vsize=1483736 CPUtime=76.04
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 35263 0 1 0 7588 16 0 0 25 0 13 0 194055904 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4109791840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1483736 CPUtime=0.23
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 5949 0 0 0 21 2 0 0 16 0 13 0 194055906 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1483736 CPUtime=0.23
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 5690 0 0 0 21 2 0 0 16 0 13 0 194055906 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194055907 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1483736 CPUtime=1.01
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2646 0 0 0 101 0 0 0 17 0 13 0 194055912 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1483736 CPUtime=1.35
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3562 0 0 0 134 1 0 0 16 0 13 0 194055912 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1519345664 49390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.92
Current children cumulated vsize (KiB) 1483736

[startup+79.9029 s]
/proc/loadavg: 1.02 1.04 0.98 2/78 11168
/proc/meminfo: memFree=1548960/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1483736 CPUtime=82.13
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 54083 0 1 0 8188 25 0 0 18 0 13 0 194055903 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370934 49567 1432 9 0 368277 0
[pid=11155/tid=11157] ppid=11153 vsize=1483736 CPUtime=79.23
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 35264 0 1 0 7907 16 0 0 25 0 13 0 194055904 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4109792476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1483736 CPUtime=0.23
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 6052 0 0 0 21 2 0 0 16 0 13 0 194055906 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1483736 CPUtime=0.24
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 5783 0 0 0 22 2 0 0 16 0 13 0 194055906 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194055907 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1483736 CPUtime=1.01
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2646 0 0 0 101 0 0 0 17 0 13 0 194055912 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1483736 CPUtime=1.35
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3562 0 0 0 134 1 0 0 16 0 13 0 194055912 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1519345664 49567 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.13
Current children cumulated vsize (KiB) 1483736

[startup+83.1026 s]
/proc/loadavg: 1.02 1.04 0.98 2/78 11168
/proc/meminfo: memFree=1547360/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1483736 CPUtime=85.34
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 54303 0 1 0 8509 25 0 0 18 0 13 0 194055903 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370934 49754 1432 9 0 368277 0
[pid=11155/tid=11157] ppid=11153 vsize=1483736 CPUtime=82.42
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 35265 0 1 0 8226 16 0 0 25 0 13 0 194055904 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4109833638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1483736 CPUtime=0.23
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 6170 0 0 0 21 2 0 0 16 0 13 0 194055906 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1483736 CPUtime=0.24
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 5884 0 0 0 22 2 0 0 16 0 13 0 194055906 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194055907 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1483736 CPUtime=1.01
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2646 0 0 0 101 0 0 0 17 0 13 0 194055912 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1483736 CPUtime=1.35
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3562 0 0 0 134 1 0 0 16 0 13 0 194055912 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1519345664 49754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.34
Current children cumulated vsize (KiB) 1483736

[startup+84.7079 s]
/proc/loadavg: 1.02 1.04 0.98 2/78 11168
/proc/meminfo: memFree=1546720/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1483736 CPUtime=86.94
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 54538 0 1 0 8669 25 0 0 18 0 13 0 194055903 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370934 49956 1432 9 0 368277 0
[pid=11155/tid=11157] ppid=11153 vsize=1483736 CPUtime=84.02
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 35266 0 1 0 8386 16 0 0 22 0 13 0 194055904 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4109722547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1483736 CPUtime=0.24
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 6299 0 0 0 22 2 0 0 16 0 13 0 194055906 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1483736 CPUtime=0.25
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 5989 0 0 0 23 2 0 0 16 0 13 0 194055906 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194055907 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1483736 CPUtime=1.01
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2646 0 0 0 101 0 0 0 17 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1483736 CPUtime=1.35
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3562 0 0 0 134 1 0 0 16 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.94
Current children cumulated vsize (KiB) 1483736

[startup+85.5011 s]
/proc/loadavg: 1.02 1.04 0.98 2/78 11168
/proc/meminfo: memFree=1546720/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=1483736 CPUtime=87.73
/proc/11155/stat : 11155 (java) S 11153 11155 10610 0 -1 0 54538 0 1 0 8748 25 0 0 18 0 13 0 194055903 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 370934 49956 1432 9 0 368277 0
[pid=11155/tid=11157] ppid=11153 vsize=1483736 CPUtime=84.81
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 10610 0 -1 64 35266 0 1 0 8465 16 0 0 25 0 13 0 194055904 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4109792466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=1483736 CPUtime=0.24
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 10610 0 -1 64 6299 0 0 0 22 2 0 0 16 0 13 0 194055906 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11153 vsize=1483736 CPUtime=0.25
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 10610 0 -1 64 5989 0 0 0 23 2 0 0 16 0 13 0 194055906 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 10610 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194055907 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 10610 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 10610 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194055908 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 10610 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=1483736 CPUtime=1.01
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 10610 0 -1 64 2646 0 0 0 101 0 0 0 17 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11165] ppid=11153 vsize=1483736 CPUtime=1.35
/proc/11155/task/11165/stat : 11165 (java) S 11153 11155 10610 0 -1 64 3562 0 0 0 134 1 0 0 16 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11166] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11166/stat : 11166 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11167] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11167/stat : 11167 (java) S 11153 11155 10610 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 194055912 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11168] ppid=11153 vsize=1483736 CPUtime=0
/proc/11155/task/11168/stat : 11168 (java) S 11153 11155 10610 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 194056036 1519345664 49956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.73
Current children cumulated vsize (KiB) 1483736

[startup+85.9019 s]
/proc/loadavg: 1.02 1.04 0.98 2/78 11168
/proc/meminfo: memFree=1546720/2055920 swapFree=4192812/4192956
[pid=11155] ppid=11153 vsize=0 CPUtime=88.13
/proc/11155/stat : 11155 (java) Z 11153 11155 10610 0 -1 1036 54555 0 1 0 8786 27 0 0 16 0 2 0 194055903 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.13
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 85.9186
CPU time (s): 88.1506
CPU user time (s): 87.8636
CPU system time (s): 0.286956
CPU usage (%): 102.598
Max. virtual memory (cumulated for all children) (KiB): 1485548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.8636
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54555
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= 2717
involuntary context switches= 2462

runsolver used 0.116982 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node54 at 2009-06-17 20:49:51
IDJOB=1885235
IDBENCH=72037
IDSOLVER=681
FILE ID=node54/1885235-1245264591
PBS_JOBID= 9372401
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= e63c9d8818cfb83c176064f2fa853904
RANDOM SEED=1067796145

node54.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	: 5931.00
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:       1742360 kB
Buffers:         47056 kB
Cached:         191760 kB
SwapCached:          0 kB
Active:          62020 kB
Inactive:       190588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:          23608 kB
Slab:            46916 kB
Committed_AS:   140968 kB
PageTables:       1372 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= 66496 MiB
End job on node54 at 2009-06-17 20:51:17