Trace number 349812

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.81 1798.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-81-80.opb
MD5SUM602db8a4b5456d6ce4573c7850dec197
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints259281
Number of constraints which are clauses259281
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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	--- 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=1.5 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/349812-1176715870/instance-349812-1176715870.opb
0.20/0.20	c reading problem ... 
5.51/4.68	c ... done. Wall clock time 4.475s.
5.51/4.68	c CPU time (experimental) 3.92s.
5.51/4.68	c #vars     6480
5.51/4.68	c #constraints  259281
1800.47/1798.70	c starts		: 18
1800.47/1798.70	c conflicts		: 202088
1800.47/1798.70	c decisions		: 227254
1800.47/1798.70	c propagations		: 15896428
1800.47/1798.70	c inspects		: 1298419411
1800.47/1798.70	c learnt literals	: 0
1800.47/1798.70	c learnt binary clauses	: 0
1800.47/1798.70	c learnt ternary clauses	: 0
1800.47/1798.70	c learnt clauses	: 202088
1800.47/1798.70	c root simplifications	: 0
1800.47/1798.70	c removed literals (reason simplification)	: 0
1800.47/1798.70	c reason swapping (by a shorter reason)	: 0
1800.47/1798.70	c Calls to reduceDB	: 0
1800.47/1798.70	c speed (decisions/second)	: 126.6739761884987
1800.47/1798.70	c non guided choices	3162
1800.47/1798.70	s UNKNOWN
1800.47/1798.70	c Total wall clock time (ms): 1798.495

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/node41/watcher-349812-1176715870 -o ROOT/results/node41/solver-349812-1176715870 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349812-1176715870/sat4jPseudoResolution.jar /tmp/evaluation/349812-1176715870/instance-349812-1176715870.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.00 1.00 1.00 2/64 26325
/proc/meminfo: memFree=1848928/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=152 CPUtime=0
/proc/26325/stat : 26325 (java) D 26323 26325 25476 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 119498860 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 1962788 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26325/statm: 38 26 19 9 0 4 0

