Trace number 419695

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 64.5542 60.4552

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11817.opb
MD5SUMc4757f3b7c08cdbf41227be06f73191e
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.7269
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables240300
Total number of constraints691064
Number of constraints which are clauses691064
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.29	c no version file found!!!
0.09/0.29	c sun.arch.data.model	32
0.09/0.29	c java.version	1.6.0
0.09/0.29	c os.name	Linux
0.09/0.29	c os.version	2.6.9-22.EL.rootsmp
0.09/0.29	c os.arch	i386
0.09/0.29	c Free memory 1651659224
0.09/0.29	c Max memory 1654456320
0.09/0.29	c Total memory 1654456320
0.09/0.29	c Number of processors 2
0.14/0.34	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.34	--- Begin Solver configuration ---
0.14/0.34	c Stops conflict analysis at the first Unique Implication Point
0.14/0.34	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.34	c Learn all clauses as in MiniSAT
0.14/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.34	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.34	c No reason simplification
0.14/0.34	c --- End Solver configuration ---
0.14/0.34	c solving /tmp/evaluation/419695-1177411679/instance-419695-1177411679.opb
0.14/0.34	c reading problem ... 
16.08/13.48	c ... done. Wall clock time 13.136s.
16.08/13.48	c CPU time (experimental) 10.58s.
16.08/13.48	c #vars     240300
16.08/13.48	c #constraints  662515
64.41/60.38	c starts		: 2
64.41/60.38	c conflicts		: 8843
64.41/60.38	c decisions		: 181145
64.41/60.38	c propagations		: 41141769
64.41/60.38	c inspects		: 99842100
64.41/60.38	c learnt literals	: 14
64.41/60.38	c learnt binary clauses	: 390
64.41/60.38	c learnt ternary clauses	: 1965
64.41/60.38	c learnt clauses	: 8828
64.41/60.38	c root simplifications	: 0
64.41/60.38	c removed literals (reason simplification)	: 0
64.41/60.38	c reason swapping (by a shorter reason)	: 0
64.41/60.38	c Calls to reduceDB	: 0
64.41/60.38	c speed (decisions/second)	: 3867.066584121427
64.41/60.38	c non guided choices	56874
64.41/60.38	s UNSATISFIABLE
64.41/60.38	c Total wall clock time (ms): 60.042

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-419695-1177411679 -o ROOT/results/node23/solver-419695-1177411679 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419695-1177411679/sat4jPseudoCP.jar /tmp/evaluation/419695-1177411679/instance-419695-1177411679.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.70 0.92 0.97 2/77 27906
/proc/meminfo: memFree=1903048/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=308 CPUtime=0
/proc/27906/stat : 27906 (java) R 27904 27906 27791 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 189085186 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2495268 0 0 4096 0 0 0 0 17 1 0 0
/proc/27906/statm: 77 39 29 9 0 6 0

[startup+0.0556159 s]
/proc/loadavg: 0.70 0.92 0.97 2/77 27906
/proc/meminfo: memFree=1903048/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1778140 CPUtime=0.04
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 3552 0 1 0 2 2 0 0 18 0 7 0 189085186 1820815360 3298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 444535 3298 1053 9 0 442171 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1778140

[startup+0.101622 s]
/proc/loadavg: 0.70 0.92 0.97 2/77 27906
/proc/meminfo: memFree=1903048/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1778140 CPUtime=0.06
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 3813 0 1 0 4 2 0 0 18 0 7 0 189085186 1820815360 3557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 444535 3557 1090 9 0 442171 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778140

[startup+0.301663 s]
/proc/loadavg: 0.70 0.92 0.97 2/77 27906
/proc/meminfo: memFree=1903048/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1780432 CPUtime=0.14
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 4473 0 1 0 11 3 0 0 18 0 12 0 189085186 1823162368 4213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 445108 4213 1233 9 0 442720 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780432

[startup+0.701742 s]
/proc/loadavg: 0.70 0.92 0.97 2/77 27906
/proc/meminfo: memFree=1903048/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1782652 CPUtime=0.67
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 8331 0 1 0 62 5 0 0 18 0 12 0 189085186 1825435648 7900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 445663 7900 1292 9 0 443275 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 1782652

