Trace number 361884

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23UNSAT 219.129 213.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag8.ucl.opb
MD5SUMec41e051a85a6b1d97ef15d7e169228d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.537917
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3249
Total number of constraints8983
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c no version file found!!!
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1651659224
0.07/0.17	c Max memory 1654456320
0.07/0.17	c Total memory 1654456320
0.07/0.17	c Number of processors 2
0.17/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.17/0.22	--- Begin Solver configuration ---
0.17/0.22	c Stops conflict analysis at the first Unique Implication Point
0.17/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.22	c Learn all clauses as in MiniSAT
0.17/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.22	c No reason simplification
0.17/0.22	c --- End Solver configuration ---
0.17/0.22	c Simplify asserted PB constraints to clauses
0.17/0.22	c solving /tmp/evaluation/361884-1177004471/instance-361884-1177004471.opb
0.17/0.22	c reading problem ... 
1.47/1.20	c ... done. Wall clock time 0.972s.
1.47/1.20	c CPU time (experimental) 0.8s.
1.47/1.20	c #vars     3249
1.47/1.20	c #constraints  8982
219.02/213.65	c starts		: 2
219.02/213.65	c conflicts		: 26434
219.02/213.65	c decisions		: 52267
219.02/213.65	c propagations		: 10714260
219.02/213.65	c inspects		: 126394149
219.02/213.65	c learnt literals	: 0
219.02/213.65	c learnt binary clauses	: 59
219.02/213.65	c learnt ternary clauses	: 79
219.02/213.65	c learnt clauses	: 26433
219.02/213.65	c root simplifications	: 0
219.02/213.65	c removed literals (reason simplification)	: 0
219.02/213.65	c reason swapping (by a shorter reason)	: 0
219.02/213.65	c Calls to reduceDB	: 0
219.02/213.65	c speed (decisions/second)	: 246.0295045235876
219.02/213.65	c non guided choices	139
219.02/213.65	s UNSATISFIABLE
219.02/213.65	c Total wall clock time (ms): 213.423

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node47/watcher-361884-1177004471 -o ROOT/results/node47/solver-361884-1177004471 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361884-1177004471/sat4jPseudoCPClause.jar /tmp/evaluation/361884-1177004471/instance-361884-1177004471.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 15308
/proc/meminfo: memFree=1799296/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=18568 CPUtime=0
/proc/15308/stat : 15308 (runsolver) R 15306 15308 14916 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 55292500 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15308/statm: 4642 292 257 24 0 2626 0

