Trace number 1885006

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.42 1799.99

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/rbsat/random/
forced/rbsat-v760c43649gyes6.opb
MD5SUMc90b5c97f93453699ad04fd511536f7f
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 benchmark666.142
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables760
Total number of constraints43649
Number of constraints which are clauses43649
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 constraint19
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 20
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.09/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.28	c See www.sat4j.org for details.
0.17/0.30	c version 2.1.1.v20090612
0.17/0.30	c sun.arch.data.model	32
0.17/0.30	c java.version	1.6.0_12
0.17/0.30	c os.name	Linux
0.17/0.30	c os.version	2.6.9-22.EL.rootsmp
0.17/0.30	c os.arch	i386
0.17/0.30	c Free memory 1342000320
0.17/0.30	c Max memory 1344274432
0.17/0.30	c Total memory 1344274432
0.17/0.30	c Number of processors 2
0.17/0.36	c Pseudo Boolean Optimization
0.17/0.36	c --- Begin Solver configuration ---
0.17/0.36	c Stops conflict analysis at the first Unique Implication Point
0.17/0.36	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.17/0.36	c Learn all clauses as in MiniSAT
0.17/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.17/0.36	c Expensive reason simplification
0.17/0.36	c MiniSAT restarts strategy
0.17/0.36	c Memory based learned constraints deletion strategy
0.17/0.36	c timeout=2147483s
0.17/0.36	c DB Simplification allowed=false
0.17/0.36	c --- End Solver configuration ---
0.17/0.36	c solving HOME/instance-1885006-1245261718.opb
0.17/0.36	c reading problem ... 
1.79/1.50	c ... done. Wall clock time 1.139s.
1.79/1.50	c #vars     760
1.79/1.50	c #constraints  43649
1.79/1.50	c constraints type 
1.79/1.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1.79/1.50	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 40
1800.08/1799.81	c starts		: 19
1800.08/1799.81	c conflicts		: 318623
1800.08/1799.81	c decisions		: 416522
1800.08/1799.81	c propagations		: 25933917
1800.08/1799.81	c inspects		: 4402559334
1800.08/1799.81	c learnt literals	: 0
1800.08/1799.81	c learnt binary clauses	: 17
1800.08/1799.81	c learnt ternary clauses	: 64
1800.08/1799.81	c learnt clauses	: 318623
1800.08/1799.81	c ignored clauses	: 0
1800.08/1799.81	c root simplifications	: 0
1800.08/1799.81	c removed literals (reason simplification)	: 17307558
1800.08/1799.81	c reason swapping (by a shorter reason)	: 0
1800.08/1799.81	c Calls to reduceDB	: 0
1800.08/1799.81	c speed (assignments/second)	: 14421.285218502493
1800.08/1799.81	c non guided choices	98
1800.29/1799.95	c learnt constraints type 
1800.29/1799.95	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 318618
1800.29/1799.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.29/1799.95	c constraints type 
1800.29/1799.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1800.29/1799.95	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 40
1800.29/1799.95	s UNKNOWN
1800.29/1799.95	c Total wall clock time (in seconds): 1799.588

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-1885006-1245261718/watcher-1885006-1245261718 -o /tmp/evaluation-result-1885006-1245261718/solver-1885006-1245261718 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885006-1245261718.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.91 3/65 19681
/proc/meminfo: memFree=1851120/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=152 CPUtime=0
/proc/19681/stat : 19681 (java6) R 19679 19681 19414 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 193770729 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 5567268 0 0 4096 0 0 0 0 17 1 0 0
/proc/19681/statm: 38 26 19 9 0 4 0

