Trace number 365934

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-23UNSAT 41.4797 40.4335

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
MD5SUMdab917560b0808668d6327532459772d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.043992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
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 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.18	c no version file found!!!
0.07/0.18	c sun.arch.data.model	32
0.07/0.18	c java.version	1.6.0
0.07/0.18	c os.name	Linux
0.07/0.18	c os.version	2.6.9-22.EL.rootsmp
0.07/0.18	c os.arch	i386
0.07/0.18	c Free memory 1651659224
0.07/0.18	c Max memory 1654456320
0.07/0.18	c Total memory 1654456320
0.07/0.18	c Number of processors 2
0.15/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.24	--- Begin Solver configuration ---
0.15/0.24	c Stops conflict analysis at the first Unique Implication Point
0.15/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.24	c Learn all clauses as in MiniSAT
0.15/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.24	c No reason simplification
0.15/0.24	c --- End Solver configuration ---
0.15/0.24	c solving /tmp/evaluation/365934-1177055319/instance-365934-1177055319.opb
0.15/0.24	c reading problem ... 
0.93/0.79	c ... done. Wall clock time 0.553s.
0.93/0.79	c CPU time (experimental) 0.5s.
0.93/0.79	c #vars     4970
0.93/0.79	c #constraints  141
41.34/40.40	c starts		: 1
41.34/40.40	c conflicts		: 70
41.34/40.40	c decisions		: 2416
41.34/40.40	c propagations		: 6343
41.34/40.40	c inspects		: 2692
41.34/40.40	c learnt literals	: 0
41.34/40.40	c learnt binary clauses	: 0
41.34/40.40	c learnt ternary clauses	: 0
41.34/40.40	c learnt clauses	: 69
41.34/40.40	c root simplifications	: 0
41.34/40.40	c removed literals (reason simplification)	: 0
41.34/40.40	c reason swapping (by a shorter reason)	: 0
41.34/40.40	c Calls to reduceDB	: 0
41.34/40.40	c speed (decisions/second)	: 61.02859452359301
41.34/40.40	c non guided choices	2416
41.34/40.40	s UNSATISFIABLE
41.34/40.40	c Total wall clock time (ms): 40.158

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/node3/watcher-365934-1177055319 -o ROOT/results/node3/solver-365934-1177055319 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365934-1177055319/sat4jPseudoCP.jar /tmp/evaluation/365934-1177055319/instance-365934-1177055319.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.85 0.98 0.99 1/77 23215
/proc/meminfo: memFree=1862816/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=272 CPUtime=0
/proc/23215/stat : 23215 (java) D 23213 23215 23152 0 -1 0 54 0 0 0 0 0 0 0 19 0 1 0 181569606 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10924836 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/23215/statm: 68 37 28 9 0 6 0

[startup+0.0973601 s]
/proc/loadavg: 0.85 0.98 0.99 1/77 23215
/proc/meminfo: memFree=1862816/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1777844 CPUtime=0.06
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 3792 0 1 0 4 2 0 0 19 0 7 0 181569606 1820512256 3534 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 444461 3535 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.10136 s]
/proc/loadavg: 0.85 0.98 0.99 1/77 23215
/proc/meminfo: memFree=1862816/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1777844 CPUtime=0.07
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 3823 0 1 0 5 2 0 0 19 0 7 0 181569606 1820512256 3565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 444461 3565 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301398 s]
/proc/loadavg: 0.85 0.98 0.99 1/77 23215
/proc/meminfo: memFree=1862816/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1782396 CPUtime=0.27
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 5080 0 1 0 24 3 0 0 19 0 12 0 181569606 1825173504 4818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 445599 4819 1255 9 0 443211 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1782396

[startup+0.702462 s]
/proc/loadavg: 0.85 0.98 0.99 1/77 23215
/proc/meminfo: memFree=1862816/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785416 CPUtime=0.93
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 8002 0 1 0 89 4 0 0 19 0 12 0 181569606 1828265984 7044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446354 7045 1308 9 0 443966 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1785416

