Trace number 366046

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.16 1789.59

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-15-10.opb
MD5SUMb845b962d759bc561586bd2e43125fc9
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.9173
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints1065
Number of constraints which are clauses1065
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.10/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.22	c no version file found!!!
0.10/0.22	c sun.arch.data.model	32
0.10/0.22	c java.version	1.6.0
0.10/0.22	c os.name	Linux
0.10/0.22	c os.version	2.6.9-22.EL.rootsmp
0.10/0.22	c os.arch	i386
0.10/0.22	c Free memory 1651659224
0.10/0.22	c Max memory 1654456320
0.10/0.22	c Total memory 1654456320
0.10/0.22	c Number of processors 2
0.10/0.28	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.10/0.28	--- Begin Solver configuration ---
0.10/0.28	c Stops conflict analysis at the first Unique Implication Point
0.10/0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.28	c Learn all clauses as in MiniSAT
0.10/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.10/0.28	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.28	c No reason simplification
0.10/0.28	c --- End Solver configuration ---
0.10/0.28	c solving /tmp/evaluation/366046-1177056937/instance-366046-1177056937.opb
0.10/0.28	c reading problem ... 
0.48/0.53	c ... done. Wall clock time 0.256s.
0.48/0.53	c CPU time (experimental) 0.38s.
0.48/0.53	c #vars     150
0.48/0.53	c #constraints  1065
1800.07/1789.51	c starts		: 2
1800.07/1789.51	c conflicts		: 345930
1800.07/1789.51	c decisions		: 398752
1800.07/1789.51	c propagations		: 3939746
1800.07/1789.51	c inspects		: 4025003711
1800.07/1789.51	c learnt literals	: 1
1800.07/1789.51	c learnt binary clauses	: 0
1800.07/1789.51	c learnt ternary clauses	: 0
1800.07/1789.51	c learnt clauses	: 345929
1800.07/1789.51	c root simplifications	: 0
1800.07/1789.51	c removed literals (reason simplification)	: 0
1800.07/1789.51	c reason swapping (by a shorter reason)	: 0
1800.07/1789.51	c Calls to reduceDB	: 0
1800.07/1789.51	c speed (decisions/second)	: 222.89399075225154
1800.07/1789.51	c non guided choices	53
1800.07/1789.51	s UNKNOWN
1800.07/1789.51	c Total wall clock time (ms): 1789.236

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17523
/proc/meminfo: memFree=1763704/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1800 CPUtime=0
/proc/17523/stat : 17523 (java) D 17521 17523 16696 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 181732124 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17523/statm: 450 138 101 9 0 92 0

