Trace number 359122

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-23? (TO) 1800.16 1794.32

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111223004.opb
MD5SUM651d3a6cc64ca34df144139e51ae2bf7
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.9657
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/359122-1176921530/instance-359122-1176921530.opb
0.19/0.21	c reading problem ... 
0.30/0.34	c ... done. Wall clock time 0.129s.
0.30/0.34	c CPU time (experimental) 0.27s.
0.30/0.34	c #vars     169
0.30/0.34	c #constraints  101
1800.03/1794.21	c starts		: 2
1800.03/1794.21	c conflicts		: 3469
1800.03/1794.21	c decisions		: 11569
1800.03/1794.21	c propagations		: 86418
1800.03/1794.21	c inspects		: 12053133
1800.03/1794.21	c learnt literals	: 0
1800.03/1794.21	c learnt binary clauses	: 0
1800.03/1794.21	c learnt ternary clauses	: 0
1800.03/1794.21	c learnt clauses	: 3468
1800.03/1794.21	c root simplifications	: 0
1800.03/1794.21	c removed literals (reason simplification)	: 0
1800.03/1794.21	c reason swapping (by a shorter reason)	: 0
1800.03/1794.21	c Calls to reduceDB	: 0
1800.03/1794.21	c speed (decisions/second)	: 6.44917809074449
1800.03/1794.21	c non guided choices	44
1800.03/1794.21	s UNKNOWN
1800.03/1794.21	c Total wall clock time (ms): 1794.005

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/node17/watcher-359122-1176921530 -o ROOT/results/node17/solver-359122-1176921530 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359122-1176921530/sat4jPseudoCP.jar /tmp/evaluation/359122-1176921530/instance-359122-1176921530.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.11 1.03 1.00 3/77 25554
/proc/meminfo: memFree=1891272/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1800 CPUtime=0
/proc/25554/stat : 25554 (java) R 25552 25554 23885 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 140070531 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25554/statm: 450 143 106 9 0 92 0

[startup+0.0421899 s]
/proc/loadavg: 1.11 1.03 1.00 3/77 25554
/proc/meminfo: memFree=1891272/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1776976 CPUtime=0.03
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 3451 0 1 0 2 1 0 0 18 0 4 0 140070531 1819623424 3196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 444244 3196 1022 9 0 441880 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776976

[startup+0.10119 s]
/proc/loadavg: 1.11 1.03 1.00 3/77 25554
/proc/meminfo: memFree=1891272/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1778140 CPUtime=0.07
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 3871 0 1 0 5 2 0 0 18 0 7 0 140070531 1820815360 3613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 444535 3613 1096 9 0 442171 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778140

[startup+0.301216 s]
/proc/loadavg: 1.11 1.03 1.00 3/77 25554
/proc/meminfo: memFree=1891272/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1781472 CPUtime=0.3
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 5104 0 1 0 26 4 0 0 18 0 12 0 140070531 1824227328 4842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 445368 4842 1264 9 0 442980 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781472

[startup+0.70126 s]
/proc/loadavg: 1.11 1.03 1.00 3/77 25554
/proc/meminfo: memFree=1891272/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1782916 CPUtime=1.02
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 9518 0 1 0 96 6 0 0 18 0 13 0 140070531 1825705984 8455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 445729 8455 1306 9 0 443341 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1782916

[startup+1.50235 s]
/proc/loadavg: 1.11 1.03 1.00 3/90 25567
/proc/meminfo: memFree=1830816/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1797212 CPUtime=2.55
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 29988 0 1 0 239 16 0 0 18 0 13 0 140070531 1840345088 24585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 449303 24588 1321 9 0 446915 0
[pid=25554/tid=25556] ppid=25552 vsize=1797212 CPUtime=0.92
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 19997 0 1 0 82 10 0 0 17 0 13 0 140070532 1840345088 24589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543613 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 140070534 1840345088 24591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 140070534 1840345088 24592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 140070536 1840345088 24594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 140070537 1840345088 24596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 140070537 1840345088 24598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1840345088 24600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1797212 CPUtime=0.87
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 4903 0 0 0 85 2 0 0 18 0 13 0 140070542 1840345088 24601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1797212 CPUtime=0.73
/proc/25554/task/25564/stat : 25564 (java) R 25552 25554 23885 0 -1 64 4369 0 0 0 71 2 0 0 16 0 13 0 140070542 1840345088 24602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336910 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1840345088 24604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1840345088 24606 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1797212 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1840345088 24608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1797212