[startup+1.5029 s]
/proc/loadavg: 0.70 0.92 0.97 4/89 27918
/proc/meminfo: memFree=1869864/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1784852 CPUtime=1.9
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 15888 0 1 0 181 9 0 0 18 0 12 0 189085186 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 446213 13785 1302 9 0 443825 0
[pid=27906/tid=27908] ppid=27904 vsize=1784852 CPUtime=0.91
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 11955 0 1 0 84 7 0 0 18 0 12 0 189085187 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589964 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 189085189 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 189085189 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 189085191 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 189085191 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 189085191 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189085204 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1784852 CPUtime=0.48
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 1411 0 0 0 48 0 0 0 17 0 12 0 189085205 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1784852 CPUtime=0.47
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 1804 0 0 0 47 0 0 0 16 0 12 0 189085205 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 189085205 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1784852 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189085205 1827688448 13785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1784852

[startup+3.1022 s]
/proc/loadavg: 0.70 0.92 0.97 2/89 27918
/proc/meminfo: memFree=1794984/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1785660 CPUtime=3.66
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 46148 0 1 0 341 25 0 0 18 0 12 0 189085186 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 446415 43913 1311 9 0 444027 0
[pid=27906/tid=27908] ppid=27904 vsize=1785660 CPUtime=2.34
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37669 0 1 0 215 19 0 0 18 0 12 0 189085187 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619807 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1785660 CPUtime=0.12
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 2538 0 0 0 11 1 0 0 18 0 12 0 189085189 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1785660 CPUtime=0.11
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 1998 0 0 0 10 1 0 0 16 0 12 0 189085189 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1785660 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 189085191 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1785660 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189085191 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1785660 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189085191 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1785660 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189085204 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1785660 CPUtime=0.53
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 1414 0 0 0 53 0 0 0 16 0 12 0 189085205 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1785660 CPUtime=0.5
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 1806 0 0 0 50 0 0 0 16 0 12 0 189085205 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1785660 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 189085205 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1785660 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189085205 1828515840 43913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1785660

[startup+6.30282 s]
/proc/loadavg: 0.72 0.92 0.97 2/89 27918
/proc/meminfo: memFree=1693928/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1786780 CPUtime=7.46
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 58381 0 1 0 715 31 0 0 18 0 12 0 189085186 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 446695 55292 1312 9 0 444307 0
[pid=27906/tid=27908] ppid=27904 vsize=1786780 CPUtime=4.95
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37673 0 1 0 475 20 0 0 17 0 12 0 189085187 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518708 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1786780 CPUtime=0.7
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 7520 0 0 0 67 3 0 0 18 0 12 0 189085189 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1786780 CPUtime=0.7
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 9242 0 0 0 66 4 0 0 18 0 12 0 189085189 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1786780 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 189085191 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1786780 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189085191 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1786780 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189085191 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1786780 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189085204 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1786780 CPUtime=0.55
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 1415 0 0 0 55 0 0 0 17 0 12 0 189085205 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1786780 CPUtime=0.5
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 1806 0 0 0 50 0 0 0 16 0 12 0 189085205 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1786780 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 189085205 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1786780 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189085205 1829662720 55292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1786780

[startup+12.7021 s]
/proc/loadavg: 0.74 0.92 0.97 3/89 27918
/proc/meminfo: memFree=1640104/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1789980 CPUtime=15.22
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 73706 0 1 0 1484 38 0 0 18 0 12 0 189085186 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 447495 67469 1312 9 0 445107 0
[pid=27906/tid=27908] ppid=27904 vsize=1789980 CPUtime=9.96
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37679 0 1 0 975 21 0 0 21 0 12 0 189085187 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109618290 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1789980 CPUtime=2.07
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 13965 0 0 0 202 5 0 0 16 0 12 0 189085189 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1789980 CPUtime=2.08
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 18115 0 0 0 200 8 0 0 16 0 12 0 189085189 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1789980 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 189085191 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1789980 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189085191 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1789980 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189085191 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1789980 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189085204 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1789980 CPUtime=0.55
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 1415 0 0 0 55 0 0 0 16 0 12 0 189085205 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1789980 CPUtime=0.5
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 1806 0 0 0 50 0 0 0 16 0 12 0 189085205 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1789980 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 189085205 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1789980 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189085205 1832939520 67469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 1789980

[startup+25.5015 s]
/proc/loadavg: 0.80 0.93 0.97 2/90 27919
/proc/meminfo: memFree=1605408/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1795868 CPUtime=29.3
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 85098 0 1 0 2886 44 0 0 18 0 13 0 189085186 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 448967 75525 1327 9 0 446579 0
[pid=27906/tid=27908] ppid=27904 vsize=1795868 CPUtime=22.02
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37727 0 1 0 2180 22 0 0 25 0 13 0 189085187 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782498 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1795868 CPUtime=2.48
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 16872 0 0 0 241 7 0 0 17 0 13 0 189085189 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1795868 CPUtime=2.48
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 22717 0 0 0 238 10 0 0 16 0 13 0 189085189 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1795868 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189085191 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1795868 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189085191 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1795868 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189085191 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1795868 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 189085204 1838968832 75525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 189085205 1837920256 72968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189085205 1837920256 72968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27919] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27919/stat : 27919 (java) S 27904 27906 27791 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 189086545 1837920256 72968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.33
Current children cumulated vsize (KiB) 1794844

