Trace number 1885315

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 295.984 293.611

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/crypto/md5gen/gus-md5-04.opb
MD5SUM1d00fc600ed4e08345cb1e5363ec1cd7
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 benchmark8.92864
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68679
Total number of constraints223994
Number of constraints which are clauses223994
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@ecd7e
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 No 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-1885315-1245265648.opb
0.22/0.21	c reading problem ... 
4.66/3.94	c ... done. Wall clock time 3.728s.
4.66/3.94	c #vars     68679
4.66/3.94	c #constraints  223608
4.66/3.94	c constraints type 
4.66/3.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 91177
4.66/3.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132174
295.87/293.56	c starts		: 5
295.87/293.56	c conflicts		: 866
295.87/293.56	c decisions		: 5807
295.87/293.56	c propagations		: 10380601
295.87/293.56	c inspects		: 32312677
295.87/293.56	c learnt literals	: 7
295.87/293.56	c learnt binary clauses	: 27
295.87/293.56	c learnt ternary clauses	: 50
295.87/293.56	c learnt clauses	: 858
295.87/293.56	c ignored clauses	: 0
295.87/293.56	c root simplifications	: 0
295.87/293.56	c removed literals (reason simplification)	: 0
295.87/293.56	c reason swapping (by a shorter reason)	: 0
295.87/293.56	c Calls to reduceDB	: 0
295.87/293.56	c speed (assignments/second)	: 35842.14142669705
295.87/293.56	c non guided choices	1306
295.87/293.56	c learnt constraints type 
295.87/293.56	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 831
295.87/293.56	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 27
295.87/293.56	c constraints type 
295.87/293.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 91177
295.87/293.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132174
295.87/293.56	s UNSATISFIABLE
295.87/293.56	c Total wall clock time (in seconds): 293.353

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15314
/proc/meminfo: memFree=1897944/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=152 CPUtime=0
/proc/15314/stat : 15314 (java6) R 15312 15314 14112 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 194163293 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 9921316 0 0 4096 0 0 0 0 17 1 0 0
/proc/15314/statm: 38 26 19 9 0 4 0

