Trace number 358968

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 1796.19

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219399.opb
MD5SUM1476879b9f55ab2af66e74aac1d720c1
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.046992
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 1177
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving /tmp/evaluation/358968-1176918666/instance-358968-1176918666.opb
0.18/0.22	c reading problem ... 
0.29/0.35	c ... done. Wall clock time 0.131s.
0.29/0.35	c CPU time (experimental) 0.27s.
0.29/0.35	c #vars     169
0.29/0.35	c #constraints  101
1800.07/1796.11	c starts		: 2
1800.07/1796.11	c conflicts		: 1292
1800.07/1796.11	c decisions		: 6231
1800.07/1796.11	c propagations		: 40508
1800.07/1796.11	c inspects		: 2038482
1800.07/1796.11	c learnt literals	: 0
1800.07/1796.11	c learnt binary clauses	: 0
1800.07/1796.11	c learnt ternary clauses	: 0
1800.07/1796.11	c learnt clauses	: 1291
1800.07/1796.11	c root simplifications	: 0
1800.07/1796.11	c removed literals (reason simplification)	: 0
1800.07/1796.11	c reason swapping (by a shorter reason)	: 0
1800.07/1796.11	c Calls to reduceDB	: 0
1800.07/1796.11	c speed (decisions/second)	: 3.4698419999565644
1800.07/1796.11	c non guided choices	34
1800.07/1796.11	s UNKNOWN
1800.07/1796.11	c Total wall clock time (ms): 1795.894

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-358968-1176918666 -o ROOT/results/node11/solver-358968-1176918666 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358968-1176918666/sat4jPseudoCP.jar /tmp/evaluation/358968-1176918666/instance-358968-1176918666.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.86 0.91 0.95 2/77 5985
/proc/meminfo: memFree=1389640/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=272 CPUtime=0
/proc/5985/stat : 5985 (java) D 5983 5985 3923 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 132915555 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5985/statm: 68 37 28 9 0 6 0

[startup+0.0538899 s]
/proc/loadavg: 0.86 0.91 0.95 2/77 5985
/proc/meminfo: memFree=1389640/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1775952 CPUtime=0.01
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 2981 0 1 0 0 1 0 0 18 0 4 0 132915555 1818574848 2728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 443988 2728 744 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.101894 s]
/proc/loadavg: 0.86 0.91 0.95 2/77 5985
/proc/meminfo: memFree=1389640/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1777844 CPUtime=0.07
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 3793 0 1 0 4 3 0 0 18 0 7 0 132915555 1820512256 3535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 444461 3535 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301914 s]
/proc/loadavg: 0.86 0.91 0.95 2/77 5985
/proc/meminfo: memFree=1389640/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1781440 CPUtime=0.29
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 5081 0 1 0 25 4 0 0 18 0 12 0 132915555 1824194560 4819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 445360 4819 1263 9 0 442972 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781440

[startup+0.701967 s]
/proc/loadavg: 0.86 0.91 0.95 2/77 5985
/proc/meminfo: memFree=1389640/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1783520 CPUtime=0.92
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 9127 0 1 0 87 5 0 0 18 0 13 0 132915555 1826324480 8515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 445880 8515 1305 9 0 443492 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783520

[startup+1.50206 s]
/proc/loadavg: 0.95 0.93 0.96 3/90 5998
/proc/meminfo: memFree=1338592/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1794640 CPUtime=2.44
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 26576 0 1 0 232 12 0 0 18 0 13 0 132915555 1837711360 22061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448660 22064 1314 9 0 446272 0
[pid=5985/tid=5987] ppid=5983 vsize=1794640 CPUtime=0.88
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 18070 0 1 0 80 8 0 0 25 0 13 0 132915559 1837711360 22065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109510001 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 132915560 1837711360 22068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 132915560 1837711360 22070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 132915563 1837711360 22073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 132915563 1837711360 22075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 132915563 1837711360 22077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1837711360 22079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1794640 CPUtime=0.66
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3196 0 0 0 65 1 0 0 16 0 13 0 132915567 1837711360 22081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1794640 CPUtime=0.88
/proc/5985/task/5995/stat : 5995 (java) R 5983 5985 3923 0 -1 64 4591 0 0 0 86 2 0 0 18 0 13 0 132915567 1837711360 22084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105434386 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1837711360 22086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1837711360 22088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1794640 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1837711360 22090 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) 1794640