[startup+0.089342 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 19681
/proc/meminfo: memFree=1851120/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=12932 CPUtime=0.02
/proc/19681/stat : 19681 (java) R 19679 19681 19414 0 -1 0 638 0 29 0 0 2 0 0 18 0 1 0 193770729 13242368 474 1992294400 134512640 134550932 4294956016 18446744073709551615 103101453 0 0 4096 0 0 0 0 17 0 0 0
/proc/19681/statm: 3233 474 177 9 0 1105 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12932

[startup+0.102245 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 19681
/proc/meminfo: memFree=1851120/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=13372 CPUtime=0.02
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 775 0 29 0 0 2 0 0 18 0 2 0 193770729 13692928 585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 3343 585 267 9 0 1198 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13372

[startup+0.301286 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 19681
/proc/meminfo: memFree=1851120/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1473044 CPUtime=0.17
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 4208 0 30 0 12 5 0 0 18 0 12 0 193770729 1508397056 3978 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 368261 3984 1309 9 0 365604 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1473044

[startup+0.701359 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 19681
/proc/meminfo: memFree=1851120/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1476404 CPUtime=0.76
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 6353 0 30 0 70 6 0 0 18 0 12 0 193770729 1511837696 5701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369101 5701 1387 9 0 366444 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1476404

[startup+1.5025 s]
/proc/loadavg: 1.00 1.00 0.91 3/77 19693
/proc/meminfo: memFree=1817296/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1477704 CPUtime=1.79
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 19898 0 30 0 167 12 0 0 18 0 12 0 193770729 1513168896 19043 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369426 19044 1400 9 0 366769 0
[pid=19681/tid=19683] ppid=19679 vsize=1477704 CPUtime=1.07
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 17215 0 1 0 98 9 0 0 18 0 12 0 193770738 1513168896 19045 1992294400 134512640 134550932 4294956016 18446744073709551615 4109579717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 193770741 1513168896 19045 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 193770741 1513168896 19047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193770744 1513168896 19048 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 193770744 1513168896 19049 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 193770744 1513168896 19050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193770751 1513168896 19052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1477704 CPUtime=0.33
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 636 0 0 0 33 0 0 0 16 0 12 0 193770751 1513168896 19053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1477704 CPUtime=0.33
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1337 0 0 0 33 0 0 0 17 0 12 0 193770751 1513168896 19054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 193770751 1513168896 19056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1477704 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193770751 1513168896 19057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 1477704

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1769544/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1479176 CPUtime=3.74
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 21172 0 30 0 361 13 0 0 18 0 13 0 193770729 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369794 20117 1417 9 0 367137 0
[pid=19681/tid=19683] ppid=19679 vsize=1479176 CPUtime=2.52
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 17956 0 1 0 242 10 0 0 25 0 13 0 193770738 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4109708558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193770741 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193770741 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 193770744 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 193770744 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 193770744 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193770751 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1479176 CPUtime=0.59
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 991 0 0 0 59 0 0 0 15 0 13 0 193770751 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1479176 CPUtime=0.58
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1509 0 0 0 58 0 0 0 16 0 13 0 193770751 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193770751 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193770751 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1479176 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193770880 1514676224 20117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1479176

[startup+6.30241 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1765000/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1478632 CPUtime=7.07
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 22235 0 30 0 693 14 0 0 18 0 13 0 193770729 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369658 20813 1421 9 0 367001 0
[pid=19681/tid=19683] ppid=19679 vsize=1478632 CPUtime=5.65
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 18743 0 1 0 555 10 0 0 25 0 13 0 193770738 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4109738106 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193770741 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193770741 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193770744 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 193770744 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 193770744 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193770751 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1478632 CPUtime=0.63
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 992 0 0 0 63 0 0 0 17 0 13 0 193770751 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1478632 CPUtime=0.74
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1784 0 0 0 74 0 0 0 17 0 13 0 193770751 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193770751 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193770751 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1478632 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193770880 1514119168 20813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 1478632

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1761240/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1478600 CPUtime=13.5
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 23198 0 30 0 1335 15 0 0 18 0 13 0 193770729 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369650 21764 1421 9 0 366993 0
[pid=19681/tid=19683] ppid=19679 vsize=1478600 CPUtime=12.04
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 19703 0 1 0 1193 11 0 0 19 0 13 0 193770738 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4109707865 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193770741 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193770741 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193770744 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 193770744 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 193770744 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193770751 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1478600 CPUtime=0.67
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 995 0 0 0 67 0 0 0 17 0 13 0 193770751 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1478600 CPUtime=0.74
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1784 0 0 0 74 0 0 0 17 0 13 0 193770751 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193770751 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193770751 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193770880 1514086400 21764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 1478600

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1756120/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1478600 CPUtime=26.3
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 24411 0 30 0 2614 16 0 0 18 0 13 0 193770729 1514086400 22977 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369650 22977 1421 9 0 366993 0
[pid=19681/tid=19683] ppid=19679 vsize=1478600 CPUtime=24.84
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 20916 0 1 0 2472 12 0 0 25 0 13 0 193770738 1514086400 22977 1992294400 134512640 134550932 4294956016 18446744073709551615 4109708036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 193770741 1514086400 22977 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 193770741 1514086400 22977 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193770744 1514086400 22977 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1478600 CPUtime=0

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

[pid=19681] ppid=19679 vsize=1478600 CPUtime=1662.63
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 48544 0 30 0 166227 36 0 0 18 0 13 0 193770729 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369650 44999 1430 9 0 366993 0
[pid=19681/tid=19683] ppid=19679 vsize=1478600 CPUtime=1660.91
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 30937 0 1 0 166065 26 0 0 25 0 13 0 193770738 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4109788491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 6493 0 0 0 9 2 0 0 16 0 13 0 193770741 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 7612 0 0 0 8 3 0 0 16 0 13 0 193770741 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193770744 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193770751 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1478600 CPUtime=0.68
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 995 0 0 0 68 0 0 0 16 0 13 0 193770751 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1478600 CPUtime=0.74
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1784 0 0 0 74 0 0 0 17 0 13 0 193770751 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193770751 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193770751 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193770880 1514086400 44999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.63
Current children cumulated vsize (KiB) 1478600

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1666592/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1478600 CPUtime=1722.61
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 48549 0 30 0 172225 36 0 0 18 0 13 0 193770729 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369650 45004 1430 9 0 366993 0
[pid=19681/tid=19683] ppid=19679 vsize=1478600 CPUtime=1720.89
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 30942 0 1 0 172063 26 0 0 25 0 13 0 193770738 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4109707625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 6493 0 0 0 9 2 0 0 16 0 13 0 193770741 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 7612 0 0 0 8 3 0 0 16 0 13 0 193770741 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1478600 CPUtime=0.68
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 995 0 0 0 68 0 0 0 16 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1478600 CPUtime=0.74
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1784 0 0 0 74 0 0 0 17 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193770880 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.61
Current children cumulated vsize (KiB) 1478600

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1666528/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1478600 CPUtime=1782.58
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 48549 0 30 0 178222 36 0 0 18 0 13 0 193770729 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369650 45004 1430 9 0 366993 0
[pid=19681/tid=19683] ppid=19679 vsize=1478600 CPUtime=1780.87
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 30942 0 1 0 178061 26 0 0 25 0 13 0 193770738 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4109788491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 6493 0 0 0 9 2 0 0 16 0 13 0 193770741 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 7612 0 0 0 8 3 0 0 16 0 13 0 193770741 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1478600 CPUtime=0.68
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 995 0 0 0 68 0 0 0 16 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1478600 CPUtime=0.74
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1784 0 0 0 74 0 0 0 17 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193770880 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.58
Current children cumulated vsize (KiB) 1478600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.8 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1666528/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1478600 CPUtime=1800.08
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 48549 0 30 0 179972 36 0 0 18 0 13 0 193770729 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369650 45004 1430 9 0 366993 0
[pid=19681/tid=19683] ppid=19679 vsize=1478600 CPUtime=1798.37
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 30942 0 1 0 179811 26 0 0 25 0 13 0 193770738 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 6493 0 0 0 9 2 0 0 16 0 13 0 193770741 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1478600 CPUtime=0.11
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 7612 0 0 0 8 3 0 0 16 0 13 0 193770741 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193770744 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1478600 CPUtime=0.68
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 995 0 0 0 68 0 0 0 16 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1478600 CPUtime=0.74
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1784 0 0 0 74 0 0 0 17 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) R 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193770751 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1478600 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193770880 1514086400 45004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1478600

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

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

[startup+1799.91 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 19694
/proc/meminfo: memFree=1666528/2055920 swapFree=4181244/4192956
[pid=19681] ppid=19679 vsize=1479248 CPUtime=1800.29
/proc/19681/stat : 19681 (java) S 19679 19681 19414 0 -1 0 48568 0 30 0 179993 36 0 0 16 0 15 0 193770729 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19681/statm: 369812 45023 1430 9 0 367155 0
[pid=19681/tid=19683] ppid=19679 vsize=1479248 CPUtime=1798.47
/proc/19681/task/19683/stat : 19683 (java) R 19679 19681 19414 0 -1 64 30942 0 1 0 179821 26 0 0 25 0 15 0 193770738 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4109708691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19684] ppid=19679 vsize=1479248 CPUtime=0.11
/proc/19681/task/19684/stat : 19684 (java) S 19679 19681 19414 0 -1 64 6493 0 0 0 9 2 0 0 16 0 15 0 193770741 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19685] ppid=19679 vsize=1479248 CPUtime=0.11
/proc/19681/task/19685/stat : 19685 (java) S 19679 19681 19414 0 -1 64 7612 0 0 0 8 3 0 0 16 0 15 0 193770741 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19686] ppid=19679 vsize=1479248 CPUtime=0
/proc/19681/task/19686/stat : 19686 (java) S 19679 19681 19414 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 193770744 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19687] ppid=19679 vsize=1479248 CPUtime=0
/proc/19681/task/19687/stat : 19687 (java) S 19679 19681 19414 0 -1 64 10 0 0 0 0 0 0 0 17 0 15 0 193770744 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19688] ppid=19679 vsize=1479248 CPUtime=0
/proc/19681/task/19688/stat : 19688 (java) S 19679 19681 19414 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 193770744 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19689] ppid=19679 vsize=1479248 CPUtime=0
/proc/19681/task/19689/stat : 19689 (java) S 19679 19681 19414 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 193770751 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19690] ppid=19679 vsize=1479248 CPUtime=0.71
/proc/19681/task/19690/stat : 19690 (java) S 19679 19681 19414 0 -1 64 995 0 0 0 71 0 0 0 16 0 15 0 193770751 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19691] ppid=19679 vsize=1479248 CPUtime=0.74
/proc/19681/task/19691/stat : 19691 (java) S 19679 19681 19414 0 -1 64 1784 0 0 0 74 0 0 0 17 0 15 0 193770751 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19681/tid=19692] ppid=19679 vsize=1479248 CPUtime=0
/proc/19681/task/19692/stat : 19692 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 23 0 15 0 193770751 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19693] ppid=19679 vsize=1479248 CPUtime=0
/proc/19681/task/19693/stat : 19693 (java) S 19679 19681 19414 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 193770751 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19681/tid=19694] ppid=19679 vsize=1479248 CPUtime=0
/proc/19681/task/19694/stat : 19694 (java) S 19679 19681 19414 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 193770880 1514749952 45023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1479248

