Trace number 361516

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
sat4jPseudoCP 2007-03-23UNSAT 535.059 523.212

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM6d44efaff34237725f88a3d0685c8f91
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 benchmark12.2211
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
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 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/361516-1176983582/instance-361516-1176983582.opb
0.20/0.20	c reading problem ... 
2.90/2.33	c ... done. Wall clock time 2.123s.
2.90/2.33	c CPU time (experimental) 1.8s.
2.90/2.33	c #vars     20605
2.90/2.33	c #constraints  59850
534.99/523.10	c starts		: 2
534.99/523.10	c conflicts		: 34882
534.99/523.10	c decisions		: 64607
534.99/523.10	c propagations		: 34557371
534.99/523.10	c inspects		: 245873356
534.99/523.10	c learnt literals	: 1
534.99/523.10	c learnt binary clauses	: 63
534.99/523.10	c learnt ternary clauses	: 158
534.99/523.10	c learnt clauses	: 34880
534.99/523.10	c root simplifications	: 0
534.99/523.10	c removed literals (reason simplification)	: 0
534.99/523.10	c reason swapping (by a shorter reason)	: 0
534.99/523.10	c Calls to reduceDB	: 0
534.99/523.10	c speed (decisions/second)	: 124.06743467481915
534.99/523.10	c non guided choices	408
534.99/523.10	s UNSATISFIABLE
534.99/523.10	c Total wall clock time (ms): 522.902

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/node11/watcher-361516-1176983582 -o ROOT/results/node11/solver-361516-1176983582 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361516-1176983582/sat4jPseudoCP.jar /tmp/evaluation/361516-1176983582/instance-361516-1176983582.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: 1.03 1.06 1.00 2/77 12194
/proc/meminfo: memFree=1332416/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=18568 CPUtime=0
/proc/12194/stat : 12194 (runsolver) R 12192 12194 12067 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 139407150 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12194/statm: 4642 292 257 24 0 2626 0

[startup+0.09772 s]
/proc/loadavg: 1.03 1.06 1.00 2/77 12194
/proc/meminfo: memFree=1332416/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1780040 CPUtime=0.08
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 3907 0 1 0 5 3 0 0 18 0 12 0 139407150 1822760960 3648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 445010 3648 1099 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780040

[startup+0.101724 s]
/proc/loadavg: 1.03 1.06 1.00 2/77 12194
/proc/meminfo: memFree=1332416/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1780108 CPUtime=0.08
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 3966 0 1 0 5 3 0 0 18 0 12 0 139407150 1822830592 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301746 s]
/proc/loadavg: 1.03 1.06 1.00 2/77 12194
/proc/meminfo: memFree=1332416/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1782444 CPUtime=0.31
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 5319 0 1 0 27 4 0 0 18 0 12 0 139407150 1825222656 5057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 445611 5057 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701794 s]
/proc/loadavg: 1.03 1.06 1.00 2/77 12194
/proc/meminfo: memFree=1332416/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1783488 CPUtime=0.88
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 6937 0 1 0 83 5 0 0 18 0 12 0 139407150 1826291712 6407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 445872 6407 1301 9 0 443484 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783488

[startup+1.50288 s]
/proc/loadavg: 1.03 1.06 1.00 3/89 12206
/proc/meminfo: memFree=1305312/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1786308 CPUtime=2.04
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 17691 0 1 0 193 11 0 0 18 0 12 0 139407150 1829179392 15933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 446577 15934 1301 9 0 444189 0
[pid=12194/tid=12196] ppid=12192 vsize=1786308 CPUtime=1
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 13980 0 1 0 91 9 0 0 19 0 12 0 139407152 1829179392 15935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109568408 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 139407153 1829179392 15936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 139407153 1829179392 15937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 139407155 1829179392 15938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 139407156 1829179392 15939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 139407156 1829179392 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 139407160 1829179392 15941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1786308 CPUtime=0.53
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 1992 0 0 0 53 0 0 0 17 0 12 0 139407160 1829179392 15942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1786308 CPUtime=0.48
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 1001 0 0 0 48 0 0 0 16 0 12 0 139407160 1829179392 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 139407160 1829179392 15945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1786308 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 139407160 1829179392 15946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1786308

[startup+3.10208 s]
/proc/loadavg: 1.03 1.06 1.00 2/89 12206
/proc/meminfo: memFree=1209824/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1787096 CPUtime=4.28
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 43001 0 1 0 404 24 0 0 18 0 13 0 139407150 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 446774 39059 1313 9 0 444386 0
[pid=12194/tid=12196] ppid=12192 vsize=1787096 CPUtime=2.22
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 36857 0 1 0 201 21 0 0 18 0 13 0 139407152 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 139407153 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 139407153 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 139407155 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 139407156 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 139407156 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1787096 CPUtime=1.09
/proc/12194/task/12203/stat : 12203 (java) R 12192 12194 12067 0 -1 64 4391 0 0 0 107 2 0 0 17 0 13 0 139407160 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103334366 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1787096 CPUtime=0.95
/proc/12194/task/12204/stat : 12204 (java) R 12192 12194 12067 0 -1 64 1030 0 0 0 95 0 0 0 17 0 13 0 139407160 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103316117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1787096 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1829986304 39059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1787096