[startup+3.10225 s]
/proc/loadavg: 0.95 0.93 0.96 3/90 5998
/proc/meminfo: memFree=1245024/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1793992 CPUtime=4.81
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 50769 0 1 0 460 21 0 0 18 0 13 0 132915555 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448498 42678 1330 9 0 446110 0
[pid=5985/tid=5987] ppid=5983 vsize=1793992 CPUtime=2.14
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 37716 0 1 0 199 15 0 0 24 0 13 0 132915559 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517074 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1793992 CPUtime=0.01
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 440 0 0 0 1 0 0 0 16 0 13 0 132915560 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1793992 CPUtime=0.01
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 430 0 0 0 1 0 0 0 16 0 13 0 132915560 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1793992 CPUtime=0
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 132915563 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1793992 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1793992 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1793992 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1793992 CPUtime=1.11
/proc/5985/task/5994/stat : 5994 (java) R 5983 5985 3923 0 -1 64 3445 0 0 0 110 1 0 0 16 0 13 0 132915567 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102399505 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1793992 CPUtime=1.5
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8007 0 0 0 147 3 0 0 16 0 13 0 132915567 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1793992 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1793992 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1793992 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1837047808 42678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 1793992

[startup+6.30162 s]
/proc/loadavg: 0.95 0.93 0.96 2/90 5998
/proc/meminfo: memFree=1223136/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1793352 CPUtime=8.12
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 52758 0 1 0 790 22 0 0 18 0 13 0 132915555 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448338 43637 1330 9 0 445950 0
[pid=5985/tid=5987] ppid=5983 vsize=1793352 CPUtime=5.26
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 37721 0 1 0 511 15 0 0 24 0 13 0 132915559 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501537 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1793352 CPUtime=0.05
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 1440 0 0 0 5 0 0 0 16 0 13 0 132915560 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1793352 CPUtime=0.05
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 1387 0 0 0 5 0 0 0 16 0 13 0 132915560 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1793352 CPUtime=0
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 132915563 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1793352 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1793352 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1793352 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1793352 CPUtime=1.17
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3453 0 0 0 116 1 0 0 17 0 13 0 132915567 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1793352 CPUtime=1.54
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8007 0 0 0 151 3 0 0 16 0 13 0 132915567 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1793352 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1793352 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1793352 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1836392448 43637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 1793352

[startup+12.7024 s]
/proc/loadavg: 0.96 0.93 0.96 2/90 5998
/proc/meminfo: memFree=1182848/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1792968 CPUtime=14.61
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 62707 0 1 0 1434 27 0 0 18 0 13 0 132915555 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448242 52673 1330 9 0 445854 0
[pid=5985/tid=5987] ppid=5983 vsize=1792968 CPUtime=11.6
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 43973 0 1 0 1142 18 0 0 22 0 13 0 132915559 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109923463 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1792968 CPUtime=0.1
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 3366 0 0 0 9 1 0 0 16 0 13 0 132915560 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1792968 CPUtime=0.1
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 3155 0 0 0 9 1 0 0 16 0 13 0 132915560 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 132915563 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1792968 CPUtime=1.18
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3453 0 0 0 117 1 0 0 16 0 13 0 132915567 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1792968 CPUtime=1.58
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8010 0 0 0 155 3 0 0 16 0 13 0 132915567 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1835999232 52673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 1792968

