Trace number 1884995

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.1? (TO) 1800.33 1797.61

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/rbsat/random/
unforced/rbsat-v945c61409g10.opb
MD5SUMffe69e74bebf39c27889ccbb6fb69301
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark818.669
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables945
Total number of constraints61409
Number of constraints which are clauses61409
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 constraint2
Maximum length of a constraint21
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 22
Number of bits of the biggest sum of numbers5
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-1884995-1245261487.opb
0.22/0.22	c reading problem ... 
1.91/1.57	c ... done. Wall clock time 1.351s.
1.91/1.57	c #vars     945
1.91/1.57	c #constraints  61409
1.91/1.57	c constraints type 
1.91/1.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 61364
1.91/1.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
1800.04/1797.42	c starts		: 18
1800.04/1797.42	c conflicts		: 249206
1800.04/1797.42	c decisions		: 319396
1800.04/1797.42	c propagations		: 24879351
1800.04/1797.42	c inspects		: 3442236942
1800.04/1797.42	c learnt literals	: 0
1800.04/1797.42	c learnt binary clauses	: 0
1800.04/1797.42	c learnt ternary clauses	: 0
1800.04/1797.42	c learnt clauses	: 249206
1800.04/1797.42	c ignored clauses	: 0
1800.04/1797.42	c root simplifications	: 0
1800.04/1797.42	c removed literals (reason simplification)	: 0
1800.04/1797.42	c reason swapping (by a shorter reason)	: 0
1800.04/1797.42	c Calls to reduceDB	: 0
1800.04/1797.42	c speed (assignments/second)	: 13853.846517934455
1800.04/1797.42	c non guided choices	125
1800.04/1797.50	c learnt constraints type 
1800.04/1797.50	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 249212
1800.04/1797.50	c constraints type 
1800.04/1797.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 61364
1800.04/1797.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
1800.04/1797.50	s UNKNOWN
1800.04/1797.50	c Total wall clock time (in seconds): 1797.279

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18764
/proc/meminfo: memFree=1763984/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=18576 CPUtime=0
/proc/18764/stat : 18764 (runsolver) D 18762 18764 18121 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 78872150 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 264519609639 0 2147483391 4096 24578 18446744072099863542 0 0 17 1 0 0
/proc/18764/statm: 4644 284 249 26 0 2626 0