[startup+57.5027 s]
/proc/loadavg: 0.88 0.93 0.97 2/90 27919
/proc/meminfo: memFree=1615392/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1794844 CPUtime=61.57
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 85509 0 1 0 6112 45 0 0 18 0 13 0 189085186 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 448711 73004 1328 9 0 446323 0
[pid=27906/tid=27908] ppid=27904 vsize=1794844 CPUtime=53.63
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37745 0 1 0 5341 22 0 0 25 0 13 0 189085187 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839533 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1794844 CPUtime=2.8
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 17007 0 0 0 273 7 0 0 16 0 13 0 189085189 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1794844 CPUtime=2.79
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 22962 0 0 0 269 10 0 0 16 0 13 0 189085189 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 189085204 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1794844 CPUtime=1.27
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 4760 0 0 0 126 1 0 0 16 0 13 0 189085205 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1794844 CPUtime=1.02
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 2293 0 0 0 101 1 0 0 17 0 13 0 189085205 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 189085205 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189085205 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27919] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27919/stat : 27919 (java) S 27904 27906 27791 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 189086545 1837920256 73004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.57
Current children cumulated vsize (KiB) 1794844

[startup+59.101 s]
/proc/loadavg: 0.89 0.93 0.97 2/90 27919
/proc/meminfo: memFree=1615392/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1794844 CPUtime=63.19
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 85518 0 1 0 6274 45 0 0 18 0 13 0 189085186 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 448711 73011 1328 9 0 446323 0
[pid=27906/tid=27908] ppid=27904 vsize=1794844 CPUtime=55.21
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37746 0 1 0 5499 22 0 0 25 0 13 0 189085187 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1794844 CPUtime=2.82
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 17012 0 0 0 275 7 0 0 16 0 13 0 189085189 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1794844 CPUtime=2.8
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 22964 0 0 0 270 10 0 0 16 0 13 0 189085189 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 189085204 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1794844 CPUtime=1.27
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 4760 0 0 0 126 1 0 0 16 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1794844 CPUtime=1.02
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 2293 0 0 0 101 1 0 0 17 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27919] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27919/stat : 27919 (java) S 27904 27906 27791 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 189086545 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 1794844

[startup+59.9012 s]
/proc/loadavg: 0.89 0.93 0.97 2/90 27919
/proc/meminfo: memFree=1615392/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1794844 CPUtime=63.99
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 85518 0 1 0 6354 45 0 0 18 0 13 0 189085186 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 448711 73011 1328 9 0 446323 0
[pid=27906/tid=27908] ppid=27904 vsize=1794844 CPUtime=56.01
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37746 0 1 0 5579 22 0 0 25 0 13 0 189085187 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109853690 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1794844 CPUtime=2.82
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 17012 0 0 0 275 7 0 0 16 0 13 0 189085189 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1794844 CPUtime=2.8
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 22964 0 0 0 270 10 0 0 16 0 13 0 189085189 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 189085204 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1794844 CPUtime=1.27
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 4760 0 0 0 126 1 0 0 16 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1794844 CPUtime=1.02
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 2293 0 0 0 101 1 0 0 17 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189085205 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27919] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27919/stat : 27919 (java) S 27904 27906 27791 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 189086545 1837920256 73011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.99
Current children cumulated vsize (KiB) 1794844

[startup+60.3013 s]
/proc/loadavg: 0.89 0.93 0.97 2/90 27919
/proc/meminfo: memFree=1615392/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1794844 CPUtime=64.41
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 85527 0 1 0 6396 45 0 0 18 0 13 0 189085186 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 448711 73018 1328 9 0 446323 0
[pid=27906/tid=27908] ppid=27904 vsize=1794844 CPUtime=56.38
/proc/27906/task/27908/stat : 27908 (java) R 27904 27906 27791 0 -1 64 37747 0 1 0 5616 22 0 0 25 0 13 0 189085187 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810373 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1794844 CPUtime=2.84
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 17019 0 0 0 277 7 0 0 16 0 13 0 189085189 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1794844 CPUtime=2.83
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 22965 0 0 0 273 10 0 0 16 0 13 0 189085189 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 189085191 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189085191 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 189085204 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1794844 CPUtime=1.27
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 4760 0 0 0 126 1 0 0 16 0 13 0 189085205 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1794844 CPUtime=1.02
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 2293 0 0 0 101 1 0 0 17 0 13 0 189085205 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 189085205 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189085205 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27919] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27919/stat : 27919 (java) S 27904 27906 27791 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 189086545 1837920256 73018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.41
Current children cumulated vsize (KiB) 1794844