[startup+25.5029 s]
/proc/loadavg: 0.96 0.93 0.96 2/90 5998
/proc/meminfo: memFree=1186688/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1792968 CPUtime=27.42
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 63604 0 1 0 2714 28 0 0 18 0 13 0 132915555 1835999232 51751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448242 51751 1330 9 0 445854 0
[pid=5985/tid=5987] ppid=5983 vsize=1792968 CPUtime=24.38
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 43977 0 1 0 2420 18 0 0 25 0 13 0 132915559 1835999232 51751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914902 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1792968 CPUtime=0.11
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 3885 0 0 0 10 1 0 0 16 0 13 0 132915560 1835999232 51751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1792968 CPUtime=0.11
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 3529 0 0 0 10 1 0 0 17 0 13 0 132915560 1835999232 51751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=5985] ppid=5983 vsize=1792968 CPUtime=1666.21
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 252136 0 1 0 166482 139 0 0 18 0 13 0 132915555 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448242 107046 1330 9 0 445854 0
[pid=5985/tid=5987] ppid=5983 vsize=1792968 CPUtime=1657.67
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 103696 0 1 0 165711 56 0 0 25 0 13 0 132915559 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914809 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1792968 CPUtime=2.57
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 67810 0 0 0 224 33 0 0 16 0 13 0 132915560 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1792968 CPUtime=2.57
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 68159 0 0 0 228 29 0 0 16 0 13 0 132915560 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1792968 CPUtime=0.22
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 255 0 0 0 10 12 0 0 16 0 13 0 132915563 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1792968 CPUtime=1.48
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3483 0 0 0 147 1 0 0 17 0 13 0 132915567 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1792968 CPUtime=1.62
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8011 0 0 0 159 3 0 0 16 0 13 0 132915567 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1835999232 107046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.21
Current children cumulated vsize (KiB) 1792968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/90 6196
/proc/meminfo: memFree=967360/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1792968 CPUtime=1726.25
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 255169 0 1 0 172484 141 0 0 18 0 13 0 132915555 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448242 106340 1330 9 0 445854 0
[pid=5985/tid=5987] ppid=5983 vsize=1792968 CPUtime=1717.59
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 103706 0 1 0 171703 56 0 0 25 0 13 0 132915559 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501516 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1792968 CPUtime=2.63
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 69256 0 0 0 229 34 0 0 16 0 13 0 132915560 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1792968 CPUtime=2.64
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 69729 0 0 0 234 30 0 0 16 0 13 0 132915560 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1792968 CPUtime=0.23
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 262 0 0 0 10 13 0 0 16 0 13 0 132915563 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1792968 CPUtime=1.48
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3483 0 0 0 147 1 0 0 17 0 13 0 132915567 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1792968 CPUtime=1.62
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8011 0 0 0 159 3 0 0 16 0 13 0 132915567 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1835999232 106340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.25
Current children cumulated vsize (KiB) 1792968

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/90 6196
/proc/meminfo: memFree=968832/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1792968 CPUtime=1786.26
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 257105 0 1 0 178484 142 0 0 18 0 13 0 132915555 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448242 105971 1330 9 0 445854 0
[pid=5985/tid=5987] ppid=5983 vsize=1792968 CPUtime=1777.53
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 103713 0 1 0 177696 57 0 0 25 0 13 0 132915559 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914782 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1792968 CPUtime=2.67
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 70308 0 0 0 233 34 0 0 16 0 13 0 132915560 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1792968 CPUtime=2.68
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 70599 0 0 0 237 31 0 0 17 0 13 0 132915560 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1792968 CPUtime=0.23
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 269 0 0 0 10 13 0 0 16 0 13 0 132915563 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1792968 CPUtime=1.48
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3483 0 0 0 147 1 0 0 17 0 13 0 132915567 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1792968 CPUtime=1.62
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8011 0 0 0 159 3 0 0 16 0 13 0 132915567 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1835999232 105971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.26
Current children cumulated vsize (KiB) 1792968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/90 6196
/proc/meminfo: memFree=968832/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1792968 CPUtime=1800.07
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 257691 0 1 0 179865 142 0 0 18 0 13 0 132915555 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448242 105995 1330 9 0 445854 0
[pid=5985/tid=5987] ppid=5983 vsize=1792968 CPUtime=1791.33
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 103714 0 1 0 179076 57 0 0 25 0 13 0 132915559 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914888 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1792968 CPUtime=2.67
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 70617 0 0 0 233 34 0 0 16 0 13 0 132915560 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1792968 CPUtime=2.69
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 70875 0 0 0 238 31 0 0 16 0 13 0 132915560 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1792968 CPUtime=0.23
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 269 0 0 0 10 13 0 0 16 0 13 0 132915563 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1792968 CPUtime=1.48
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3483 0 0 0 147 1 0 0 17 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1792968 CPUtime=1.62
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8011 0 0 0 159 3 0 0 16 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1792968

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

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

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/90 6196
/proc/meminfo: memFree=968832/2055920 swapFree=4139248/4192956
[pid=5985] ppid=5983 vsize=1792968 CPUtime=1800.07
/proc/5985/stat : 5985 (java) S 5983 5985 3923 0 -1 0 257691 0 1 0 179865 142 0 0 18 0 13 0 132915555 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5985/statm: 448242 105995 1330 9 0 445854 0
[pid=5985/tid=5987] ppid=5983 vsize=1792968 CPUtime=1791.33
/proc/5985/task/5987/stat : 5987 (java) R 5983 5985 3923 0 -1 64 103714 0 1 0 179076 57 0 0 25 0 13 0 132915559 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914888 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5988] ppid=5983 vsize=1792968 CPUtime=2.67
/proc/5985/task/5988/stat : 5988 (java) S 5983 5985 3923 0 -1 64 70617 0 0 0 233 34 0 0 16 0 13 0 132915560 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5989] ppid=5983 vsize=1792968 CPUtime=2.69
/proc/5985/task/5989/stat : 5989 (java) S 5983 5985 3923 0 -1 64 70875 0 0 0 238 31 0 0 16 0 13 0 132915560 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5990] ppid=5983 vsize=1792968 CPUtime=0.23
/proc/5985/task/5990/stat : 5990 (java) S 5983 5985 3923 0 -1 64 269 0 0 0 10 13 0 0 16 0 13 0 132915563 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5991] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5991/stat : 5991 (java) S 5983 5985 3923 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5992] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5992/stat : 5992 (java) S 5983 5985 3923 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132915563 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5993] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5993/stat : 5993 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5994] ppid=5983 vsize=1792968 CPUtime=1.48
/proc/5985/task/5994/stat : 5994 (java) S 5983 5985 3923 0 -1 64 3483 0 0 0 147 1 0 0 17 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5995] ppid=5983 vsize=1792968 CPUtime=1.62
/proc/5985/task/5995/stat : 5995 (java) S 5983 5985 3923 0 -1 64 8011 0 0 0 159 3 0 0 16 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5996] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5996/stat : 5996 (java) S 5983 5985 3923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5985/tid=5997] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5997/stat : 5997 (java) S 5983 5985 3923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 132915567 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5985/tid=5998] ppid=5983 vsize=1792968 CPUtime=0
/proc/5985/task/5998/stat : 5998 (java) S 5983 5985 3923 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 132915591 1835999232 105995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1792968

Child status: 143
Real time (s): 1796.19
CPU time (s): 1800.17
CPU user time (s): 1798.67
CPU system time (s): 1.49577
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 1798056

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

runsolver used 1.9797 second user time and 5.14922 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Apr 18 17:51:06 UTC 2007

IDJOB= 358968
IDBENCH= 1252
IDSOLVER= 160
FILE ID= node11/358968-1176918666

PBS_JOBID= 4595249

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1476879b9f55ab2af66e74aac1d720c1

RANDOM SEED= 486688321

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.235
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.235
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1390048 kB
Buffers:         35648 kB
Cached:         551504 kB
SwapCached:      22332 kB
Active:         228296 kB
Inactive:       394052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390048 kB
SwapTotal:     4192956 kB
SwapFree:      4139248 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:          30848 kB
Slab:            28988 kB
Committed_AS:  6158444 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66254 MiB

End job on node11 on Wed Apr 18 18:21:04 UTC 2007