[startup+3.10251 s]
/proc/loadavg: 1.26 1.06 1.01 4/90 25567
/proc/meminfo: memFree=1725216/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1796988 CPUtime=5.04
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 52665 0 1 0 478 26 0 0 18 0 13 0 140070531 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 449247 43201 1330 9 0 446859 0
[pid=25554/tid=25556] ppid=25552 vsize=1796988 CPUtime=2.21
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 37713 0 1 0 203 18 0 0 24 0 13 0 140070532 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109533546 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1796988 CPUtime=0.01
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 412 0 0 0 1 0 0 0 16 0 13 0 140070534 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1796988 CPUtime=0.01
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 340 0 0 0 1 0 0 0 16 0 13 0 140070534 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1796988 CPUtime=0
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 140070536 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1796988 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1796988 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1796988 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1796988 CPUtime=1.25
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5549 0 0 0 123 2 0 0 16 0 13 0 140070542 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1796988 CPUtime=1.53
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 7921 0 0 0 149 4 0 0 15 0 13 0 140070542 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1796988 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1796988 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1796988 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1840115712 43201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1796988

[startup+6.30565 s]
/proc/loadavg: 1.26 1.06 1.01 3/90 25567
/proc/meminfo: memFree=1714336/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1800888 CPUtime=8.67
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 61051 0 1 0 837 30 0 0 18 0 13 0 140070531 1844109312 49247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 450222 49249 1331 9 0 447834 0
[pid=25554/tid=25556] ppid=25552 vsize=1800888 CPUtime=5.25
/proc/25554/task/25556/stat : 25556 (java) S 25552 25554 23885 0 -1 64 39748 0 1 0 506 19 0 0 25 0 13 0 140070532 1844109312 49250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1800888 CPUtime=0.09
/proc/25554/task/25557/stat : 25557 (java) R 25552 25554 23885 0 -1 64 2451 0 0 0 8 1 0 0 15 0 13 0 140070534 1844109312 49252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1800888 CPUtime=0.08
/proc/25554/task/25558/stat : 25558 (java) R 25552 25554 23885 0 -1 64 2325 0 0 0 8 0 0 0 16 0 13 0 140070534 1844109312 49253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1800888 CPUtime=0
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 140070536 1844109312 49255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1800888 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1844109312 49256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1800888 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1844109312 49258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1800888 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1844109312 49259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1800888 CPUtime=1.35
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5555 0 0 0 133 2 0 0 17 0 13 0 140070542 1844109312 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1800888 CPUtime=1.84
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 10229 0 0 0 179 5 0 0 17 0 13 0 140070542 1844109312 49262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1800888 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1844109312 49263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1800888 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1844109312 49264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1800888 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1844109312 49266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 1800888

[startup+12.7023 s]
/proc/loadavg: 1.22 1.06 1.01 2/90 25567
/proc/meminfo: memFree=1671840/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1800856 CPUtime=15.21
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 68395 0 1 0 1488 33 0 0 18 0 13 0 140070531 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 450214 56038 1332 9 0 447826 0
[pid=25554/tid=25556] ppid=25552 vsize=1800856 CPUtime=11.52
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 43020 0 1 0 1131 21 0 0 18 0 13 0 140070532 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109886828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1800856 CPUtime=0.18
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 4773 0 0 0 16 2 0 0 16 0 13 0 140070534 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1800856 CPUtime=0.18
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 4059 0 0 0 17 1 0 0 16 0 13 0 140070534 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1800856 CPUtime=0
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 140070536 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1800856 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1800856 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1800856 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1800856 CPUtime=1.4
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5559 0 0 0 138 2 0 0 16 0 13 0 140070542 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1800856 CPUtime=1.89
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 10235 0 0 0 184 5 0 0 16 0 13 0 140070542 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1800856 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1800856 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1800856 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1844076544 56038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 1800856