[startup+0.026856 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26325
/proc/meminfo: memFree=1848928/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1772952 CPUtime=0.01
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 1966 0 1 0 0 1 0 0 18 0 2 0 119498860 1815502848 1715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 443238 1727 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101851 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26325
/proc/meminfo: memFree=1848928/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1780108 CPUtime=0.08
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 119498860 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301872 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26325
/proc/meminfo: memFree=1848928/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1782044 CPUtime=0.3
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 5185 0 1 0 27 3 0 0 18 0 12 0 119498860 1824813056 4923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 445511 4923 1264 9 0 443123 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782044

[startup+0.70191 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26325
/proc/meminfo: memFree=1848928/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1785892 CPUtime=0.98
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 8331 0 1 0 94 4 0 0 18 0 12 0 119498860 1828753408 7147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 446473 7147 1308 9 0 444085 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1785892

[startup+1.50298 s]
/proc/loadavg: 1.16 1.03 1.01 3/76 26337
/proc/meminfo: memFree=1821440/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1785892 CPUtime=2.2
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 17871 0 1 0 211 9 0 0 18 0 12 0 119498860 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 446473 15050 1308 9 0 444085 0
[pid=26325/tid=26327] ppid=26323 vsize=1785892 CPUtime=0.98
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 13156 0 1 0 91 7 0 0 22 0 12 0 119498861 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 119498863 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 119498863 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 119498865 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 119498866 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 119498866 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 119498870 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1785892 CPUtime=0.65
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2684 0 0 0 64 1 0 0 16 0 12 0 119498870 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1785892 CPUtime=0.54
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 1309 0 0 0 54 0 0 0 16 0 12 0 119498870 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 119498870 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1785892 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 119498870 1828753408 15050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1785892

[startup+3.10211 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 26337
/proc/meminfo: memFree=1725888/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1786216 CPUtime=3.84
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 44164 0 1 0 362 22 0 0 18 0 12 0 119498860 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 446554 41293 1317 9 0 444166 0
[pid=26325/tid=26327] ppid=26323 vsize=1786216 CPUtime=2.51
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 37672 0 1 0 233 18 0 0 23 0 12 0 119498861 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109605580 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1786216 CPUtime=0.04
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 920 0 0 0 4 0 0 0 16 0 12 0 119498863 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1786216 CPUtime=0.04
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 854 0 0 0 4 0 0 0 17 0 12 0 119498863 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1786216 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 119498865 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1786216 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 119498866 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1786216 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 119498866 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1786216 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 119498870 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1786216 CPUtime=0.65
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2684 0 0 0 64 1 0 0 16 0 12 0 119498870 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1786216 CPUtime=0.54
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 1309 0 0 0 54 0 0 0 16 0 12 0 119498870 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1786216 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 119498870 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1786216 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 119498870 1829085184 41293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1786216

[startup+6.30239 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 26338
/proc/meminfo: memFree=1662456/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1789044 CPUtime=7.64
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 52662 0 1 0 738 26 0 0 18 0 13 0 119498860 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 447261 47661 1329 9 0 444873 0
[pid=26325/tid=26327] ppid=26323 vsize=1789044 CPUtime=5.39
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 37708 0 1 0 521 18 0 0 25 0 13 0 119498861 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109925054 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1789044 CPUtime=0.22
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 4639 0 0 0 20 2 0 0 17 0 13 0 119498863 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1789044 CPUtime=0.2
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 3322 0 0 0 19 1 0 0 16 0 13 0 119498863 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 119498865 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119498866 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119498866 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119498870 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1789044 CPUtime=0.94
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2727 0 0 0 93 1 0 0 16 0 13 0 119498870 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1789044 CPUtime=0.85
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 3532 0 0 0 84 1 0 0 16 0 13 0 119498870 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119498870 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119498870 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26338] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26338/stat : 26338 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 119499330 1831981056 47661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 1789044

[startup+12.7029 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 26338
/proc/meminfo: memFree=1662400/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1789044 CPUtime=14.08
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 52669 0 1 0 1382 26 0 0 18 0 13 0 119498860 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 447261 47667 1331 9 0 444873 0
[pid=26325/tid=26327] ppid=26323 vsize=1789044 CPUtime=11.79
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 37709 0 1 0 1161 18 0 0 25 0 13 0 119498861 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109925121 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1789044 CPUtime=0.22
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 4639 0 0 0 20 2 0 0 17 0 13 0 119498863 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1789044 CPUtime=0.2
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 3322 0 0 0 19 1 0 0 16 0 13 0 119498863 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119498865 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119498866 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119498866 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119498870 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1789044 CPUtime=0.94
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2727 0 0 0 93 1 0 0 16 0 13 0 119498870 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1789044 CPUtime=0.88
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 3538 0 0 0 87 1 0 0 16 0 13 0 119498870 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119498870 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119498870 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26338] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26338/stat : 26338 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 119499330 1831981056 47667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 1789044

[startup+25.5011 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 26338
/proc/meminfo: memFree=1662528/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1789044 CPUtime=26.89
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 52673 0 1 0 2663 26 0 0 18 0 13 0 119498860 1831981056 47669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 447261 47669 1331 9 0 444873 0
[pid=26325/tid=26327] ppid=26323 vsize=1789044 CPUtime=24.56
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 37711 0 1 0 2438 18 0 0 25 0 13 0 119498861 1831981056 47669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109924861 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1789044 CPUtime=0.22
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 4639 0 0 0 20 2 0 0 17 0 13 0 119498863 1831981056 47669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1789044 CPUtime=0.2
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 3322 0 0 0 19 1 0 0 16 0 13 0 119498863 1831981056 47669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119498865 1831981056 47669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1789044 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119498866 1831981056 47669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26325/tid=26330] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 119498865 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1792888 CPUtime=0.97
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2729 0 0 0 96 1 0 0 16 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1792888 CPUtime=0.91
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 3538 0 0 0 90 1 0 0 17 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26338] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26338/stat : 26338 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 119499330 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.08
Current children cumulated vsize (KiB) 1792888

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26609
/proc/meminfo: memFree=1129688/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1792888 CPUtime=1724.02
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 224547 0 1 0 172292 110 0 0 18 0 13 0 119498860 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 448222 161262 1331 9 0 445834 0
[pid=26325/tid=26327] ppid=26323 vsize=1792888 CPUtime=1718.39
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 37716 0 1 0 171815 24 0 0 25 0 13 0 119498861 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109925067 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1792888 CPUtime=1.84
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 84347 0 0 0 147 37 0 0 16 0 13 0 119498863 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1792888 CPUtime=1.85
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 95481 0 0 0 141 44 0 0 16 0 13 0 119498863 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 119498865 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1792888 CPUtime=0.97
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2729 0 0 0 96 1 0 0 16 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1792888 CPUtime=0.91
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 3538 0 0 0 90 1 0 0 17 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26338] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26338/stat : 26338 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 119499330 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.02
Current children cumulated vsize (KiB) 1792888

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26609
/proc/meminfo: memFree=1129496/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1792888 CPUtime=1784
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 224547 0 1 0 178289 111 0 0 18 0 13 0 119498860 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 448222 161262 1331 9 0 445834 0
[pid=26325/tid=26327] ppid=26323 vsize=1792888 CPUtime=1778.36
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 37716 0 1 0 177812 24 0 0 25 0 13 0 119498861 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922392 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1792888 CPUtime=1.84
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 84347 0 0 0 147 37 0 0 16 0 13 0 119498863 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1792888 CPUtime=1.85
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 95481 0 0 0 141 44 0 0 16 0 13 0 119498863 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 119498865 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1792888 CPUtime=0.97
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2729 0 0 0 96 1 0 0 16 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1792888 CPUtime=0.91
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 3538 0 0 0 90 1 0 0 17 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26338] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26338/stat : 26338 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 119499330 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784
Current children cumulated vsize (KiB) 1792888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 26681
/proc/meminfo: memFree=1128296/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1792888 CPUtime=1800.1
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 224547 0 1 0 179897 113 0 0 18 0 13 0 119498860 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 448222 161262 1331 9 0 445834 0
[pid=26325/tid=26327] ppid=26323 vsize=1792888 CPUtime=1794.47
/proc/26325/task/26327/stat : 26327 (java) R 26323 26325 25476 0 -1 64 37716 0 1 0 179420 27 0 0 25 0 13 0 119498861 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922392 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1792888 CPUtime=1.84
/proc/26325/task/26328/stat : 26328 (java) S 26323 26325 25476 0 -1 64 84347 0 0 0 147 37 0 0 16 0 13 0 119498863 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1792888 CPUtime=1.85
/proc/26325/task/26329/stat : 26329 (java) S 26323 26325 25476 0 -1 64 95481 0 0 0 141 44 0 0 16 0 13 0 119498863 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 119498865 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119498866 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1792888 CPUtime=0.97
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2729 0 0 0 96 1 0 0 16 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1792888 CPUtime=0.91
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 3538 0 0 0 90 1 0 0 17 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119498870 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26338] ppid=26323 vsize=1792888 CPUtime=0
/proc/26325/task/26338/stat : 26338 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 119499330 1835917312 161262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1792888

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

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

