Trace number 358772

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.17 1771.93

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110977266.opb
MD5SUMec335a189232f3e16e9f88e1212c9d56
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.073988
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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 1187
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.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.22	c no version file found!!!
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1651659224
0.11/0.22	c Max memory 1654456320
0.11/0.22	c Total memory 1654456320
0.11/0.22	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c solving /tmp/evaluation/358772-1176917470/instance-358772-1176917470.opb
0.11/0.27	c reading problem ... 
0.36/0.40	c ... done. Wall clock time 0.131s.
0.36/0.40	c CPU time (experimental) 0.27s.
0.36/0.40	c #vars     169
0.36/0.40	c #constraints  101
1800.03/1771.81	c starts		: 2
1800.03/1771.81	c conflicts		: 18146
1800.03/1771.81	c decisions		: 59327
1800.03/1771.81	c propagations		: 511189
1800.03/1771.81	c inspects		: 339710677
1800.03/1771.81	c learnt literals	: 0
1800.03/1771.81	c learnt binary clauses	: 0
1800.03/1771.81	c learnt ternary clauses	: 0
1800.03/1771.81	c learnt clauses	: 18145
1800.03/1771.81	c root simplifications	: 0
1800.03/1771.81	c removed literals (reason simplification)	: 0
1800.03/1771.81	c reason swapping (by a shorter reason)	: 0
1800.03/1771.81	c Calls to reduceDB	: 0
1800.03/1771.81	c speed (decisions/second)	: 33.49153185356466
1800.03/1771.81	c non guided choices	31
1800.03/1771.81	s UNKNOWN
1800.03/1771.81	c Total wall clock time (ms): 1771.538

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/node63/watcher-358772-1176917470 -o ROOT/results/node63/solver-358772-1176917470 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358772-1176917470/sat4jPseudoCP.jar /tmp/evaluation/358772-1176917470/instance-358772-1176917470.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.66 0.91 0.96 2/64 29524
/proc/meminfo: memFree=1374356/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=152 CPUtime=0
/proc/29524/stat : 29524 (java) R 29522 29524 29400 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 167736893 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2969899 0 0 4096 0 0 0 0 17 1 0 0
/proc/29524/statm: 38 26 19 9 0 4 0

[startup+0.038883 s]
/proc/loadavg: 0.66 0.91 0.96 2/64 29524
/proc/meminfo: memFree=1374356/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=12916 CPUtime=0
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 905 0 1 0 0 0 0 0 18 0 2 0 167736893 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.101897 s]
/proc/loadavg: 0.66 0.91 0.96 2/64 29524
/proc/meminfo: memFree=1374356/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1774248 CPUtime=0.01
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 2538 0 1 0 0 1 0 0 18 0 4 0 167736893 1816829952 2287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 443562 2287 390 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.301915 s]
/proc/loadavg: 0.66 0.91 0.96 2/64 29524
/proc/meminfo: memFree=1374356/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1781420 CPUtime=0.23
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 4949 0 1 0 19 4 0 0 18 0 12 0 167736893 1824174080 4687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 445355 4687 1246 9 0 442967 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1781420

[startup+0.701959 s]
/proc/loadavg: 0.66 0.91 0.96 2/64 29524
/proc/meminfo: memFree=1374356/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1782800 CPUtime=0.86
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 8269 0 1 0 81 5 0 0 18 0 13 0 167736893 1825587200 7588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 445700 7588 1304 9 0 443312 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1782800

[startup+1.50205 s]
/proc/loadavg: 0.66 0.91 0.96 4/77 29537
/proc/meminfo: memFree=1330668/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795820 CPUtime=2.44
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 26685 0 1 0 229 15 0 0 18 0 13 0 167736893 1838919680 21924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448955 21925 1315 9 0 446567 0
[pid=29524/tid=29526] ppid=29522 vsize=1795820 CPUtime=0.87
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 17653 0 1 0 76 11 0 0 18 0 13 0 167736895 1838919680 21925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167736903 1838919680 21926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167736903 1838919680 21926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167736906 1838919680 21926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 167736906 1838919680 21927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 167736906 1838919680 21927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838919680 21927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795820 CPUtime=0.67
/proc/29524/task/29533/stat : 29533 (java) R 29522 29524 29400 0 -1 64 3485 0 0 0 66 1 0 0 18 0 13 0 167736910 1838919680 21928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795820 CPUtime=0.89
/proc/29524/task/29534/stat : 29534 (java) R 29522 29524 29400 0 -1 64 4824 0 0 0 87 2 0 0 18 0 13 0 167736910 1838919680 21929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104915482 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838919680 21931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838919680 21932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838919680 21935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1795820

