Trace number 362768

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23UNSAT 53.5549 50.3828

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stair.opb
MD5SUM98b9ab286036da69f2015d2ff2a12818
Bench CategoryOPT-SMALLINT (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 benchmark18.3192
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11454
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint13
Maximum length of a constraint810
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524930
Number of bits of the biggest sum of numbers20
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving /tmp/evaluation/362768-1177017837/instance-362768-1177017837.opb
0.09/0.19	c reading problem ... 
2.50/1.48	c ... done. Wall clock time 1.284s.
2.50/1.48	c CPU time (experimental) 1.21s.
2.50/1.48	c #vars     11454
2.50/1.48	c #constraints  571
53.50/50.32	c starts		: 1
53.50/50.32	c conflicts		: 84
53.50/50.32	c decisions		: 1352
53.50/50.32	c propagations		: 17107
53.50/50.32	c inspects		: 61263
53.50/50.32	c learnt literals	: 0
53.50/50.32	c learnt binary clauses	: 0
53.50/50.32	c learnt ternary clauses	: 0
53.50/50.32	c learnt clauses	: 83
53.50/50.32	c root simplifications	: 0
53.50/50.32	c removed literals (reason simplification)	: 0
53.50/50.32	c reason swapping (by a shorter reason)	: 0
53.50/50.32	c Calls to reduceDB	: 0
53.50/50.32	c speed (decisions/second)	: 27.69470277356713
53.50/50.32	c non guided choices	0
53.50/50.32	s UNSATISFIABLE
53.50/50.32	c Total wall clock time (ms): 50.126

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-362768-1177017837 -o ROOT/results/node3/solver-362768-1177017837 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362768-1177017837/sat4jPseudoCP.jar /tmp/evaluation/362768-1177017837/instance-362768-1177017837.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.03 1.00 0.99 2/77 17419
/proc/meminfo: memFree=1783328/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=152 CPUtime=0
/proc/17419/stat : 17419 (java) R 17417 17419 17035 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 177821464 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 1 0 0
/proc/17419/statm: 38 26 19 9 0 4 0

[startup+0.081154 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 17419
/proc/meminfo: memFree=1783328/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1777844 CPUtime=0.07
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 3833 0 1 0 5 2 0 0 18 0 7 0 177821464 1820512256 3575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 444461 3575 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101157 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 17419
/proc/meminfo: memFree=1783328/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1780256 CPUtime=0.09
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 4019 0 1 0 7 2 0 0 18 0 12 0 177821464 1822982144 3760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 445064 3760 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.30119 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 17419
/proc/meminfo: memFree=1783328/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1782568 CPUtime=0.33
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 5297 0 1 0 30 3 0 0 18 0 12 0 177821464 1825349632 5035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 445642 5035 1270 9 0 443254 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782568

[startup+0.702256 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 17419
/proc/meminfo: memFree=1783328/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1790152 CPUtime=1.12
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 9487 0 1 0 106 6 0 0 18 0 12 0 177821464 1833115648 8383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 447538 8383 1302 9 0 445150 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1790152

[startup+1.50239 s]
/proc/loadavg: 1.03 1.00 0.99 4/89 17431
/proc/meminfo: memFree=1733248/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1792312 CPUtime=2.71
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 28490 0 1 0 257 14 0 0 18 0 12 0 177821464 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448078 24554 1310 9 0 445690 0
[pid=17419/tid=17421] ppid=17417 vsize=1792312 CPUtime=1.23
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 20941 0 1 0 114 9 0 0 18 0 12 0 177821465 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 177821466 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 177821466 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 177821468 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 177821469 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 177821469 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 177821473 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1792312 CPUtime=0.88
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 5427 0 0 0 86 2 0 0 18 0 12 0 177821473 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1792312 CPUtime=0.57
/proc/17419/task/17429/stat : 17429 (java) R 17417 17419 17035 0 -1 64 1402 0 0 0 56 1 0 0 16 0 12 0 177821473 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105060188 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 177821473 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1792312 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 177821473 1835327488 24554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1792312

[startup+3.10265 s]
/proc/loadavg: 1.03 1.00 0.99 3/90 17432
/proc/meminfo: memFree=1638520/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1792700 CPUtime=5.12
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 53698 0 1 0 487 25 0 0 18 0 13 0 177821464 1835724800 45772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448175 45774 1325 9 0 445787 0
[pid=17419/tid=17421] ppid=17417 vsize=1792700 CPUtime=2.34
/proc/17419/task/17421/stat : 17421 (java) S 17417 17419 17035 0 -1 64 37732 0 1 0 218 16 0 0 24 0 13 0 177821465 1835724800 45775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1792700 CPUtime=0.07
/proc/17419/task/17422/stat : 17422 (java) R 17417 17419 17035 0 -1 64 2268 0 0 0 7 0 0 0 17 0 13 0 177821466 1835724800 45776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367114 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1792700 CPUtime=0.08
/proc/17419/task/17423/stat : 17423 (java) R 17417 17419 17035 0 -1 64 2077 0 0 0 7 1 0 0 17 0 13 0 177821466 1835724800 45777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1792700 CPUtime=0
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 177821468 1835724800 45779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1792700 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1835724800 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1792700 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1835724800 45781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1792700 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1835724800 45783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1792700 CPUtime=1.46
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 6697 0 0 0 143 3 0 0 16 0 13 0 177821473 1835724800 45784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1792700 CPUtime=1.12
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4200 0 0 0 110 2 0 0 16 0 13 0 177821473 1835724800 45785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1792700 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1835724800 45786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1792700 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1835724800 45787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1792700 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1835724800 45788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 1792700

[startup+6.30216 s]
/proc/loadavg: 1.11 1.02 1.00 3/90 17432
/proc/meminfo: memFree=1591288/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1794696 CPUtime=8.92
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 62195 0 1 0 862 30 0 0 18 0 13 0 177821464 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448674 49851 1325 9 0 446286 0
[pid=17419/tid=17421] ppid=17417 vsize=1794696 CPUtime=5.01
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 37741 0 1 0 485 16 0 0 24 0 13 0 177821465 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109857532 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1794696 CPUtime=0.33
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 6214 0 0 0 30 3 0 0 16 0 13 0 177821466 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1794696 CPUtime=0.32
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 5322 0 0 0 30 2 0 0 16 0 13 0 177821466 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1794696 CPUtime=0
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 177821468 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1794696 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1794696 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1794696 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1794696 CPUtime=1.75
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 7799 0 0 0 172 3 0 0 16 0 13 0 177821473 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1794696 CPUtime=1.44
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4372 0 0 0 142 2 0 0 17 0 13 0 177821473 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1794696 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1794696 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1794696 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1837768704 49851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.92
Current children cumulated vsize (KiB) 1794696

[startup+12.7012 s]
/proc/loadavg: 1.10 1.02 1.00 2/90 17432
/proc/meminfo: memFree=1611384/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1792648 CPUtime=15.35
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 62684 0 1 0 1505 30 0 0 18 0 13 0 177821464 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448162 42089 1325 9 0 445774 0
[pid=17419/tid=17421] ppid=17417 vsize=1792648 CPUtime=11.36
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 38095 0 1 0 1120 16 0 0 17 0 13 0 177821465 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110037764 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1792648 CPUtime=0.34
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 6285 0 0 0 31 3 0 0 16 0 13 0 177821466 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1792648 CPUtime=0.33
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 5386 0 0 0 31 2 0 0 16 0 13 0 177821466 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1792648 CPUtime=0
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 177821468 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1792648 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1792648 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1792648 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1792648 CPUtime=1.77
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 7799 0 0 0 174 3 0 0 16 0 13 0 177821473 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1792648 CPUtime=1.48
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4372 0 0 0 146 2 0 0 16 0 13 0 177821473 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1792648 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1792648 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1792648 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1835671552 42089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 1792648

[startup+25.5025 s]
/proc/loadavg: 1.07 1.01 1.00 2/90 17432
/proc/meminfo: memFree=1639800/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1793672 CPUtime=28.57
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 72441 0 1 0 2820 37 0 0 18 0 13 0 177821464 1836720128 36776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448418 36776 1325 9 0 446030 0
[pid=17419/tid=17421] ppid=17417 vsize=1793672 CPUtime=23.97
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 45778 0 1 0 2378 19 0 0 25 0 13 0 177821465 1836720128 36776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109530315 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1793672 CPUtime=0.42
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 6846 0 0 0 39 3 0 0 15 0 13 0 177821466 1836720128 36776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1793672 CPUtime=0.41
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 5920 0 0 0 38 3 0 0 16 0 13 0 177821466 1836720128 36776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1793672 CPUtime=0.04
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 42 0 0 0 2 2 0 0 16 0 13 0 177821468 1836720128 36776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1836720128 38886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1836720128 38886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.44
Current children cumulated vsize (KiB) 1793672

[startup+44.7026 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 17432
/proc/meminfo: memFree=1631416/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1793672 CPUtime=47.86
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 76069 0 1 0 4747 39 0 0 18 0 13 0 177821464 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448418 38998 1325 9 0 446030 0
[pid=17419/tid=17421] ppid=17417 vsize=1793672 CPUtime=43.04
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 47681 0 1 0 4284 20 0 0 25 0 13 0 177821465 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109857600 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1793672 CPUtime=0.51
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 7738 0 0 0 47 4 0 0 16 0 13 0 177821466 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1793672 CPUtime=0.49
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 6736 0 0 0 45 4 0 0 16 0 13 0 177821466 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1793672 CPUtime=0.05
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 59 0 0 0 3 2 0 0 16 0 13 0 177821468 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1793672 CPUtime=2.04
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 8757 0 0 0 200 4 0 0 16 0 13 0 177821473 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1793672 CPUtime=1.67
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4377 0 0 0 165 2 0 0 16 0 13 0 177821473 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1836720128 38998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.86
Current children cumulated vsize (KiB) 1793672

[startup+47.9011 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 17432
/proc/meminfo: memFree=1630520/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1793672 CPUtime=51.08
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 76562 0 1 0 5068 40 0 0 18 0 13 0 177821464 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448418 39227 1325 9 0 446030 0
[pid=17419/tid=17421] ppid=17417 vsize=1793672 CPUtime=46.21
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 47711 0 1 0 4601 20 0 0 23 0 13 0 177821465 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109856941 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1793672 CPUtime=0.54
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 7969 0 0 0 50 4 0 0 16 0 13 0 177821466 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1793672 CPUtime=0.51
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 6968 0 0 0 47 4 0 0 16 0 13 0 177821466 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1793672 CPUtime=0.05
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 59 0 0 0 3 2 0 0 16 0 13 0 177821468 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1793672 CPUtime=2.04
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 8757 0 0 0 200 4 0 0 16 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1793672 CPUtime=1.67
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4377 0 0 0 165 2 0 0 16 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1793672

[startup+49.5064 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 17432
/proc/meminfo: memFree=1630456/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1793672 CPUtime=52.69
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 76659 0 1 0 5229 40 0 0 18 0 13 0 177821464 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448418 39225 1325 9 0 446030 0
[pid=17419/tid=17421] ppid=17417 vsize=1793672 CPUtime=47.81
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 47719 0 1 0 4761 20 0 0 25 0 13 0 177821465 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109857277 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1793672 CPUtime=0.55
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 8009 0 0 0 51 4 0 0 16 0 13 0 177821466 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1793672 CPUtime=0.51
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 7017 0 0 0 47 4 0 0 16 0 13 0 177821466 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1793672 CPUtime=0.05
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 59 0 0 0 3 2 0 0 16 0 13 0 177821468 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1793672 CPUtime=2.04
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 8757 0 0 0 200 4 0 0 16 0 13 0 177821473 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1793672 CPUtime=1.67
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4377 0 0 0 165 2 0 0 16 0 13 0 177821473 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1836720128 39225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.69
Current children cumulated vsize (KiB) 1793672

[startup+49.9025 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 17432
/proc/meminfo: memFree=1630456/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1793672 CPUtime=53.09
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 76682 0 1 0 5269 40 0 0 18 0 13 0 177821464 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448418 39227 1325 9 0 446030 0
[pid=17419/tid=17421] ppid=17417 vsize=1793672 CPUtime=48.2
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 47721 0 1 0 4800 20 0 0 25 0 13 0 177821465 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109784116 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1793672 CPUtime=0.55
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 8018 0 0 0 51 4 0 0 15 0 13 0 177821466 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1793672 CPUtime=0.51
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 7029 0 0 0 47 4 0 0 16 0 13 0 177821466 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1793672 CPUtime=0.05
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 59 0 0 0 3 2 0 0 15 0 13 0 177821468 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1793672 CPUtime=2.04
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 8757 0 0 0 200 4 0 0 16 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1793672 CPUtime=1.67
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4377 0 0 0 165 2 0 0 16 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1836720128 39227 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.09
Current children cumulated vsize (KiB) 1793672

[startup+50.3025 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 17432
/proc/meminfo: memFree=1630456/2055920 swapFree=4140760/4192956
[pid=17419] ppid=17417 vsize=1793672 CPUtime=53.5
/proc/17419/stat : 17419 (java) S 17417 17419 17035 0 -1 0 76869 0 1 0 5310 40 0 0 18 0 13 0 177821464 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17419/statm: 448418 39370 1325 9 0 446030 0
[pid=17419/tid=17421] ppid=17417 vsize=1793672 CPUtime=48.59
/proc/17419/task/17421/stat : 17421 (java) R 17417 17419 17035 0 -1 64 47723 0 1 0 4839 20 0 0 25 0 13 0 177821465 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800290 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17422] ppid=17417 vsize=1793672 CPUtime=0.55
/proc/17419/task/17422/stat : 17422 (java) S 17417 17419 17035 0 -1 64 8092 0 0 0 51 4 0 0 16 0 13 0 177821466 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17423] ppid=17417 vsize=1793672 CPUtime=0.52
/proc/17419/task/17423/stat : 17423 (java) S 17417 17419 17035 0 -1 64 7140 0 0 0 48 4 0 0 16 0 13 0 177821466 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17424] ppid=17417 vsize=1793672 CPUtime=0.05
/proc/17419/task/17424/stat : 17424 (java) S 17417 17419 17035 0 -1 64 59 0 0 0 3 2 0 0 16 0 13 0 177821468 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17425] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17425/stat : 17425 (java) S 17417 17419 17035 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17426] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17426/stat : 17426 (java) S 17417 17419 17035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177821469 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17427] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17427/stat : 17427 (java) S 17417 17419 17035 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177821473 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17428] ppid=17417 vsize=1793672 CPUtime=2.04
/proc/17419/task/17428/stat : 17428 (java) S 17417 17419 17035 0 -1 64 8757 0 0 0 200 4 0 0 16 0 13 0 177821473 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17429] ppid=17417 vsize=1793672 CPUtime=1.67
/proc/17419/task/17429/stat : 17429 (java) S 17417 17419 17035 0 -1 64 4377 0 0 0 165 2 0 0 16 0 13 0 177821473 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17430] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17430/stat : 17430 (java) S 17417 17419 17035 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 177821473 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17419/tid=17431] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17431/stat : 17431 (java) S 17417 17419 17035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177821473 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17419/tid=17432] ppid=17417 vsize=1793672 CPUtime=0
/proc/17419/task/17432/stat : 17432 (java) S 17417 17419 17035 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177821621 1836720128 39370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.5
Current children cumulated vsize (KiB) 1793672