[startup+6.30145 s]
/proc/loadavg: 1.02 1.06 1.00 2/90 12207
/proc/meminfo: memFree=1151448/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1793900 CPUtime=9.04
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 58036 0 1 0 873 31 0 0 18 0 13 0 139407150 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 448475 47330 1325 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=4.69
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 37755 0 1 0 448 21 0 0 19 0 13 0 139407152 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=0.16
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 2820 0 0 0 16 0 0 0 16 0 13 0 139407153 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=0.17
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 2993 0 0 0 16 1 0 0 16 0 13 0 139407153 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 139407155 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1793900 CPUtime=2.27
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 10440 0 0 0 223 4 0 0 18 0 13 0 139407160 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1793900 CPUtime=1.7
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 3292 0 0 0 168 2 0 0 18 0 13 0 139407160 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12207] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12207/stat : 12207 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 139407387 1836953600 47330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 1793900

[startup+12.7022 s]
/proc/loadavg: 1.02 1.06 1.00 2/90 12207
/proc/meminfo: memFree=1121752/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1793900 CPUtime=15.81
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 65528 0 1 0 1546 35 0 0 18 0 13 0 139407150 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 448475 53731 1332 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=10.73
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 37761 0 1 0 1052 21 0 0 24 0 13 0 139407152 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942093 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=0.5
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 6245 0 0 0 48 2 0 0 16 0 13 0 139407153 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=0.5
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 7031 0 0 0 47 3 0 0 17 0 13 0 139407153 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 139407155 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1793900 CPUtime=2.29
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 10446 0 0 0 225 4 0 0 16 0 13 0 139407160 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1793900 CPUtime=1.74
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 3298 0 0 0 172 2 0 0 17 0 13 0 139407160 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12207] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12207/stat : 12207 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 139407387 1836953600 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 1793900

[startup+25.5027 s]
/proc/loadavg: 1.02 1.05 1.00 2/90 12207
/proc/meminfo: memFree=1105944/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1793900 CPUtime=28.88
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 70668 0 1 0 2851 37 0 0 18 0 13 0 139407150 1836953600 57907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 448475 57907 1334 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=23.28
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 37774 0 1 0 2307 21 0 0 25 0 13 0 139407152 1836953600 57907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506918 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=0.72
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 9171 0 0 0 69 3 0 0 16 0 13 0 139407153 1836953600 57907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=0.72
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 9229 0 0 0 68 4 0 0 16 0 13 0 139407153 1836953600 57907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0.01
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 26 0 0 0 1 0 0 0 16 0 13 0 139407155 1836953600 57907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 57907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/12194/statm: 448475 88408 1334 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=393.35
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 38074 0 1 0 39310 25 0 0 18 0 13 0 139407152 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109907877 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=7.13
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 27572 0 0 0 702 11 0 0 17 0 13 0 139407153 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=7.16
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 24984 0 0 0 704 12 0 0 16 0 13 0 139407153 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0.07
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 31 0 0 0 5 2 0 0 15 0 13 0 139407155 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1793900 CPUtime=2.37
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 10448 0 0 0 233 4 0 0 16 0 13 0 139407160 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1793900 CPUtime=1.78
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 3299 0 0 0 176 2 0 0 16 0 13 0 139407160 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12207] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12207/stat : 12207 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 139407387 1836953600 88408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 411.92
Current children cumulated vsize (KiB) 1793900

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12207
/proc/meminfo: memFree=975960/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1793900 CPUtime=473.04
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 106988 0 1 0 47241 63 0 0 18 0 13 0 139407150 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 448475 90099 1334 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=452.19
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 38108 0 1 0 45193 26 0 0 25 0 13 0 139407152 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110018278 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=8.26
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 28114 0 0 0 814 12 0 0 16 0 13 0 139407153 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=8.3
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 26266 0 0 0 817 13 0 0 16 0 13 0 139407153 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0.08
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 31 0 0 0 5 3 0 0 16 0 13 0 139407155 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1793900 CPUtime=2.37
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 10448 0 0 0 233 4 0 0 16 0 13 0 139407160 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1793900 CPUtime=1.78
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 3299 0 0 0 176 2 0 0 16 0 13 0 139407160 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12207] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12207/stat : 12207 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 139407387 1836953600 90099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 473.04
Current children cumulated vsize (KiB) 1793900

[startup+522.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/96 12379
/proc/meminfo: memFree=964304/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1793900 CPUtime=534.19
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 109846 0 1 0 53354 65 0 0 18 0 13 0 139407150 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 448475 92618 1334 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=510.86
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 38148 0 1 0 51060 26 0 0 18 0 13 0 139407152 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109907536 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=9.5
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 29296 0 0 0 938 12 0 0 17 0 13 0 139407153 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=9.53
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 27902 0 0 0 939 14 0 0 16 0 13 0 139407153 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0.09
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 31 0 0 0 6 3 0 0 16 0 13 0 139407155 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1793900 CPUtime=2.37
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 10448 0 0 0 233 4 0 0 16 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1793900 CPUtime=1.78
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 3299 0 0 0 176 2 0 0 16 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12207] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12207/stat : 12207 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 139407387 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 534.19
Current children cumulated vsize (KiB) 1793900

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