[startup+0.095133 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 15308
/proc/meminfo: memFree=1799296/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1777844 CPUtime=0.06
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 3793 0 1 0 4 2 0 0 18 0 7 0 55292500 1820512256 3536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 444461 3536 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101134 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 15308
/proc/meminfo: memFree=1799296/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1777844 CPUtime=0.07
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 3844 0 1 0 5 2 0 0 18 0 7 0 55292500 1820512256 3587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 444461 3587 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301154 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 15308
/proc/meminfo: memFree=1799296/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1782432 CPUtime=0.28
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 5096 0 1 0 24 4 0 0 18 0 12 0 55292500 1825210368 4835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 445608 4835 1263 9 0 443219 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782432

[startup+0.701198 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 15308
/proc/meminfo: memFree=1799296/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1783476 CPUtime=0.85
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 6697 0 1 0 80 5 0 0 18 0 12 0 55292500 1826279424 6194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 445869 6194 1301 9 0 443480 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783476

[startup+1.50229 s]
/proc/loadavg: 0.99 0.97 0.96 4/89 15320
/proc/meminfo: memFree=1772576/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1786404 CPUtime=2.12
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 13198 0 1 0 203 9 0 0 18 0 13 0 55292500 1829277696 11257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 446601 11258 1311 9 0 444212 0
[pid=15308/tid=15310] ppid=15306 vsize=1786404 CPUtime=0.99
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 9364 0 1 0 92 7 0 0 18 0 13 0 55292502 1829277696 11258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109665658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 55292504 1829277696 11258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55292504 1829277696 11259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 55292506 1829277696 11259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 55292506 1829277696 11259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 55292506 1829277696 11260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1829277696 11260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1786404 CPUtime=0.55
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 1396 0 0 0 55 0 0 0 16 0 13 0 55292510 1829277696 11260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1786404 CPUtime=0.55
/proc/15308/task/15318/stat : 15318 (java) R 15306 15308 14916 0 -1 64 1715 0 0 0 55 0 0 0 17 0 13 0 55292510 1829277696 11261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10986460 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1829277696 11261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1786404 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1829277696 11261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1786404

[startup+3.10246 s]
/proc/loadavg: 0.99 0.97 0.96 5/90 15321
/proc/meminfo: memFree=1732120/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1793856 CPUtime=4.92
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 46903 0 1 0 470 22 0 0 18 0 13 0 55292500 1836908544 40013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448464 40015 1315 9 0 446075 0
[pid=15308/tid=15310] ppid=15306 vsize=1793856 CPUtime=2.05
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 36198 0 1 0 188 17 0 0 20 0 13 0 55292502 1836908544 40016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848577 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 55292504 1836908544 40017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55292504 1836908544 40019 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 55292506 1836908544 40021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 55292506 1836908544 40022 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 55292506 1836908544 40024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1836908544 40025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1793856 CPUtime=1.52
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4780 0 0 0 150 2 0 0 18 0 13 0 55292510 1836908544 40026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1793856 CPUtime=1.32
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5204 0 0 0 130 2 0 0 16 0 13 0 55292510 1836908544 40028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1836908544 40030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1836908544 40030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1793856 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1836908544 40030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1793856

[startup+6.3028 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1628960/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1792280 CPUtime=8.26
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 51216 0 1 0 802 24 0 0 18 0 13 0 55292500 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 43914 1324 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=5.13
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 37747 0 1 0 496 17 0 0 25 0 13 0 55292502 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109738773 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=0.07
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 1442 0 0 0 7 0 0 0 17 0 13 0 55292504 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=0.07
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 1301 0 0 0 7 0 0 0 16 0 13 0 55292504 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 55292506 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1792280 CPUtime=1.56
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4780 0 0 0 154 2 0 0 16 0 13 0 55292510 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1792280 CPUtime=1.37
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5209 0 0 0 135 2 0 0 16 0 13 0 55292510 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1835294720 43914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1792280

[startup+12.7025 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1595616/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1792280 CPUtime=14.84
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 61271 0 1 0 1454 30 0 0 18 0 13 0 55292500 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 52200 1330 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=11.35
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 40144 0 1 0 1116 19 0 0 24 0 13 0 55292502 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109714728 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=0.24
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 5616 0 0 0 22 2 0 0 17 0 13 0 55292504 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=0.24
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 4763 0 0 0 23 1 0 0 16 0 13 0 55292504 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 55292506 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1792280 CPUtime=1.57
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4786 0 0 0 155 2 0 0 16 0 13 0 55292510 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1792280 CPUtime=1.37
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5209 0 0 0 135 2 0 0 16 0 13 0 55292510 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1835294720 52200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 1792280

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1584480/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1792280 CPUtime=27.82
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 63909 0 1 0 2751 31 0 0 18 0 13 0 55292500 1835294720 54594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 54594 1332 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=23.98
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 40155 0 1 0 2379 19 0 0 25 0 13 0 55292502 1835294720 54594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109730004 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=0.38
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 7236 0 0 0 35 3 0 0 16 0 13 0 55292504 1835294720 54594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=0.38
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 5768 0 0 0 37 1 0 0 16 0 13 0 55292504 1835294720 54594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 54594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=15308] ppid=15306 vsize=1792280 CPUtime=209.97
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 81825 0 1 0 20956 41 0 0 18 0 13 0 55292500 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 71091 1333 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=200.35
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 40296 0 1 0 20014 21 0 0 25 0 13 0 55292502 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109714728 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=3.06
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 16480 0 0 0 298 8 0 0 17 0 13 0 55292504 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=3.06
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 14278 0 0 0 302 4 0 0 17 0 13 0 55292504 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0.03
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 31 0 0 0 2 1 0 0 16 0 13 0 55292506 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1792280 CPUtime=1.87
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4800 0 0 0 185 2 0 0 17 0 13 0 55292510 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1792280 CPUtime=1.55
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5218 0 0 0 153 2 0 0 16 0 13 0 55292510 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1835294720 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 209.97
Current children cumulated vsize (KiB) 1792280

[startup+207.907 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1517344/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1792280 CPUtime=213.23
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 82069 0 1 0 21282 41 0 0 18 0 13 0 55292500 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 71318 1333 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=203.5
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 40298 0 1 0 20328 22 0 0 25 0 13 0 55292502 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109714438 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=3.12
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 16583 0 0 0 304 8 0 0 16 0 13 0 55292504 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=3.13
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 14417 0 0 0 309 4 0 0 16 0 13 0 55292504 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0.03
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 31 0 0 0 2 1 0 0 16 0 13 0 55292506 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1792280 CPUtime=1.87
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4800 0 0 0 185 2 0 0 17 0 13 0 55292510 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1792280 CPUtime=1.55
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5218 0 0 0 153 2 0 0 16 0 13 0 55292510 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1835294720 71318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.23
Current children cumulated vsize (KiB) 1792280

[startup+211.103 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1516384/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1792280 CPUtime=216.5
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 82340 0 1 0 21609 41 0 0 18 0 13 0 55292500 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 71559 1333 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=206.63
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 40300 0 1 0 20641 22 0 0 25 0 13 0 55292502 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109714438 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=3.18
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 16730 0 0 0 310 8 0 0 16 0 13 0 55292504 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=3.19
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 14539 0 0 0 315 4 0 0 16 0 13 0 55292504 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0.03
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 31 0 0 0 2 1 0 0 16 0 13 0 55292506 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1792280 CPUtime=1.87
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4800 0 0 0 185 2 0 0 17 0 13 0 55292510 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1792280 CPUtime=1.55
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5218 0 0 0 153 2 0 0 16 0 13 0 55292510 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1835294720 71559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.5
Current children cumulated vsize (KiB) 1792280

[startup+212.701 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1516384/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1792280 CPUtime=218.12
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 82502 0 1 0 21771 41 0 0 18 0 13 0 55292500 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 71681 1333 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=208.19
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 40301 0 1 0 20797 22 0 0 19 0 13 0 55292502 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=3.21
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 16795 0 0 0 313 8 0 0 16 0 13 0 55292504 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=3.22
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 14635 0 0 0 318 4 0 0 16 0 13 0 55292504 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0.03
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 31 0 0 0 2 1 0 0 16 0 13 0 55292506 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1792280 CPUtime=1.87
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4800 0 0 0 185 2 0 0 17 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1792280 CPUtime=1.55
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5218 0 0 0 153 2 0 0 16 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.12
Current children cumulated vsize (KiB) 1792280

[startup+213.501 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1515872/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=1792280 CPUtime=218.92
/proc/15308/stat : 15308 (java) S 15306 15308 14916 0 -1 0 82502 0 1 0 21851 41 0 0 18 0 13 0 55292500 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 448070 71681 1333 9 0 445681 0
[pid=15308/tid=15310] ppid=15306 vsize=1792280 CPUtime=208.99
/proc/15308/task/15310/stat : 15310 (java) R 15306 15308 14916 0 -1 64 40301 0 1 0 20877 22 0 0 25 0 13 0 55292502 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15306 vsize=1792280 CPUtime=3.21
/proc/15308/task/15311/stat : 15311 (java) S 15306 15308 14916 0 -1 64 16795 0 0 0 313 8 0 0 16 0 13 0 55292504 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15306 vsize=1792280 CPUtime=3.22
/proc/15308/task/15312/stat : 15312 (java) S 15306 15308 14916 0 -1 64 14635 0 0 0 318 4 0 0 16 0 13 0 55292504 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15313] ppid=15306 vsize=1792280 CPUtime=0.03
/proc/15308/task/15313/stat : 15313 (java) S 15306 15308 14916 0 -1 64 31 0 0 0 2 1 0 0 16 0 13 0 55292506 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15314] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15314/stat : 15314 (java) S 15306 15308 14916 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15315] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15306 15308 14916 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55292506 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15316] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15306 15308 14916 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15317] ppid=15306 vsize=1792280 CPUtime=1.87
/proc/15308/task/15317/stat : 15317 (java) S 15306 15308 14916 0 -1 64 4800 0 0 0 185 2 0 0 17 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15308/tid=15318] ppid=15306 vsize=1792280 CPUtime=1.55
/proc/15308/task/15318/stat : 15318 (java) S 15306 15308 14916 0 -1 64 5218 0 0 0 153 2 0 0 16 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15319] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15319/stat : 15319 (java) S 15306 15308 14916 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15320] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15320/stat : 15320 (java) S 15306 15308 14916 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 55292510 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15308/tid=15321] ppid=15306 vsize=1792280 CPUtime=0
/proc/15308/task/15321/stat : 15321 (java) S 15306 15308 14916 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 55292621 1835294720 71681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.92
Current children cumulated vsize (KiB) 1792280