Child status: 20
Real time (s): 50.3828
CPU time (s): 53.5549
CPU user time (s): 53.1239
CPU system time (s): 0.430934
CPU usage (%): 106.296
Max. virtual memory (cumulated for all children) (KiB): 1799336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.1239
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76878
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= 3638
involuntary context switches= 2448

runsolver used 0.06499 second user time and 0.162975 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu Apr 19 21:23:57 UTC 2007

IDJOB= 362768
IDBENCH= 1638
IDSOLVER= 160
FILE ID= node3/362768-1177017837

PBS_JOBID= 4630590

Free space on /tmp= 66354 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-stair.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362768-1177017837/sat4jPseudoCP.jar /tmp/evaluation/362768-1177017837/instance-362768-1177017837.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-362768-1177017837 -o ROOT/results/node3/solver-362768-1177017837 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362768-1177017837/sat4jPseudoCP.jar /tmp/evaluation/362768-1177017837/instance-362768-1177017837.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  98b9ab286036da69f2015d2ff2a12818

RANDOM SEED= 171452828

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:       1783736 kB
Buffers:         25644 kB
Cached:         181952 kB
SwapCached:      15104 kB
Active:          73968 kB
Inactive:       156888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783736 kB
SwapTotal:     4192956 kB
SwapFree:      4140760 kB
Dirty:            4548 kB
Writeback:           0 kB
Mapped:          30320 kB
Slab:            26880 kB
Committed_AS:  5306776 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= 66354 MiB

End job on node3 on Thu Apr 19 21:24:48 UTC 2007