[startup+0.060656 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18764
/proc/meminfo: memFree=1763984/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1470088 CPUtime=0.04
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 3266 0 1 0 2 2 0 0 18 0 7 0 78872150 1505370112 3011 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 367522 3011 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101662 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18764
/proc/meminfo: memFree=1763984/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1472584 CPUtime=0.08
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 3601 0 1 0 6 2 0 0 18 0 12 0 78872150 1507926016 3344 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 368146 3344 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301687 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18764
/proc/meminfo: memFree=1763984/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1474740 CPUtime=0.34
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 5010 0 1 0 31 3 0 0 18 0 12 0 78872150 1510133760 4747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 368685 4747 1353 9 0 366028 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474740

[startup+0.701738 s]
/proc/loadavg: 1.00 1.00 0.95 3/66 18764
/proc/meminfo: memFree=1763984/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1476312 CPUtime=0.95
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 6769 0 1 0 90 5 0 0 18 0 12 0 78872150 1511743488 6274 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369078 6274 1397 9 0 366421 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1476312

[startup+1.50285 s]
/proc/loadavg: 1.00 1.00 0.95 3/78 18776
/proc/meminfo: memFree=1735344/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1476316 CPUtime=1.91
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 23147 0 1 0 179 12 0 0 18 0 12 0 78872150 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369079 22561 1402 9 0 366422 0
[pid=18764/tid=18766] ppid=18762 vsize=1476316 CPUtime=1.21
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 20905 0 1 0 111 10 0 0 25 0 12 0 78872151 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4109536258 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 78872153 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 78872153 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 78872154 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 78872155 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 78872155 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 78872159 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1476316 CPUtime=0.32
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 356 0 0 0 32 0 0 0 16 0 12 0 78872159 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1476316 CPUtime=0.35
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1143 0 0 0 35 0 0 0 17 0 12 0 78872159 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 78872159 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1476316 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 78872159 1511747584 22561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1476316

[startup+3.10204 s]
/proc/loadavg: 1.00 1.00 0.95 4/79 18777
/proc/meminfo: memFree=1664168/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1478080 CPUtime=4.18
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 35921 0 1 0 401 17 0 0 18 0 13 0 78872150 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369520 34015 1428 9 0 366863 0
[pid=18764/tid=18766] ppid=18762 vsize=1478080 CPUtime=2.5
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 30963 0 1 0 236 14 0 0 23 0 13 0 78872151 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4109660254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1478080 CPUtime=0.02
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 567 0 0 0 2 0 0 0 17 0 13 0 78872153 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1478080 CPUtime=0.02
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 400 0 0 0 2 0 0 0 16 0 13 0 78872153 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1478080 CPUtime=0
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 78872154 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1478080 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1478080 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1478080 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1478080 CPUtime=0.84
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 1603 0 0 0 84 0 0 0 15 0 13 0 78872159 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1478080 CPUtime=0.75
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1634 0 0 0 75 0 0 0 16 0 13 0 78872159 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1478080 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1478080 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1478080 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1513553920 34015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1478080

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18777
/proc/meminfo: memFree=1625384/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1479744 CPUtime=7.55
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 38893 0 1 0 737 18 0 0 18 0 13 0 78872150 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369936 36189 1432 9 0 367279 0
[pid=18764/tid=18766] ppid=18762 vsize=1479744 CPUtime=5.66
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 30968 0 1 0 552 14 0 0 25 0 13 0 78872151 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4109703992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1479744 CPUtime=0.05
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 1660 0 0 0 5 0 0 0 16 0 13 0 78872153 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1479744 CPUtime=0.05
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 1308 0 0 0 5 0 0 0 16 0 13 0 78872153 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1479744 CPUtime=0
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 78872154 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479744 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1479744 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1479744 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1479744 CPUtime=0.99
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 2561 0 0 0 98 1 0 0 16 0 13 0 78872159 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1479744 CPUtime=0.76
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1634 0 0 0 76 0 0 0 16 0 13 0 78872159 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1479744 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1479744 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1479744 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1515257856 36189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1479744

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18777
/proc/meminfo: memFree=1607720/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1479712 CPUtime=14.17
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 46607 0 1 0 1395 22 0 0 18 0 13 0 78872150 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369928 43729 1432 9 0 367271 0
[pid=18764/tid=18766] ppid=18762 vsize=1479712 CPUtime=11.94
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 31609 0 1 0 1180 14 0 0 20 0 13 0 78872151 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4109703296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1479712 CPUtime=0.13
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 4780 0 0 0 12 1 0 0 16 0 13 0 78872153 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1479712 CPUtime=0.13
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 5207 0 0 0 12 1 0 0 17 0 13 0 78872153 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 78872154 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1479712 CPUtime=1.07
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 2568 0 0 0 106 1 0 0 17 0 13 0 78872159 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1479712 CPUtime=0.83
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1669 0 0 0 83 0 0 0 16 0 13 0 78872159 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1515225088 43729 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 1479712

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18777
/proc/meminfo: memFree=1580456/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1479712 CPUtime=27.02
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 50563 0 1 0 2678 24 0 0 18 0 13 0 78872150 1515225088 47019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369928 47019 1432 9 0 367271 0
[pid=18764/tid=18766] ppid=18762 vsize=1479712 CPUtime=24.67
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 31613 0 1 0 2453 14 0 0 25 0 13 0 78872151 1515225088 47019 1992294400 134512640 134550932 4294956000 18446744073709551615 4109704005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1479712 CPUtime=0.19
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 6884 0 0 0 17 2 0 0 16 0 13 0 78872153 1515225088 47019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1479712 CPUtime=0.2
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 7055 0 0 0 17 3 0 0 16 0 13 0 78872153 1515225088 47019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 78872154 1515225088 47019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479712 CPUtime=0

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

[pid=18764/tid=18769] ppid=18762 vsize=1479712 CPUtime=0.02
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 78872154 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1479712 CPUtime=1.08
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 2568 0 0 0 107 1 0 0 17 0 13 0 78872159 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1479712 CPUtime=0.83
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1669 0 0 0 83 0 0 0 16 0 13 0 78872159 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1515225088 102834 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.82
Current children cumulated vsize (KiB) 1479712

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18783
/proc/meminfo: memFree=1351848/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1479712 CPUtime=1664.86
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 113270 0 1 0 166428 58 0 0 18 0 13 0 78872150 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369928 103887 1432 9 0 367271 0
[pid=18764/tid=18766] ppid=18762 vsize=1479712 CPUtime=1659.24
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 31719 0 1 0 165907 17 0 0 25 0 13 0 78872151 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4109703133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1479712 CPUtime=1.8
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 38347 0 0 0 163 17 0 0 16 0 13 0 78872153 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1479712 CPUtime=1.82
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 38193 0 0 0 163 19 0 0 16 0 13 0 78872153 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1479712 CPUtime=0.02
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 78872154 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1479712 CPUtime=1.08
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 2568 0 0 0 107 1 0 0 17 0 13 0 78872159 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1479712 CPUtime=0.83
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1669 0 0 0 83 0 0 0 16 0 13 0 78872159 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1515225088 103887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.86
Current children cumulated vsize (KiB) 1479712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18783
/proc/meminfo: memFree=1347304/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1479712 CPUtime=1724.88
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 114451 0 1 0 172430 58 0 0 18 0 13 0 78872150 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369928 105023 1432 9 0 367271 0
[pid=18764/tid=18766] ppid=18762 vsize=1479712 CPUtime=1719.17
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 31721 0 1 0 171900 17 0 0 25 0 13 0 78872151 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4109799260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1479712 CPUtime=1.85
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 38984 0 0 0 168 17 0 0 16 0 13 0 78872153 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1479712 CPUtime=1.87
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 38735 0 0 0 168 19 0 0 16 0 13 0 78872153 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1479712 CPUtime=0.02
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 78872154 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1479712 CPUtime=1.08
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 2568 0 0 0 107 1 0 0 17 0 13 0 78872159 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1479712 CPUtime=0.83
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1669 0 0 0 83 0 0 0 16 0 13 0 78872159 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1515225088 105023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.88
Current children cumulated vsize (KiB) 1479712

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18783
/proc/meminfo: memFree=1342952/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1479712 CPUtime=1784.93
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 116175 0 1 0 178434 59 0 0 18 0 13 0 78872150 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369928 106668 1432 9 0 367271 0
[pid=18764/tid=18766] ppid=18762 vsize=1479712 CPUtime=1779.08
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 31724 0 1 0 177891 17 0 0 25 0 13 0 78872151 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4109770687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1479712 CPUtime=1.92
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 40065 0 0 0 174 18 0 0 16 0 13 0 78872153 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1479712 CPUtime=1.94
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 39375 0 0 0 175 19 0 0 17 0 13 0 78872153 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1479712 CPUtime=0.02
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 78872154 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1479712 CPUtime=1.08
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 2568 0 0 0 107 1 0 0 17 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1479712 CPUtime=0.83
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1669 0 0 0 83 0 0 0 16 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.93
Current children cumulated vsize (KiB) 1479712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.41 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18783
/proc/meminfo: memFree=1340584/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=1479712 CPUtime=1800.04
/proc/18764/stat : 18764 (java) S 18762 18764 18121 0 -1 0 116175 0 1 0 179945 59 0 0 18 0 13 0 78872150 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18764/statm: 369928 106668 1432 9 0 367271 0
[pid=18764/tid=18766] ppid=18762 vsize=1479712 CPUtime=1794.19
/proc/18764/task/18766/stat : 18766 (java) R 18762 18764 18121 0 -1 64 31724 0 1 0 179401 18 0 0 25 0 13 0 78872151 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4109961198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18767] ppid=18762 vsize=1479712 CPUtime=1.92
/proc/18764/task/18767/stat : 18767 (java) S 18762 18764 18121 0 -1 64 40065 0 0 0 174 18 0 0 16 0 13 0 78872153 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18768] ppid=18762 vsize=1479712 CPUtime=1.94
/proc/18764/task/18768/stat : 18768 (java) S 18762 18764 18121 0 -1 64 39375 0 0 0 175 19 0 0 17 0 13 0 78872153 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18769] ppid=18762 vsize=1479712 CPUtime=0.02
/proc/18764/task/18769/stat : 18769 (java) S 18762 18764 18121 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 78872154 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18770] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18770/stat : 18770 (java) S 18762 18764 18121 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18771] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18771/stat : 18771 (java) S 18762 18764 18121 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 78872155 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18772] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18772/stat : 18772 (java) S 18762 18764 18121 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18773] ppid=18762 vsize=1479712 CPUtime=1.08
/proc/18764/task/18773/stat : 18773 (java) S 18762 18764 18121 0 -1 64 2568 0 0 0 107 1 0 0 17 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18774] ppid=18762 vsize=1479712 CPUtime=0.83
/proc/18764/task/18774/stat : 18774 (java) S 18762 18764 18121 0 -1 64 1669 0 0 0 83 0 0 0 16 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18775] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18775/stat : 18775 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18764/tid=18776] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18776/stat : 18776 (java) S 18762 18764 18121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 78872159 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18764/tid=18777] ppid=18762 vsize=1479712 CPUtime=0
/proc/18764/task/18777/stat : 18777 (java) S 18762 18764 18121 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 78872308 1515225088 106668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1479712

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1797.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 18783
/proc/meminfo: memFree=1340584/2055920 swapFree=4186724/4192956
[pid=18764] ppid=18762 vsize=0 CPUtime=1800.32
/proc/18764/stat : 18764 (java) Z 18762 18764 18121 0 -1 1036 116203 0 1 0 179967 65 0 0 15 0 2 0 78872150 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18764/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.61
CPU time (s): 1800.33
CPU user time (s): 1799.67
CPU system time (s): 0.660899
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 1480360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.660899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116203
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= 38387
involuntary context switches= 40890

runsolver used 1.83272 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 19:58:07
IDJOB=1884995
IDBENCH=72013
IDSOLVER=681
FILE ID=node40/1884995-1245261487
PBS_JOBID= 9372413
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g10.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-1884995-1245261487/watcher-1884995-1245261487 -o /tmp/evaluation-result-1884995-1245261487/solver-1884995-1245261487 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884995-1245261487.opb

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

MD5SUM BENCH= ffe69e74bebf39c27889ccbb6fb69301
RANDOM SEED=964621937

node40.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1764400 kB
Buffers:         44140 kB
Cached:         172096 kB
SwapCached:       3200 kB
Active:          97100 kB
Inactive:       130916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764400 kB
SwapTotal:     4192956 kB
SwapFree:      4186724 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          18632 kB
Slab:            49308 kB
Committed_AS:    83392 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node40 at 2009-06-17 20:28:07