[startup+213.702 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 15321
/proc/meminfo: memFree=1515872/2055920 swapFree=4157972/4192956
[pid=15308] ppid=15306 vsize=0 CPUtime=219.08
/proc/15308/stat : 15308 (java) Z 15306 15308 14916 0 -1 1036 82513 0 1 0 21866 42 0 0 16 0 2 0 55292500 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 219.08
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 213.74
CPU time (s): 219.129
CPU user time (s): 218.665
CPU system time (s): 0.463929
CPU usage (%): 102.521
Max. virtual memory (cumulated for all children) (KiB): 1795916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.665
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82513
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= 6223
involuntary context switches= 2019

runsolver used 0.230964 second user time and 0.58691 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Thu Apr 19 17:41:11 UTC 2007

IDJOB= 361884
IDBENCH= 1480
IDSOLVER= 164
FILE ID= node47/361884-1177004471

PBS_JOBID= 4630509

Free space on /tmp= 66424 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag8.ucl.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361884-1177004471/sat4jPseudoCPClause.jar /tmp/evaluation/361884-1177004471/instance-361884-1177004471.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-361884-1177004471 -o ROOT/results/node47/solver-361884-1177004471 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361884-1177004471/sat4jPseudoCPClause.jar /tmp/evaluation/361884-1177004471/instance-361884-1177004471.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ec41e051a85a6b1d97ef15d7e169228d

RANDOM SEED= 635849317

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.221
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.221
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:       1799896 kB
Buffers:         34468 kB
Cached:         153220 kB
SwapCached:       3256 kB
Active:          36740 kB
Inactive:       174124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799896 kB
SwapTotal:     4192956 kB
SwapFree:      4157972 kB
Dirty:            3856 kB
Writeback:           0 kB
Mapped:          30148 kB
Slab:            30736 kB
Committed_AS:  2602652 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB

End job on node47 on Thu Apr 19 17:44:45 UTC 2007