[startup+3.10221 s]
/proc/loadavg: 0.66 0.91 0.96 3/77 29537
/proc/meminfo: memFree=1229804/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795820 CPUtime=5.1
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 52785 0 1 0 483 27 0 0 18 0 13 0 167736893 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448955 42933 1325 9 0 446567 0
[pid=29524/tid=29526] ppid=29522 vsize=1795820 CPUtime=2.18
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 37719 0 1 0 199 19 0 0 18 0 13 0 167736895 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522371 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795820 CPUtime=0.01
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 326 0 0 0 1 0 0 0 16 0 13 0 167736903 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795820 CPUtime=0.01
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 491 0 0 0 1 0 0 0 16 0 13 0 167736903 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167736906 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795820 CPUtime=1.04
/proc/29524/task/29533/stat : 29533 (java) R 29522 29524 29400 0 -1 64 3805 0 0 0 103 1 0 0 16 0 13 0 167736910 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105283717 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795820 CPUtime=1.81
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9713 0 0 0 177 4 0 0 16 0 13 0 167736910 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795820 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838919680 42933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 1795820

[startup+6.30254 s]
/proc/loadavg: 0.69 0.91 0.96 2/77 29537
/proc/meminfo: memFree=1201580/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795724 CPUtime=8.51
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 58378 0 1 0 821 30 0 0 18 0 13 0 167736893 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448931 47439 1325 9 0 446543 0
[pid=29524/tid=29526] ppid=29522 vsize=1795724 CPUtime=5.26
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 39736 0 1 0 506 20 0 0 18 0 13 0 167736895 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501954 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795724 CPUtime=0.08
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 2026 0 0 0 7 1 0 0 16 0 13 0 167736903 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795724 CPUtime=0.07
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 2340 0 0 0 7 0 0 0 16 0 13 0 167736903 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795724 CPUtime=1.12
/proc/29524/task/29533/stat : 29533 (java) S 29522 29524 29400 0 -1 64 3805 0 0 0 111 1 0 0 16 0 13 0 167736910 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795724 CPUtime=1.91
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9721 0 0 0 187 4 0 0 16 0 13 0 167736910 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838821376 47439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 1795724

[startup+12.7022 s]
/proc/loadavg: 0.71 0.91 0.96 3/77 29537
/proc/meminfo: memFree=1164484/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795724 CPUtime=14.98
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 64715 0 1 0 1465 33 0 0 18 0 13 0 167736893 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448931 53512 1326 9 0 446543 0
[pid=29524/tid=29526] ppid=29522 vsize=1795724 CPUtime=11.59
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 43404 0 1 0 1137 22 0 0 25 0 13 0 167736895 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511957 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795724 CPUtime=0.13
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 3227 0 0 0 11 2 0 0 16 0 13 0 167736903 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795724 CPUtime=0.13
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 3807 0 0 0 12 1 0 0 15 0 13 0 167736903 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795724 CPUtime=1.14
/proc/29524/task/29533/stat : 29533 (java) S 29522 29524 29400 0 -1 64 3805 0 0 0 113 1 0 0 15 0 13 0 167736910 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795724 CPUtime=1.92
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9722 0 0 0 188 4 0 0 15 0 13 0 167736910 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838821376 53512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 1795724