[startup+0.0831629 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17523
/proc/meminfo: memFree=1763704/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1777844 CPUtime=0.06
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 3790 0 1 0 4 2 0 0 18 0 7 0 181732124 1820512256 3532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 444461 3532 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101158 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17523
/proc/meminfo: memFree=1763704/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1777844 CPUtime=0.06
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 3790 0 1 0 4 2 0 0 18 0 7 0 181732124 1820512256 3532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 444461 3532 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301183 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17523
/proc/meminfo: memFree=1763704/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1781880 CPUtime=0.22
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 4925 0 1 0 18 4 0 0 18 0 12 0 181732124 1824645120 4663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 445470 4663 1246 9 0 443082 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1781880

[startup+0.70122 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17523
/proc/meminfo: memFree=1763704/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1786060 CPUtime=0.79
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 7174 0 1 0 74 5 0 0 18 0 13 0 181732124 1828925440 6184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446515 6184 1307 9 0 444127 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1786060

[startup+1.50229 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 17536
/proc/meminfo: memFree=1736912/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784872 CPUtime=2.05
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 17598 0 1 0 195 10 0 0 18 0 13 0 181732124 1827708928 15359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446218 15362 1313 9 0 443830 0
[pid=17523/tid=17525] ppid=17521 vsize=1784872 CPUtime=0.93
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 13632 0 1 0 86 7 0 0 22 0 13 0 181732126 1827708928 15363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553495 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181732127 1827708928 15365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 181732127 1827708928 15367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 181732129 1827708928 15369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 181732130 1827708928 15371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 181732130 1827708928 15373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827708928 15374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784872 CPUtime=0.55
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1014 0 0 0 55 0 0 0 16 0 13 0 181732141 1827708928 15376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784872 CPUtime=0.53
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2232 0 0 0 53 0 0 0 16 0 13 0 181732141 1827708928 15378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827708928 15379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827708928 15380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827708928 15380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1784872

[startup+3.10244 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17536
/proc/meminfo: memFree=1627152/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784872 CPUtime=3.69
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 41953 0 1 0 347 22 0 0 18 0 13 0 181732124 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446218 39709 1329 9 0 443830 0
[pid=17523/tid=17525] ppid=17521 vsize=1784872 CPUtime=2.5
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 37706 0 1 0 231 19 0 0 25 0 13 0 181732126 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522742 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 131 0 0 0 0 0 0 0 16 0 13 0 181732127 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 130 0 0 0 0 0 0 0 16 0 13 0 181732127 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 181732129 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784872 CPUtime=0.59
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1024 0 0 0 59 0 0 0 16 0 13 0 181732141 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784872 CPUtime=0.55
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2233 0 0 0 55 0 0 0 16 0 13 0 181732141 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784872 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827708928 39709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1784872

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17536
/proc/meminfo: memFree=1605520/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784748 CPUtime=6.99
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 43326 0 1 0 676 23 0 0 18 0 13 0 181732124 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 40185 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=5.66
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 37711 0 1 0 547 19 0 0 25 0 13 0 181732126 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544550 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=0.03
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 838 0 0 0 3 0 0 0 16 0 13 0 181732127 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=0.03
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 774 0 0 0 3 0 0 0 16 0 13 0 181732127 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 181732129 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784748 CPUtime=0.66
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1032 0 0 0 66 0 0 0 15 0 13 0 181732141 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784748 CPUtime=0.56
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2234 0 0 0 56 0 0 0 15 0 13 0 181732141 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827581952 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1784748

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17536
/proc/meminfo: memFree=1599576/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784748 CPUtime=13.44
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 47707 0 1 0 1319 25 0 0 18 0 13 0 181732124 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 42016 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=11.99
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 37716 0 1 0 1180 19 0 0 25 0 13 0 181732126 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553090 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=0.08
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 3043 0 0 0 7 1 0 0 16 0 13 0 181732127 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=0.08
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 2944 0 0 0 7 1 0 0 16 0 13 0 181732127 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 181732129 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784748 CPUtime=0.66
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1032 0 0 0 66 0 0 0 16 0 13 0 181732141 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784748 CPUtime=0.56
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2234 0 0 0 56 0 0 0 16 0 13 0 181732141 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827581952 42016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 1784748

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17536
/proc/meminfo: memFree=1609944/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784748 CPUtime=26.29
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 49549 0 1 0 2602 27 0 0 18 0 13 0 181732124 1827581952 39426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 39426 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=24.73
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 37727 0 1 0 2454 19 0 0 25 0 13 0 181732126 1827581952 39426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109706201 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=0.13
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 4094 0 0 0 11 2 0 0 16 0 13 0 181732127 1827581952 39426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=0.13
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 3724 0 0 0 12 1 0 0 16 0 13 0 181732127 1827581952 39426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=17523] ppid=17521 vsize=1784748 CPUtime=1672.03
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 92200 0 1 0 167113 90 0 0 18 0 13 0 181732124 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 56007 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=1648.66
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 45176 0 1 0 164838 28 0 0 25 0 13 0 181732126 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544925 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=11
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 21770 0 0 0 1076 24 0 0 17 0 13 0 181732127 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=10.9
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 21219 0 0 0 1064 26 0 0 16 0 13 0 181732127 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784748 CPUtime=0.15
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 47 0 0 0 8 7 0 0 16 0 13 0 181732129 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784748 CPUtime=0.66
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1032 0 0 0 66 0 0 0 16 0 13 0 181732141 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784748 CPUtime=0.57
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2234 0 0 0 57 0 0 0 17 0 13 0 181732141 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827581952 56007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.03
Current children cumulated vsize (KiB) 1784748

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 17538
/proc/meminfo: memFree=1541976/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784748 CPUtime=1732.43
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 92776 0 1 0 173151 92 0 0 18 0 13 0 181732124 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 56327 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=1708.09
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 45192 0 1 0 170780 29 0 0 25 0 13 0 181732126 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604680 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=11.51
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 21770 0 0 0 1127 24 0 0 17 0 13 0 181732127 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=11.36
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 21779 0 0 0 1109 27 0 0 16 0 13 0 181732127 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784748 CPUtime=0.15
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 47 0 0 0 8 7 0 0 16 0 13 0 181732129 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784748 CPUtime=0.66
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1032 0 0 0 66 0 0 0 16 0 13 0 181732141 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784748 CPUtime=0.57
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2234 0 0 0 57 0 0 0 17 0 13 0 181732141 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827581952 56327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.43
Current children cumulated vsize (KiB) 1784748

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 17538
/proc/meminfo: memFree=1537176/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784748 CPUtime=1792.83
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 94766 0 1 0 179190 93 0 0 18 0 13 0 181732124 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 57501 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=1767.53
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 45207 0 1 0 176724 29 0 0 25 0 13 0 181732126 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604680 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=12
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 22336 0 0 0 1176 24 0 0 17 0 13 0 181732127 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=11.83
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 23185 0 0 0 1155 28 0 0 16 0 13 0 181732127 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784748 CPUtime=0.15
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 50 0 0 0 8 7 0 0 16 0 13 0 181732129 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784748 CPUtime=0.66
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1032 0 0 0 66 0 0 0 16 0 13 0 181732141 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784748 CPUtime=0.57
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2234 0 0 0 57 0 0 0 17 0 13 0 181732141 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827581952 57501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.83
Current children cumulated vsize (KiB) 1784748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 17538
/proc/meminfo: memFree=1537176/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784748 CPUtime=1800.07
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 94794 0 1 0 179913 94 0 0 18 0 13 0 181732124 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 57512 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=1774.7
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 45208 0 1 0 177441 29 0 0 25 0 13 0 181732126 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553623 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=12.03
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 22336 0 0 0 1179 24 0 0 17 0 13 0 181732127 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=11.87
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 23212 0 0 0 1158 29 0 0 16 0 13 0 181732127 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784748 CPUtime=0.15
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 50 0 0 0 8 7 0 0 16 0 13 0 181732129 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784748 CPUtime=0.66
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1032 0 0 0 66 0 0 0 16 0 13 0 181732141 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784748 CPUtime=0.57
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2234 0 0 0 57 0 0 0 17 0 13 0 181732141 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827581952 57512 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) 1784748

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

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

[startup+1789.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 17538
/proc/meminfo: memFree=1537176/2055920 swapFree=4157116/4192956
[pid=17523] ppid=17521 vsize=1784748 CPUtime=1800.07
/proc/17523/stat : 17523 (java) S 17521 17523 16696 0 -1 0 94794 0 1 0 179913 94 0 0 18 0 13 0 181732124 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17523/statm: 446187 57512 1331 9 0 443799 0
[pid=17523/tid=17525] ppid=17521 vsize=1784748 CPUtime=1774.7
/proc/17523/task/17525/stat : 17525 (java) R 17521 17523 16696 0 -1 64 45208 0 1 0 177441 29 0 0 25 0 13 0 181732126 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553623 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17526] ppid=17521 vsize=1784748 CPUtime=12.03
/proc/17523/task/17526/stat : 17526 (java) S 17521 17523 16696 0 -1 64 22336 0 0 0 1179 24 0 0 17 0 13 0 181732127 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17527] ppid=17521 vsize=1784748 CPUtime=11.87
/proc/17523/task/17527/stat : 17527 (java) S 17521 17523 16696 0 -1 64 23212 0 0 0 1158 29 0 0 16 0 13 0 181732127 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17528] ppid=17521 vsize=1784748 CPUtime=0.15
/proc/17523/task/17528/stat : 17528 (java) S 17521 17523 16696 0 -1 64 50 0 0 0 8 7 0 0 16 0 13 0 181732129 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17523/tid=17529] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17529/stat : 17529 (java) S 17521 17523 16696 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17530] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17530/stat : 17530 (java) S 17521 17523 16696 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181732130 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17531] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17531/stat : 17531 (java) S 17521 17523 16696 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 181732141 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17532] ppid=17521 vsize=1784748 CPUtime=0.66
/proc/17523/task/17532/stat : 17532 (java) S 17521 17523 16696 0 -1 64 1032 0 0 0 66 0 0 0 16 0 13 0 181732141 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17533] ppid=17521 vsize=1784748 CPUtime=0.57
/proc/17523/task/17533/stat : 17533 (java) S 17521 17523 16696 0 -1 64 2234 0 0 0 57 0 0 0 17 0 13 0 181732141 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17534] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17534/stat : 17534 (java) S 17521 17523 16696 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 181732142 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17535] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17535/stat : 17535 (java) S 17521 17523 16696 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181732142 1827581952 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17523/tid=17536] ppid=17521 vsize=1784748 CPUtime=0
/proc/17523/task/17536/stat : 17536 (java) S 17521 17523 16696 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181732179 1827581952 57512 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) 1784748

Child status: 143
Real time (s): 1789.59
CPU time (s): 1800.16
CPU user time (s): 1799.18
CPU system time (s): 0.979851
CPU usage (%): 100.591
Max. virtual memory (cumulated for all children) (KiB): 1786060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.979851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94814
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= 45050
involuntary context switches= 57274

runsolver used 2.05769 second user time and 5.51016 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Fri Apr 20 08:15:37 UTC 2007

IDJOB= 366046
IDBENCH= 2602
IDSOLVER= 160
FILE ID= node72/366046-1177056937

PBS_JOBID= 4640177

Free space on /tmp= 66404 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b845b962d759bc561586bd2e43125fc9

RANDOM SEED= 10869796

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1764048 kB
Buffers:         54696 kB
Cached:         155264 kB
SwapCached:      16956 kB
Active:         133264 kB
Inactive:       101020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764048 kB
SwapTotal:     4192956 kB
SwapFree:      4157116 kB
Dirty:            3632 kB
Writeback:           0 kB
Mapped:          30472 kB
Slab:            43068 kB
Committed_AS:  3176660 kB
PageTables:       1792 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= 66404 MiB

End job on node72 on Fri Apr 20 08:45:28 UTC 2007