[startup+0.0104099 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15314
/proc/meminfo: memFree=1897944/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1520 CPUtime=0
/proc/15314/stat : 15314 (java) R 15312 15314 14112 0 -1 0 250 0 0 0 0 0 0 0 18 0 1 0 194163293 1556480 70 1992294400 134512640 134550932 4294956000 18446744073709551615 9924696 0 0 4096 0 0 0 0 17 1 0 0
/proc/15314/statm: 380 73 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1520

[startup+0.101427 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15314
/proc/meminfo: memFree=1897944/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1472584 CPUtime=0.08
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 3610 0 1 0 5 3 0 0 18 0 12 0 194163293 1507926016 3353 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 368146 3353 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301449 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15314
/proc/meminfo: memFree=1897944/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1475208 CPUtime=0.35
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 5452 0 1 0 31 4 0 0 18 0 12 0 194163293 1510612992 5190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 368802 5191 1353 9 0 366145 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475208

[startup+0.701494 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15314
/proc/meminfo: memFree=1897944/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1476028 CPUtime=1.02
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 7409 0 1 0 96 6 0 0 18 0 12 0 194163293 1511452672 6860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 369007 6860 1397 9 0 366350 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1476028

[startup+1.50259 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 15326
/proc/meminfo: memFree=1863160/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1476940 CPUtime=2.08
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 21220 0 1 0 195 13 0 0 18 0 12 0 194163293 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 369235 20313 1408 9 0 366578 0
[pid=15314/tid=15316] ppid=15312 vsize=1476940 CPUtime=1.23
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 18669 0 1 0 113 10 0 0 20 0 12 0 194163294 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 194163296 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 194163296 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 194163297 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 194163298 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 194163298 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194163302 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1476940 CPUtime=0.4
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 639 0 0 0 40 0 0 0 16 0 12 0 194163302 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1476940 CPUtime=0.43
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1171 0 0 0 42 1 0 0 16 0 12 0 194163302 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 194163302 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194163302 1512386560 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1476940

[startup+3.10277 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 15326
/proc/meminfo: memFree=1760120/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1476940 CPUtime=3.86
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 41239 0 1 0 363 23 0 0 18 0 12 0 194163293 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 369235 40251 1420 9 0 366578 0
[pid=15314/tid=15316] ppid=15312 vsize=1476940 CPUtime=2.65
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 30954 0 1 0 249 16 0 0 16 0 12 0 194163294 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4109523255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1476940 CPUtime=0.15
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 3566 0 0 0 15 0 0 0 17 0 12 0 194163296 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1476940 CPUtime=0.15
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 4150 0 0 0 13 2 0 0 17 0 12 0 194163296 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194163297 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194163298 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 194163298 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194163302 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1476940 CPUtime=0.4
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 639 0 0 0 40 0 0 0 16 0 12 0 194163302 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1476940 CPUtime=0.45
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1174 0 0 0 44 1 0 0 16 0 12 0 194163302 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 194163302 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1476940 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194163302 1512386560 40251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1476940

[startup+6.30113 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 15327
/proc/meminfo: memFree=1727280/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1478160 CPUtime=7.73
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 45226 0 1 0 748 25 0 0 18 0 13 0 194163293 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 369540 43786 1428 9 0 366883 0
[pid=15314/tid=15316] ppid=15312 vsize=1478160 CPUtime=5.61
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 30994 0 1 0 544 17 0 0 25 0 13 0 194163294 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4109815790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1478160 CPUtime=0.27
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 5585 0 0 0 26 1 0 0 16 0 13 0 194163296 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1478160 CPUtime=0.27
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 5335 0 0 0 24 3 0 0 16 0 13 0 194163296 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1478160 CPUtime=0
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 194163297 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1478160 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1478160 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194163298 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1478160 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194163302 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1478160 CPUtime=0.79
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 1314 0 0 0 78 1 0 0 17 0 13 0 194163302 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1478160 CPUtime=0.74
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1234 0 0 0 73 1 0 0 15 0 13 0 194163302 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1478160 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194163302 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1478160 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194163302 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15327] ppid=15312 vsize=1478160 CPUtime=0
/proc/15314/task/15327/stat : 15327 (java) S 15312 15314 14112 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194163695 1513635840 43786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 1478160

[startup+12.7029 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 15327
/proc/meminfo: memFree=1726648/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1478064 CPUtime=14.33
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 45530 0 1 0 1407 26 0 0 18 0 13 0 194163293 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 369516 43963 1428 9 0 366859 0
[pid=15314/tid=15316] ppid=15312 vsize=1478064 CPUtime=11.9
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 30997 0 1 0 1173 17 0 0 25 0 13 0 194163294 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4109815231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1478064 CPUtime=0.35
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 5735 0 0 0 33 2 0 0 16 0 13 0 194163296 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1478064 CPUtime=0.35
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 5387 0 0 0 32 3 0 0 17 0 13 0 194163296 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 194163297 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194163298 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194163302 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1478064 CPUtime=0.94
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 1413 0 0 0 93 1 0 0 16 0 13 0 194163302 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1478064 CPUtime=0.75
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1234 0 0 0 74 1 0 0 17 0 13 0 194163302 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194163302 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194163302 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15327] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15327/stat : 15327 (java) S 15312 15314 14112 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194163695 1513537536 43963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 1478064

[startup+25.5013 s]
/proc/loadavg: 1.12 1.03 1.01 2/78 15327
/proc/meminfo: memFree=1726648/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1478064 CPUtime=27.25
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 45547 0 1 0 2699 26 0 0 18 0 13 0 194163293 1513537536 43978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 369516 43978 1428 9 0 366859 0
[pid=15314/tid=15316] ppid=15312 vsize=1478064 CPUtime=24.58
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 30999 0 1 0 2441 17 0 0 25 0 13 0 194163294 1513537536 43978 1992294400 134512640 134550932 4294956000 18446744073709551615 4109815772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1478064 CPUtime=0.43
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 5747 0 0 0 41 2 0 0 17 0 13 0 194163296 1513537536 43978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1478064 CPUtime=0.43
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 5390 0 0 0 40 3 0 0 17 0 13 0 194163296 1513537536 43978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 194163297 1513537536 43978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1478064 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1513537536 43978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1478064 CPUtime=0

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

[pid=15314] ppid=15312 vsize=1480112 CPUtime=290.26
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 51645 0 1 0 28996 30 0 0 18 0 13 0 194163293 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 370028 49363 1428 9 0 367371 0
[pid=15314/tid=15316] ppid=15312 vsize=1480112 CPUtime=286.29
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 31035 0 1 0 28612 17 0 0 25 0 13 0 194163294 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1480112 CPUtime=0.95
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 8156 0 0 0 92 3 0 0 16 0 13 0 194163296 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1480112 CPUtime=0.96
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 8192 0 0 0 91 5 0 0 16 0 13 0 194163296 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1480112 CPUtime=0.01
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 194163297 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1480112 CPUtime=1.19
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 2236 0 0 0 118 1 0 0 17 0 13 0 194163302 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1480112 CPUtime=0.8
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1262 0 0 0 79 1 0 0 17 0 13 0 194163302 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194163302 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15327] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15327/stat : 15327 (java) S 15312 15314 14112 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194163695 1515634688 49363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 290.26
Current children cumulated vsize (KiB) 1480112

[startup+291.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15327
/proc/meminfo: memFree=1704824/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1480112 CPUtime=293.47
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 51655 0 1 0 29317 30 0 0 18 0 13 0 194163293 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 370028 49372 1428 9 0 367371 0
[pid=15314/tid=15316] ppid=15312 vsize=1480112 CPUtime=289.48
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 31036 0 1 0 28931 17 0 0 25 0 13 0 194163294 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4109920868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1480112 CPUtime=0.96
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 8165 0 0 0 93 3 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1480112 CPUtime=0.97
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 8192 0 0 0 92 5 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1480112 CPUtime=0.01
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 194163297 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1480112 CPUtime=1.19
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 2236 0 0 0 118 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1480112 CPUtime=0.8
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1262 0 0 0 79 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15327] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15327/stat : 15327 (java) S 15312 15314 14112 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194163695 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 293.47
Current children cumulated vsize (KiB) 1480112

[startup+292.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15327
/proc/meminfo: memFree=1704824/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1480112 CPUtime=295.07
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 51655 0 1 0 29477 30 0 0 18 0 13 0 194163293 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 370028 49372 1428 9 0 367371 0
[pid=15314/tid=15316] ppid=15312 vsize=1480112 CPUtime=291.08
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 31036 0 1 0 29091 17 0 0 25 0 13 0 194163294 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1480112 CPUtime=0.96
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 8165 0 0 0 93 3 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1480112 CPUtime=0.97
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 8192 0 0 0 92 5 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1480112 CPUtime=0.01
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 194163297 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1480112 CPUtime=1.19
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 2236 0 0 0 118 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1480112 CPUtime=0.8
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1262 0 0 0 79 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15327] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15327/stat : 15327 (java) S 15312 15314 14112 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194163695 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.07
Current children cumulated vsize (KiB) 1480112

[startup+293.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15327
/proc/meminfo: memFree=1704824/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1480112 CPUtime=295.47
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 51655 0 1 0 29517 30 0 0 18 0 13 0 194163293 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 370028 49372 1428 9 0 367371 0
[pid=15314/tid=15316] ppid=15312 vsize=1480112 CPUtime=291.48
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 31036 0 1 0 29131 17 0 0 25 0 13 0 194163294 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1480112 CPUtime=0.96
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 8165 0 0 0 93 3 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1480112 CPUtime=0.97
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 8192 0 0 0 92 5 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1480112 CPUtime=0.01
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 194163297 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1480112 CPUtime=1.19
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 2236 0 0 0 118 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1480112 CPUtime=0.8
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1262 0 0 0 79 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15327] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15327/stat : 15327 (java) S 15312 15314 14112 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194163695 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.47
Current children cumulated vsize (KiB) 1480112

[startup+293.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15327
/proc/meminfo: memFree=1704824/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=1480112 CPUtime=295.87
/proc/15314/stat : 15314 (java) S 15312 15314 14112 0 -1 0 51655 0 1 0 29557 30 0 0 18 0 13 0 194163293 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 370028 49372 1428 9 0 367371 0
[pid=15314/tid=15316] ppid=15312 vsize=1480112 CPUtime=291.88
/proc/15314/task/15316/stat : 15316 (java) R 15312 15314 14112 0 -1 64 31036 0 1 0 29171 17 0 0 25 0 13 0 194163294 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4109816097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15317] ppid=15312 vsize=1480112 CPUtime=0.96
/proc/15314/task/15317/stat : 15317 (java) S 15312 15314 14112 0 -1 64 8165 0 0 0 93 3 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15318] ppid=15312 vsize=1480112 CPUtime=0.97
/proc/15314/task/15318/stat : 15318 (java) S 15312 15314 14112 0 -1 64 8192 0 0 0 92 5 0 0 16 0 13 0 194163296 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15319] ppid=15312 vsize=1480112 CPUtime=0.01
/proc/15314/task/15319/stat : 15319 (java) S 15312 15314 14112 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 194163297 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15320] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15320/stat : 15320 (java) S 15312 15314 14112 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15321] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15321/stat : 15321 (java) S 15312 15314 14112 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 194163298 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15322] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15322/stat : 15322 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15323] ppid=15312 vsize=1480112 CPUtime=1.19
/proc/15314/task/15323/stat : 15323 (java) S 15312 15314 14112 0 -1 64 2236 0 0 0 118 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15314/tid=15324] ppid=15312 vsize=1480112 CPUtime=0.8
/proc/15314/task/15324/stat : 15324 (java) S 15312 15314 14112 0 -1 64 1262 0 0 0 79 1 0 0 17 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15325] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15325/stat : 15325 (java) S 15312 15314 14112 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15326] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15326/stat : 15326 (java) S 15312 15314 14112 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194163302 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15314/tid=15327] ppid=15312 vsize=1480112 CPUtime=0
/proc/15314/task/15327/stat : 15327 (java) S 15312 15314 14112 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 194163695 1515634688 49372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.87
Current children cumulated vsize (KiB) 1480112