[startup+1798.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 26681
/proc/meminfo: memFree=1128296/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=1793212 CPUtime=1800.47
/proc/26325/stat : 26325 (java) S 26323 26325 25476 0 -1 0 233529 0 1 0 179929 118 0 0 16 0 14 0 119498860 1836249088 166461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26325/statm: 448303 166469 1331 9 0 445915 0
[pid=26325/tid=26327] ppid=26323 vsize=1793212 CPUtime=1794.48
/proc/26325/task/26327/stat : 26327 (java) S 26323 26325 25476 0 -1 64 37716 0 1 0 179421 27 0 0 25 0 14 0 119498861 1836249088 166474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26328] ppid=26323 vsize=1793212 CPUtime=2.02
/proc/26325/task/26328/stat : 26328 (java) R 26323 26325 25476 0 -1 64 89047 0 0 0 163 39 0 0 18 0 14 0 119498863 1836249088 166480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26329] ppid=26323 vsize=1793212 CPUtime=2.03
/proc/26325/task/26329/stat : 26329 (java) R 26323 26325 25476 0 -1 64 99771 0 0 0 157 46 0 0 18 0 14 0 119498863 1836249088 166487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26330] ppid=26323 vsize=1793212 CPUtime=0
/proc/26325/task/26330/stat : 26330 (java) S 26323 26325 25476 0 -1 64 13 0 0 0 0 0 0 0 17 0 14 0 119498865 1836249088 166493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26331] ppid=26323 vsize=1793212 CPUtime=0
/proc/26325/task/26331/stat : 26331 (java) S 26323 26325 25476 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 119498866 1836249088 166500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26332] ppid=26323 vsize=1793212 CPUtime=0
/proc/26325/task/26332/stat : 26332 (java) S 26323 26325 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 119498866 1836249088 166506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26333] ppid=26323 vsize=1793212 CPUtime=0
/proc/26325/task/26333/stat : 26333 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 119498870 1836249088 166512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26334] ppid=26323 vsize=1793212 CPUtime=0.97
/proc/26325/task/26334/stat : 26334 (java) S 26323 26325 25476 0 -1 64 2729 0 0 0 96 1 0 0 16 0 14 0 119498870 1836249088 166517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26325/tid=26335] ppid=26323 vsize=1793212 CPUtime=0.91
/proc/26325/task/26335/stat : 26335 (java) S 26323 26325 25476 0 -1 64 3538 0 0 0 90 1 0 0 17 0 14 0 119498870 1836249088 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26336] ppid=26323 vsize=1793212 CPUtime=0
/proc/26325/task/26336/stat : 26336 (java) S 26323 26325 25476 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 119498870 1836249088 166530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26337] ppid=26323 vsize=1793212 CPUtime=0
/proc/26325/task/26337/stat : 26337 (java) S 26323 26325 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 119498870 1836249088 166536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26325/tid=26338] ppid=26323 vsize=1793212 CPUtime=0
/proc/26325/task/26338/stat : 26338 (java) S 26323 26325 25476 0 -1 64 5 0 0 0 0 0 0 0 20 0 14 0 119499330 1836249088 166542 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 1793212