[startup+25.5016 s]
/proc/loadavg: 0.77 0.91 0.96 2/77 29537
/proc/meminfo: memFree=1171972/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795724 CPUtime=28
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 67872 0 1 0 2764 36 0 0 18 0 13 0 167736893 1838821376 51630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448931 51630 1326 9 0 446543 0
[pid=29524/tid=29526] ppid=29522 vsize=1795724 CPUtime=24.24
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 43421 0 1 0 2402 22 0 0 21 0 13 0 167736895 1838821376 51630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109853237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795724 CPUtime=0.25
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 4705 0 0 0 23 2 0 0 16 0 13 0 167736903 1838821376 51630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795724 CPUtime=0.26
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 5464 0 0 0 24 2 0 0 15 0 13 0 167736903 1838821376 51630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29524/tid=29529] ppid=29522 vsize=1795724 CPUtime=0.25
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 108 0 0 0 15 10 0 0 15 0 13 0 167736906 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795724 CPUtime=1.22
/proc/29524/task/29533/stat : 29533 (java) S 29522 29524 29400 0 -1 64 3811 0 0 0 121 1 0 0 16 0 13 0 167736910 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795724 CPUtime=2.05
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9733 0 0 0 201 4 0 0 16 0 13 0 167736910 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838821376 133329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.9
Current children cumulated vsize (KiB) 1795724

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 29539
/proc/meminfo: memFree=835916/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795724 CPUtime=1627.1
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 182733 0 1 0 162604 106 0 0 18 0 13 0 167736893 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448931 135404 1333 9 0 446543 0
[pid=29524/tid=29526] ppid=29522 vsize=1795724 CPUtime=1577.06
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 63291 0 1 0 157667 39 0 0 25 0 13 0 167736895 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511773 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795724 CPUtime=23.24
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 50862 0 0 0 2299 25 0 0 16 0 13 0 167736903 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795724 CPUtime=23.21
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 54206 0 0 0 2298 23 0 0 16 0 13 0 167736903 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795724 CPUtime=0.26
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 108 0 0 0 16 10 0 0 16 0 13 0 167736906 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795724 CPUtime=1.22
/proc/29524/task/29533/stat : 29533 (java) S 29522 29524 29400 0 -1 64 3811 0 0 0 121 1 0 0 16 0 13 0 167736910 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795724 CPUtime=2.05
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9733 0 0 0 201 4 0 0 16 0 13 0 167736910 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838821376 135404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1627.1
Current children cumulated vsize (KiB) 1795724

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 29539
/proc/meminfo: memFree=827660/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795724 CPUtime=1688.32
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 184918 0 1 0 168725 107 0 0 18 0 13 0 167736893 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448931 137430 1333 9 0 446543 0
[pid=29524/tid=29526] ppid=29522 vsize=1795724 CPUtime=1635.77
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 63323 0 1 0 163538 39 0 0 24 0 13 0 167736895 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795724 CPUtime=24.5
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 51693 0 0 0 2424 26 0 0 16 0 13 0 167736903 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795724 CPUtime=24.46
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 55528 0 0 0 2423 23 0 0 16 0 13 0 167736903 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795724 CPUtime=0.26
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 108 0 0 0 16 10 0 0 16 0 13 0 167736906 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795724 CPUtime=1.22
/proc/29524/task/29533/stat : 29533 (java) S 29522 29524 29400 0 -1 64 3811 0 0 0 121 1 0 0 16 0 13 0 167736910 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795724 CPUtime=2.05
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9733 0 0 0 201 4 0 0 16 0 13 0 167736910 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838821376 137430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.32
Current children cumulated vsize (KiB) 1795724

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 29539
/proc/meminfo: memFree=820108/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795724 CPUtime=1749.58
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 186976 0 1 0 174849 109 0 0 18 0 13 0 167736893 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448931 139334 1333 9 0 446543 0
[pid=29524/tid=29526] ppid=29522 vsize=1795724 CPUtime=1694.45
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 63355 0 1 0 169406 39 0 0 25 0 13 0 167736895 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795724 CPUtime=25.77
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 52163 0 0 0 2551 26 0 0 16 0 13 0 167736903 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795724 CPUtime=25.75
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 57084 0 0 0 2551 24 0 0 16 0 13 0 167736903 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795724 CPUtime=0.28
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 108 0 0 0 17 11 0 0 16 0 13 0 167736906 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795724 CPUtime=1.22
/proc/29524/task/29533/stat : 29533 (java) S 29522 29524 29400 0 -1 64 3811 0 0 0 121 1 0 0 16 0 13 0 167736910 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795724 CPUtime=2.05
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9733 0 0 0 201 4 0 0 16 0 13 0 167736910 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838821376 139334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.58
Current children cumulated vsize (KiB) 1795724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.8 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 29539
/proc/meminfo: memFree=811724/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=1795724 CPUtime=1800.03
/proc/29524/stat : 29524 (java) S 29522 29524 29400 0 -1 0 189143 0 1 0 179893 110 0 0 18 0 13 0 167736893 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29524/statm: 448931 141386 1333 9 0 446543 0
[pid=29524/tid=29526] ppid=29522 vsize=1795724 CPUtime=1742.95
/proc/29524/task/29526/stat : 29526 (java) R 29522 29524 29400 0 -1 64 63379 0 1 0 174256 39 0 0 25 0 13 0 167736895 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109502028 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29527] ppid=29522 vsize=1795724 CPUtime=26.75
/proc/29524/task/29527/stat : 29527 (java) S 29522 29524 29400 0 -1 64 52793 0 0 0 2649 26 0 0 16 0 13 0 167736903 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29528] ppid=29522 vsize=1795724 CPUtime=26.72
/proc/29524/task/29528/stat : 29528 (java) S 29522 29524 29400 0 -1 64 58597 0 0 0 2647 25 0 0 16 0 13 0 167736903 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29529] ppid=29522 vsize=1795724 CPUtime=0.28
/proc/29524/task/29529/stat : 29529 (java) S 29522 29524 29400 0 -1 64 108 0 0 0 17 11 0 0 16 0 13 0 167736906 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29530] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29530/stat : 29530 (java) S 29522 29524 29400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29531] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29531/stat : 29531 (java) S 29522 29524 29400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167736906 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29532] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29532/stat : 29532 (java) S 29522 29524 29400 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 167736910 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29533] ppid=29522 vsize=1795724 CPUtime=1.22
/proc/29524/task/29533/stat : 29533 (java) S 29522 29524 29400 0 -1 64 3811 0 0 0 121 1 0 0 16 0 13 0 167736910 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29534] ppid=29522 vsize=1795724 CPUtime=2.05
/proc/29524/task/29534/stat : 29534 (java) S 29522 29524 29400 0 -1 64 9733 0 0 0 201 4 0 0 16 0 13 0 167736910 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29535] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29535/stat : 29535 (java) S 29522 29524 29400 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167736910 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29524/tid=29536] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29536/stat : 29536 (java) S 29522 29524 29400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167736910 1838821376 141386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29524/tid=29537] ppid=29522 vsize=1795724 CPUtime=0
/proc/29524/task/29537/stat : 29537 (java) S 29522 29524 29400 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167736935 1838821376 141386 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) 1795724

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

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