[startup+25.5016 s]
/proc/loadavg: 1.18 1.06 1.01 2/90 25567
/proc/meminfo: memFree=1683040/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1798808 CPUtime=28.12
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 71126 0 1 0 2777 35 0 0 18 0 13 0 140070531 1841979392 53094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 449702 53094 1332 9 0 447314 0
[pid=25554/tid=25556] ppid=25552 vsize=1798808 CPUtime=24.23
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 43032 0 1 0 2402 21 0 0 21 0 13 0 140070532 1841979392 53094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503146 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1798808 CPUtime=0.26
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 6176 0 0 0 23 3 0 0 16 0 13 0 140070534 1841979392 53094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1798808 CPUtime=0.25
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 5375 0 0 0 24 1 0 0 16 0 13 0 140070534 1841979392 53094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=25554/tid=25559] ppid=25552 vsize=1798808 CPUtime=0.2
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 204 0 0 0 9 11 0 0 16 0 13 0 140070536 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1798808 CPUtime=1.44
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5559 0 0 0 142 2 0 0 16 0 13 0 140070542 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1798808 CPUtime=1.95
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 10259 0 0 0 190 5 0 0 17 0 13 0 140070542 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1841979392 98640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.72
Current children cumulated vsize (KiB) 1798808

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25765
/proc/meminfo: memFree=1503712/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1798808 CPUtime=1667.82
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 218057 0 1 0 166656 126 0 0 18 0 13 0 140070531 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 449702 97340 1332 9 0 447314 0
[pid=25554/tid=25556] ppid=25552 vsize=1798808 CPUtime=1656.61
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 87345 0 1 0 165605 56 0 0 25 0 13 0 140070532 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922182 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1798808 CPUtime=3.79
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 56672 0 0 0 353 26 0 0 16 0 13 0 140070534 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1798808 CPUtime=3.77
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 57297 0 0 0 355 22 0 0 17 0 13 0 140070534 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1798808 CPUtime=0.2
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 204 0 0 0 9 11 0 0 16 0 13 0 140070536 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1798808 CPUtime=1.44
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5559 0 0 0 142 2 0 0 16 0 13 0 140070542 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1798808 CPUtime=1.95
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 10259 0 0 0 190 5 0 0 17 0 13 0 140070542 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1841979392 97340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.82
Current children cumulated vsize (KiB) 1798808

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25765
/proc/meminfo: memFree=1453920/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1798808 CPUtime=1728
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 235030 0 1 0 172666 134 0 0 18 0 13 0 140070531 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 449702 110332 1332 9 0 447314 0
[pid=25554/tid=25556] ppid=25552 vsize=1798808 CPUtime=1716.36
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 97499 0 1 0 171576 60 0 0 25 0 13 0 140070532 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109939986 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1798808 CPUtime=3.99
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 59804 0 0 0 371 28 0 0 16 0 13 0 140070534 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1798808 CPUtime=3.98
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 60945 0 0 0 375 23 0 0 16 0 13 0 140070534 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1798808 CPUtime=0.22
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 243 0 0 0 10 12 0 0 15 0 13 0 140070536 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1798808 CPUtime=1.44
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5559 0 0 0 142 2 0 0 16 0 13 0 140070542 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1798808 CPUtime=1.95
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 10259 0 0 0 190 5 0 0 17 0 13 0 140070542 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1841979392 110332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728
Current children cumulated vsize (KiB) 1798808

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25765
/proc/meminfo: memFree=1399136/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1798808 CPUtime=1788.12
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 251513 0 1 0 178671 141 0 0 18 0 13 0 140070531 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 449702 123430 1332 9 0 447314 0
[pid=25554/tid=25556] ppid=25552 vsize=1798808 CPUtime=1776.2
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 106980 0 1 0 177556 64 0 0 25 0 13 0 140070532 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109571925 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1798808 CPUtime=4.14
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 63761 0 0 0 384 30 0 0 16 0 13 0 140070534 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1798808 CPUtime=4.12
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 63974 0 0 0 387 25 0 0 16 0 13 0 140070534 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1798808 CPUtime=0.22
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 259 0 0 0 10 12 0 0 16 0 13 0 140070536 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1798808 CPUtime=1.44
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5559 0 0 0 142 2 0 0 16 0 13 0 140070542 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1798808 CPUtime=1.95
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 10259 0 0 0 190 5 0 0 17 0 13 0 140070542 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1841979392 123430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.12
Current children cumulated vsize (KiB) 1798808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25765
/proc/meminfo: memFree=1397408/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=1798808 CPUtime=1800.03
/proc/25554/stat : 25554 (java) S 25552 25554 23885 0 -1 0 252156 0 1 0 179862 141 0 0 18 0 13 0 140070531 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25554/statm: 449702 123899 1332 9 0 447314 0
[pid=25554/tid=25556] ppid=25552 vsize=1798808 CPUtime=1788.08
/proc/25554/task/25556/stat : 25556 (java) R 25552 25554 23885 0 -1 64 106981 0 1 0 178744 64 0 0 25 0 13 0 140070532 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109940025 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25557] ppid=25552 vsize=1798808 CPUtime=4.15
/proc/25554/task/25557/stat : 25557 (java) S 25552 25554 23885 0 -1 64 64052 0 0 0 385 30 0 0 16 0 13 0 140070534 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25558] ppid=25552 vsize=1798808 CPUtime=4.13
/proc/25554/task/25558/stat : 25558 (java) S 25552 25554 23885 0 -1 64 64325 0 0 0 388 25 0 0 16 0 13 0 140070534 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25559] ppid=25552 vsize=1798808 CPUtime=0.22
/proc/25554/task/25559/stat : 25559 (java) S 25552 25554 23885 0 -1 64 259 0 0 0 10 12 0 0 16 0 13 0 140070536 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25560] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25560/stat : 25560 (java) S 25552 25554 23885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25561] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25561/stat : 25561 (java) S 25552 25554 23885 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140070537 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25554/tid=25562] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25562/stat : 25562 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 140070542 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25563] ppid=25552 vsize=1798808 CPUtime=1.44
/proc/25554/task/25563/stat : 25563 (java) S 25552 25554 23885 0 -1 64 5559 0 0 0 142 2 0 0 16 0 13 0 140070542 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25564] ppid=25552 vsize=1798808 CPUtime=1.95
/proc/25554/task/25564/stat : 25564 (java) S 25552 25554 23885 0 -1 64 10259 0 0 0 190 5 0 0 17 0 13 0 140070542 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25565] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25565/stat : 25565 (java) S 25552 25554 23885 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 140070542 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25566] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25566/stat : 25566 (java) S 25552 25554 23885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140070542 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25554/tid=25567] ppid=25552 vsize=1798808 CPUtime=0
/proc/25554/task/25567/stat : 25567 (java) S 25552 25554 23885 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 140070566 1841979392 123899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1798808

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

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