[startup+1798.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 26681
/proc/meminfo: memFree=1128296/2055920 swapFree=4184540/4192956
[pid=26325] ppid=26323 vsize=0 CPUtime=1800.77
/proc/26325/stat : 26325 (java) Z 26323 26325 25476 0 -1 1036 246139 0 1 0 179947 130 0 0 16 0 2 0 119498860 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26325/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.81
CPU user time (s): 1799.48
CPU system time (s): 1.3338
CPU usage (%): 100.11
Max. virtual memory (cumulated for all children) (KiB): 1793536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 1.3338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246139
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= 36981
involuntary context switches= 49822

runsolver used 1.9777 second user time and 4.88226 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Apr 16 09:31:10 UTC 2007

IDJOB= 349812
IDBENCH= 2605
IDSOLVER= 159
FILE ID= node41/349812-1176715870

PBS_JOBID= 4560085

Free space on /tmp= 66516 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-81-80.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349812-1176715870/sat4jPseudoResolution.jar /tmp/evaluation/349812-1176715870/instance-349812-1176715870.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-349812-1176715870 -o ROOT/results/node41/solver-349812-1176715870 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349812-1176715870/sat4jPseudoResolution.jar /tmp/evaluation/349812-1176715870/instance-349812-1176715870.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  602db8a4b5456d6ce4573c7850dec197

RANDOM SEED= 289902231

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1849400 kB
Buffers:         11472 kB
Cached:         126232 kB
SwapCached:       3056 kB
Active:          34676 kB
Inactive:       114484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849400 kB
SwapTotal:     4192956 kB
SwapFree:      4184540 kB
Dirty:           10208 kB
Writeback:           0 kB
Mapped:          17196 kB
Slab:            43384 kB
Committed_AS:  2362684 kB
PageTables:       1476 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= 66516 MiB

End job on node41 on Mon Apr 16 10:01:10 UTC 2007