[startup+522.702 s]
/proc/loadavg: 1.05 1.02 1.00 2/96 12379
/proc/meminfo: memFree=964240/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1793900 CPUtime=534.59
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 109846 0 1 0 53394 65 0 0 18 0 13 0 139407150 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 448475 92618 1334 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=511.26
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 38148 0 1 0 51100 26 0 0 21 0 13 0 139407152 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970319 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=9.5
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 29296 0 0 0 938 12 0 0 17 0 13 0 139407153 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=9.53
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 27902 0 0 0 939 14 0 0 16 0 13 0 139407153 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0.09
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 31 0 0 0 6 3 0 0 16 0 13 0 139407155 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1793900 CPUtime=2.37
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 10448 0 0 0 233 4 0 0 16 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1793900 CPUtime=1.78
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 3299 0 0 0 176 2 0 0 16 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12207] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12207/stat : 12207 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 139407387 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 534.59
Current children cumulated vsize (KiB) 1793900

[startup+523.102 s]
/proc/loadavg: 1.05 1.02 1.00 2/96 12379
/proc/meminfo: memFree=964240/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=1793900 CPUtime=534.99
/proc/12194/stat : 12194 (java) S 12192 12194 12067 0 -1 0 109846 0 1 0 53434 65 0 0 18 0 13 0 139407150 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 448475 92618 1334 9 0 446087 0
[pid=12194/tid=12196] ppid=12192 vsize=1793900 CPUtime=511.66
/proc/12194/task/12196/stat : 12196 (java) R 12192 12194 12067 0 -1 64 38148 0 1 0 51140 26 0 0 25 0 13 0 139407152 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109941826 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=1793900 CPUtime=9.5
/proc/12194/task/12197/stat : 12197 (java) S 12192 12194 12067 0 -1 64 29296 0 0 0 938 12 0 0 17 0 13 0 139407153 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=1793900 CPUtime=9.53
/proc/12194/task/12198/stat : 12198 (java) S 12192 12194 12067 0 -1 64 27902 0 0 0 939 14 0 0 16 0 13 0 139407153 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12199] ppid=12192 vsize=1793900 CPUtime=0.09
/proc/12194/task/12199/stat : 12199 (java) S 12192 12194 12067 0 -1 64 31 0 0 0 6 3 0 0 16 0 13 0 139407155 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12200] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12194 12067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12201] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12201/stat : 12201 (java) S 12192 12194 12067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139407156 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12202] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12203] ppid=12192 vsize=1793900 CPUtime=2.37
/proc/12194/task/12203/stat : 12203 (java) S 12192 12194 12067 0 -1 64 10448 0 0 0 233 4 0 0 16 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12204] ppid=12192 vsize=1793900 CPUtime=1.78
/proc/12194/task/12204/stat : 12204 (java) S 12192 12194 12067 0 -1 64 3299 0 0 0 176 2 0 0 16 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12205] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12205/stat : 12205 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12206] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12206/stat : 12206 (java) S 12192 12194 12067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139407160 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12194/tid=12207] ppid=12192 vsize=1793900 CPUtime=0
/proc/12194/task/12207/stat : 12207 (java) S 12192 12194 12067 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 139407387 1836953600 92618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 534.99
Current children cumulated vsize (KiB) 1793900

[startup+523.203 s]
/proc/loadavg: 1.05 1.02 1.00 2/96 12379
/proc/meminfo: memFree=964240/2055920 swapFree=4139248/4192956
[pid=12194] ppid=12192 vsize=0 CPUtime=535.04
/proc/12194/stat : 12194 (java) Z 12192 12194 12067 0 -1 1036 109857 0 1 0 53435 69 0 0 16 0 2 0 139407150 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 535.04
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 523.212
CPU time (s): 535.059
CPU user time (s): 534.352
CPU system time (s): 0.706892
CPU usage (%): 102.264
Max. virtual memory (cumulated for all children) (KiB): 1794672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.352
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109857
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= 14159
involuntary context switches= 18141

runsolver used 0.535918 second user time and 1.43578 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Thu Apr 19 11:53:02 UTC 2007

IDJOB= 361516
IDBENCH= 1450
IDSOLVER= 160
FILE ID= node11/361516-1176983582

PBS_JOBID= 4630412

Free space on /tmp= 66252 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6d44efaff34237725f88a3d0685c8f91

RANDOM SEED= 801666277

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1332888 kB
Buffers:         44952 kB
Cached:         578300 kB
SwapCached:      22272 kB
Active:         155704 kB
Inactive:       502488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332888 kB
SwapTotal:     4192956 kB
SwapFree:      4139248 kB
Dirty:            5368 kB
Writeback:           0 kB
Mapped:          30620 kB
Slab:            50312 kB
Committed_AS:  6175224 kB
PageTables:       1848 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= 66252 MiB

End job on node11 on Thu Apr 19 12:01:46 UTC 2007