[startup+1794.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25765
/proc/meminfo: memFree=1397408/2055920 swapFree=4141600/4192956
[pid=25554] ppid=25552 vsize=0 CPUtime=1800.14
/proc/25554/stat : 25554 (java) Z 25552 25554 23885 0 -1 1036 252176 0 1 0 179866 148 0 0 16 0 2 0 140070531 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25554/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.32
CPU time (s): 1800.16
CPU user time (s): 1798.67
CPU system time (s): 1.49177
CPU usage (%): 100.325
Max. virtual memory (cumulated for all children) (KiB): 1802016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.49177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252176
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= 42358
involuntary context switches= 51964

runsolver used 2.05369 second user time and 4.5693 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Wed Apr 18 18:38:50 UTC 2007

IDJOB= 359122
IDBENCH= 1263
IDSOLVER= 160
FILE ID= node17/359122-1176921530

PBS_JOBID= 4595262

Free space on /tmp= 66389 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111223004.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359122-1176921530/sat4jPseudoCP.jar /tmp/evaluation/359122-1176921530/instance-359122-1176921530.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-359122-1176921530 -o ROOT/results/node17/solver-359122-1176921530 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359122-1176921530/sat4jPseudoCP.jar /tmp/evaluation/359122-1176921530/instance-359122-1176921530.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  651d3a6cc64ca34df144139e51ae2bf7

RANDOM SEED= 739542176

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1891744 kB
Buffers:         16628 kB
Cached:          74168 kB
SwapCached:      14060 kB
Active:          75648 kB
Inactive:        39236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891744 kB
SwapTotal:     4192956 kB
SwapFree:      4141600 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          30236 kB
Slab:            34824 kB
Committed_AS:  7069652 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= 66389 MiB

End job on node17 on Wed Apr 18 19:08:46 UTC 2007