[startup+60.4013 s]
/proc/loadavg: 0.89 0.93 0.97 1/89 27920
/proc/meminfo: memFree=1615392/2055920 swapFree=4169168/4192956
[pid=27906] ppid=27904 vsize=1794844 CPUtime=64.5
/proc/27906/stat : 27906 (java) S 27904 27906 27791 0 -1 0 85534 0 1 0 6405 45 0 0 18 0 12 0 189085186 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27906/statm: 448711 73024 1329 9 0 446323 0
[pid=27906/tid=27908] ppid=27904 vsize=1794844 CPUtime=56.47
/proc/27906/task/27908/stat : 27908 (java) S 27904 27906 27791 0 -1 64 37752 0 1 0 5625 22 0 0 17 0 12 0 189085187 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27909] ppid=27904 vsize=1794844 CPUtime=2.84
/proc/27906/task/27909/stat : 27909 (java) S 27904 27906 27791 0 -1 64 17019 0 0 0 277 7 0 0 16 0 12 0 189085189 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27910] ppid=27904 vsize=1794844 CPUtime=2.83
/proc/27906/task/27910/stat : 27910 (java) S 27904 27906 27791 0 -1 64 22965 0 0 0 273 10 0 0 16 0 12 0 189085189 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27911] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27911/stat : 27911 (java) S 27904 27906 27791 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 189085191 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27912] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27912/stat : 27912 (java) S 27904 27906 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189085191 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27913] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27913/stat : 27913 (java) S 27904 27906 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189085191 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27914] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27914/stat : 27914 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189085204 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27915] ppid=27904 vsize=1794844 CPUtime=1.27
/proc/27906/task/27915/stat : 27915 (java) S 27904 27906 27791 0 -1 64 4760 0 0 0 126 1 0 0 16 0 12 0 189085205 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27916] ppid=27904 vsize=1794844 CPUtime=1.02
/proc/27906/task/27916/stat : 27916 (java) S 27904 27906 27791 0 -1 64 2293 0 0 0 101 1 0 0 17 0 12 0 189085205 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27906/tid=27917] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27917/stat : 27917 (java) S 27904 27906 27791 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 189085205 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27906/tid=27918] ppid=27904 vsize=1794844 CPUtime=0
/proc/27906/task/27918/stat : 27918 (java) S 27904 27906 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189085205 1837920256 73024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.5
Current children cumulated vsize (KiB) 1794844

Child status: 20
Real time (s): 60.4552
CPU time (s): 64.5542
CPU user time (s): 64.0513
CPU system time (s): 0.502923
CPU usage (%): 106.78
Max. virtual memory (cumulated for all children) (KiB): 1796528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.0513
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85538
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= 2238
involuntary context switches= 1258

runsolver used 0.050992 second user time and 0.186971 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Apr 24 10:48:01 UTC 2007

IDJOB= 419695
IDBENCH= 47792
IDSOLVER= 160
FILE ID= node23/419695-1177411679

PBS_JOBID= 4675674

Free space on /tmp= 66429 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc11817.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419695-1177411679/sat4jPseudoCP.jar /tmp/evaluation/419695-1177411679/instance-419695-1177411679.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-419695-1177411679 -o ROOT/results/node23/solver-419695-1177411679 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419695-1177411679/sat4jPseudoCP.jar /tmp/evaluation/419695-1177411679/instance-419695-1177411679.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c4757f3b7c08cdbf41227be06f73191e

RANDOM SEED= 450085742

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1903456 kB
Buffers:          7072 kB
Cached:          67776 kB
SwapCached:       3080 kB
Active:          71964 kB
Inactive:        26196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903456 kB
SwapTotal:     4192956 kB
SwapFree:      4169168 kB
Dirty:           27172 kB
Writeback:           0 kB
Mapped:          30416 kB
Slab:            39824 kB
Committed_AS:  2821260 kB
PageTables:       1796 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= 66429 MiB

End job on node23 on Tue Apr 24 10:49:01 UTC 2007