Child status: 143
Real time (s): 1799.99
CPU time (s): 1800.42
CPU user time (s): 1800.03
CPU system time (s): 0.39294
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 1479524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.39294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48571
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37344
involuntary context switches= 2888

runsolver used 2.08368 second user time and 4.48432 second system time

The end

Launcher Data

Begin job on node81 at 2009-06-17 20:01:58
IDJOB=1885006
IDBENCH=72014
IDSOLVER=682
FILE ID=node81/1885006-1245261718
PBS_JOBID= 9372381
Free space on /tmp= 126776 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/rbsat/random/forced/rbsat-v760c43649gyes6.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885006-1245261718/watcher-1885006-1245261718 -o /tmp/evaluation-result-1885006-1245261718/solver-1885006-1245261718 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885006-1245261718.opb

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

MD5SUM BENCH= c90b5c97f93453699ad04fd511536f7f
RANDOM SEED=89921919

node81.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.268
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.268
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:       1851600 kB
Buffers:         18132 kB
Cached:         119852 kB
SwapCached:       5224 kB
Active:          37740 kB
Inactive:       108716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851600 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          14520 kB
Slab:            43592 kB
Committed_AS:   118328 kB
PageTables:       1452 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= 126776 MiB
End job on node81 at 2009-06-17 20:32:00