[startup+1771.91 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 29539
/proc/meminfo: memFree=811724/2055920 swapFree=4182612/4192956
[pid=29524] ppid=29522 vsize=0 CPUtime=1800.14
/proc/29524/stat : 29524 (java) Z 29522 29524 29400 0 -1 1036 189164 0 1 0 179897 117 0 0 16 0 2 0 167736893 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29524/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): 1771.93
CPU time (s): 1800.17
CPU user time (s): 1798.98
CPU system time (s): 1.19282
CPU usage (%): 101.594
Max. virtual memory (cumulated for all children) (KiB): 1800228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.19282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189164
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= 46230
involuntary context switches= 37969

runsolver used 1.70174 second user time and 4.77727 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Apr 18 17:31:10 UTC 2007

IDJOB= 358772
IDBENCH= 1238
IDSOLVER= 160
FILE ID= node63/358772-1176917470

PBS_JOBID= 4605649

Free space on /tmp= 66471 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.1110977266.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358772-1176917470/sat4jPseudoCP.jar /tmp/evaluation/358772-1176917470/instance-358772-1176917470.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-358772-1176917470 -o ROOT/results/node63/solver-358772-1176917470 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358772-1176917470/sat4jPseudoCP.jar /tmp/evaluation/358772-1176917470/instance-358772-1176917470.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ec335a189232f3e16e9f88e1212c9d56

RANDOM SEED= 71328866

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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:       1374828 kB
Buffers:         23184 kB
Cached:         609008 kB
SwapCached:       4016 kB
Active:         186268 kB
Inactive:       455408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374828 kB
SwapTotal:     4192956 kB
SwapFree:      4182612 kB
Dirty:            3900 kB
Writeback:           0 kB
Mapped:          15248 kB
Slab:            25524 kB
Committed_AS:  1981236 kB
PageTables:       1460 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= 66471 MiB

End job on node63 on Wed Apr 18 18:00:44 UTC 2007