[startup+1.50159 s]
/proc/loadavg: 0.94 0.99 0.99 4/90 23228
/proc/meminfo: memFree=1836152/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785740 CPUtime=2.12
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 27673 0 1 0 199 13 0 0 19 0 13 0 181569606 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446435 26507 1317 9 0 444047 0
[pid=23215/tid=23217] ppid=23213 vsize=1785740 CPUtime=1.15
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 24730 0 1 0 103 12 0 0 18 0 13 0 181569607 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 181569610 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 181569610 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 181569612 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 181569612 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181569612 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785740 CPUtime=0.48
/proc/23215/task/23224/stat : 23224 (java) R 23213 23215 23152 0 -1 64 1083 0 0 0 48 0 0 0 16 0 13 0 181569618 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102378167 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785740 CPUtime=0.46
/proc/23215/task/23225/stat : 23225 (java) R 23213 23215 23152 0 -1 64 1133 0 0 0 46 0 0 0 16 0 13 0 181569618 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102573584 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828597760 26507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1785740

[startup+3.10185 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1707192/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785740 CPUtime=3.91
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 41542 0 1 0 372 19 0 0 19 0 13 0 181569606 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446435 40252 1329 9 0 444047 0
[pid=23215/tid=23217] ppid=23213 vsize=1785740 CPUtime=2.68
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 37710 0 1 0 251 17 0 0 18 0 13 0 181569607 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785740 CPUtime=0.01
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 398 0 0 0 1 0 0 0 16 0 13 0 181569610 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785740 CPUtime=0.01
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 354 0 0 0 1 0 0 0 16 0 13 0 181569610 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 181569612 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181569612 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181569612 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785740 CPUtime=0.57
/proc/23215/task/23224/stat : 23224 (java) R 23213 23215 23152 0 -1 64 1088 0 0 0 57 0 0 0 16 0 13 0 181569618 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103164711 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785740 CPUtime=0.59
/proc/23215/task/23225/stat : 23225 (java) R 23213 23215 23152 0 -1 64 1257 0 0 0 59 0 0 0 16 0 13 0 181569618 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314284 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785740 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828597760 40252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 1785740

[startup+6.30217 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1685368/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=7.16
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 47067 0 1 0 694 22 0 0 19 0 13 0 181569606 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 45275 1329 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=5.83
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 42234 0 1 0 564 19 0 0 18 0 13 0 181569607 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109693124 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.04
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 890 0 0 0 4 0 0 0 16 0 13 0 181569610 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.03
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 823 0 0 0 3 0 0 0 16 0 13 0 181569610 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 181569612 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785568 CPUtime=0.58
/proc/23215/task/23224/stat : 23224 (java) S 23213 23215 23152 0 -1 64 1091 0 0 0 58 0 0 0 16 0 13 0 181569618 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785568 CPUtime=0.62
/proc/23215/task/23225/stat : 23225 (java) S 23213 23215 23152 0 -1 64 1279 0 0 0 62 0 0 0 16 0 13 0 181569618 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828421632 45275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1785568

[startup+12.7012 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1683576/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=13.62
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 48035 0 1 0 1340 22 0 0 19 0 13 0 181569606 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 45685 1329 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=12.2
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 42248 0 1 0 1201 19 0 0 18 0 13 0 181569607 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109693093 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.05
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 1235 0 0 0 5 0 0 0 16 0 13 0 181569610 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.05
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 1226 0 0 0 5 0 0 0 16 0 13 0 181569610 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 181569612 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785568 CPUtime=0.59
/proc/23215/task/23224/stat : 23224 (java) S 23213 23215 23152 0 -1 64 1091 0 0 0 59 0 0 0 16 0 13 0 181569618 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785568 CPUtime=0.67
/proc/23215/task/23225/stat : 23225 (java) S 23213 23215 23152 0 -1 64 1485 0 0 0 67 0 0 0 17 0 13 0 181569618 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828421632 45685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.62
Current children cumulated vsize (KiB) 1785568

[startup+25.5023 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1688248/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=26.48
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 49275 0 1 0 2624 24 0 0 19 0 13 0 181569606 1828421632 44479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 44479 1329 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=24.93
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 42303 0 1 0 2474 19 0 0 16 0 13 0 181569607 1828421632 44479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109682403 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.1
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 1826 0 0 0 10 0 0 0 16 0 13 0 181569610 1828421632 44479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.09
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 1819 0 0 0 9 0 0 0 15 0 13 0 181569610 1828421632 44479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828421632 43518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828421632 43518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828421632 43518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.12
Current children cumulated vsize (KiB) 1785568

[startup+38.3014 s]
/proc/loadavg: 0.97 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1692792/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=39.33
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 50445 0 1 0 3907 26 0 0 19 0 13 0 181569606 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 43231 1329 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=37.64
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 42409 0 1 0 3744 20 0 0 17 0 13 0 181569607 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109703993 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.17
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 2343 0 0 0 16 1 0 0 16 0 13 0 181569610 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.16
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 2366 0 0 0 15 1 0 0 16 0 13 0 181569610 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785568 CPUtime=0.03
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 28 0 0 0 2 1 0 0 15 0 13 0 181569612 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785568 CPUtime=0.6
/proc/23215/task/23224/stat : 23224 (java) S 23213 23215 23152 0 -1 64 1091 0 0 0 60 0 0 0 16 0 13 0 181569618 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785568 CPUtime=0.68
/proc/23215/task/23225/stat : 23225 (java) S 23213 23215 23152 0 -1 64 1485 0 0 0 68 0 0 0 16 0 13 0 181569618 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828421632 43231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.33
Current children cumulated vsize (KiB) 1785568

[startup+39.1015 s]
/proc/loadavg: 0.97 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1693112/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=40.14
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 50535 0 1 0 3988 26 0 0 19 0 13 0 181569606 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 43109 1329 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=38.43
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 42417 0 1 0 3823 20 0 0 17 0 13 0 181569607 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109693141 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.18
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 2384 0 0 0 17 1 0 0 16 0 13 0 181569610 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.16
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 2407 0 0 0 15 1 0 0 16 0 13 0 181569610 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785568 CPUtime=0.03
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 28 0 0 0 2 1 0 0 15 0 13 0 181569612 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785568 CPUtime=0.6
/proc/23215/task/23224/stat : 23224 (java) S 23213 23215 23152 0 -1 64 1091 0 0 0 60 0 0 0 16 0 13 0 181569618 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785568 CPUtime=0.68
/proc/23215/task/23225/stat : 23225 (java) S 23213 23215 23152 0 -1 64 1485 0 0 0 68 0 0 0 16 0 13 0 181569618 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828421632 43109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.14
Current children cumulated vsize (KiB) 1785568

[startup+39.9016 s]
/proc/loadavg: 0.97 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1693880/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=40.94
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 50606 0 1 0 4068 26 0 0 19 0 13 0 181569606 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 43027 1329 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=39.22
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 42424 0 1 0 3902 20 0 0 17 0 13 0 181569607 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109683548 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.18
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 2442 0 0 0 17 1 0 0 16 0 13 0 181569610 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.17
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 2413 0 0 0 16 1 0 0 16 0 13 0 181569610 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785568 CPUtime=0.03
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 28 0 0 0 2 1 0 0 15 0 13 0 181569612 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785568 CPUtime=0.6
/proc/23215/task/23224/stat : 23224 (java) S 23213 23215 23152 0 -1 64 1091 0 0 0 60 0 0 0 16 0 13 0 181569618 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785568 CPUtime=0.68
/proc/23215/task/23225/stat : 23225 (java) S 23213 23215 23152 0 -1 64 1485 0 0 0 68 0 0 0 16 0 13 0 181569618 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828421632 43027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.94
Current children cumulated vsize (KiB) 1785568

[startup+40.3027 s]
/proc/loadavg: 0.97 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1693880/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=41.34
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 50617 0 1 0 4108 26 0 0 19 0 13 0 181569606 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 42988 1329 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=39.62
/proc/23215/task/23217/stat : 23217 (java) R 23213 23215 23152 0 -1 64 42427 0 1 0 3942 20 0 0 17 0 13 0 181569607 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109694077 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.19
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 2445 0 0 0 18 1 0 0 16 0 13 0 181569610 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.17
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 2418 0 0 0 16 1 0 0 16 0 13 0 181569610 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785568 CPUtime=0.03
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 28 0 0 0 2 1 0 0 15 0 13 0 181569612 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181569612 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181569618 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785568 CPUtime=0.6
/proc/23215/task/23224/stat : 23224 (java) S 23213 23215 23152 0 -1 64 1091 0 0 0 60 0 0 0 16 0 13 0 181569618 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785568 CPUtime=0.68
/proc/23215/task/23225/stat : 23225 (java) S 23213 23215 23152 0 -1 64 1485 0 0 0 68 0 0 0 16 0 13 0 181569618 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181569618 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181569618 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23228] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23228/stat : 23228 (java) S 23213 23215 23152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 181569687 1828421632 42988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.34
Current children cumulated vsize (KiB) 1785568

[startup+40.4027 s]
/proc/loadavg: 0.97 0.99 0.99 2/90 23228
/proc/meminfo: memFree=1693880/2055920 swapFree=4140768/4192956
[pid=23215] ppid=23213 vsize=1785568 CPUtime=41.44
/proc/23215/stat : 23215 (java) S 23213 23215 23152 0 -1 0 50626 0 1 0 4118 26 0 0 19 0 12 0 181569606 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23215/statm: 446392 42964 1330 9 0 444004 0
[pid=23215/tid=23217] ppid=23213 vsize=1785568 CPUtime=39.71
/proc/23215/task/23217/stat : 23217 (java) S 23213 23215 23152 0 -1 64 42432 0 1 0 3951 20 0 0 17 0 12 0 181569607 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23215/tid=23218] ppid=23213 vsize=1785568 CPUtime=0.19
/proc/23215/task/23218/stat : 23218 (java) S 23213 23215 23152 0 -1 64 2446 0 0 0 18 1 0 0 16 0 12 0 181569610 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23219] ppid=23213 vsize=1785568 CPUtime=0.17
/proc/23215/task/23219/stat : 23219 (java) S 23213 23215 23152 0 -1 64 2420 0 0 0 16 1 0 0 16 0 12 0 181569610 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23220] ppid=23213 vsize=1785568 CPUtime=0.03
/proc/23215/task/23220/stat : 23220 (java) S 23213 23215 23152 0 -1 64 28 0 0 0 2 1 0 0 16 0 12 0 181569612 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23221] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23221/stat : 23221 (java) S 23213 23215 23152 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181569612 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23222] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23222/stat : 23222 (java) S 23213 23215 23152 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181569612 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23223] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23223/stat : 23223 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181569618 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23224] ppid=23213 vsize=1785568 CPUtime=0.6
/proc/23215/task/23224/stat : 23224 (java) S 23213 23215 23152 0 -1 64 1091 0 0 0 60 0 0 0 16 0 12 0 181569618 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23225] ppid=23213 vsize=1785568 CPUtime=0.68
/proc/23215/task/23225/stat : 23225 (java) S 23213 23215 23152 0 -1 64 1485 0 0 0 68 0 0 0 16 0 12 0 181569618 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23226] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23226/stat : 23226 (java) S 23213 23215 23152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181569618 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23215/tid=23227] ppid=23213 vsize=1785568 CPUtime=0
/proc/23215/task/23227/stat : 23227 (java) S 23213 23215 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181569618 1828421632 42964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.44
Current children cumulated vsize (KiB) 1785568

Child status: 20
Real time (s): 40.4335
CPU time (s): 41.4797
CPU user time (s): 41.1827
CPU system time (s): 0.296954
CPU usage (%): 102.587
Max. virtual memory (cumulated for all children) (KiB): 1785740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1827
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50627
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= 2766
involuntary context switches= 997

runsolver used 0.045993 second user time and 0.112982 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Apr 20 07:48:39 UTC 2007

IDJOB= 365934
IDBENCH= 2589
IDSOLVER= 160
FILE ID= node3/365934-1177055319

PBS_JOBID= 4640211

Free space on /tmp= 66355 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  dab917560b0808668d6327532459772d

RANDOM SEED= 383819264

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1863288 kB
Buffers:         40672 kB
Cached:          87680 kB
SwapCached:      15128 kB
Active:          42568 kB
Inactive:       108620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863288 kB
SwapTotal:     4192956 kB
SwapFree:      4140768 kB
Dirty:            3844 kB
Writeback:           0 kB
Mapped:          29740 kB
Slab:            26996 kB
Committed_AS:  5978844 kB
PageTables:       1780 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= 66355 MiB

End job on node3 on Fri Apr 20 07:49:19 UTC 2007