[startup+293.603 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15328
/proc/meminfo: memFree=1875128/2055920 swapFree=4180552/4192956
[pid=15314] ppid=15312 vsize=0 CPUtime=295.97
/proc/15314/stat : 15314 (java) Z 15312 15314 14112 0 -1 1036 51672 0 1 0 29564 33 0 0 16 0 2 0 194163293 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15314/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 295.97
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 293.611
CPU time (s): 295.984
CPU user time (s): 295.648
CPU system time (s): 0.335948
CPU usage (%): 100.808
Max. virtual memory (cumulated for all children) (KiB): 1480276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 295.648
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51672
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= 6972
involuntary context switches= 1902

runsolver used 0.317951 second user time and 0.772882 second system time

The end

Launcher Data

Begin job on node88 at 2009-06-17 21:07:29
IDJOB=1885315
IDBENCH=72045
IDSOLVER=681
FILE ID=node88/1885315-1245265648
PBS_JOBID= 9372375
Free space on /tmp= 66516 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/md5gen/gus-md5-04.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-1885315-1245265648/watcher-1885315-1245265648 -o /tmp/evaluation-result-1885315-1245265648/solver-1885315-1245265648 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885315-1245265648.opb

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

MD5SUM BENCH= 1d00fc600ed4e08345cb1e5363ec1cd7
RANDOM SEED=377206248

node88.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.214
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.214
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1898424 kB
Buffers:          5900 kB
Cached:          93200 kB
SwapCached:       5484 kB
Active:          67928 kB
Inactive:        38020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898424 kB
SwapTotal:     4192956 kB
SwapFree:      4180552 kB
Dirty:            7448 kB
Writeback:           0 kB
Mapped:          12376 kB
Slab:            37416 kB
Committed_AS:   130040 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node88 at 2009-06-17 21:12:22