Trace number 349463

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-23? (TO) 1800.15 1785.73

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-wood1p.opb
MD5SUM360101c0d249c34bf56133c11582c641
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77820
Total number of constraints244
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 constraints244
Minimum length of a constraint30
Maximum length of a constraint77760
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 53687091200000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 66413144120266880244
Number of bits of the biggest sum of numbers66
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349463-1176701991/instance-349463-1176701991.opb
0.20/0.20	c reading problem ... 
31.10/24.94	c ... done. Wall clock time 24.742s.
31.10/24.94	c CPU time (experimental) 18.87s.
31.10/24.94	c #vars     77820
31.10/24.94	c #constraints  415
1800.01/1785.61	c starts		: 1
1800.01/1785.61	c conflicts		: 4
1800.01/1785.61	c decisions		: 36
1800.01/1785.61	c propagations		: 95501
1800.01/1785.61	c inspects		: 1910675
1800.01/1785.61	c learnt literals	: 0
1800.01/1785.61	c learnt binary clauses	: 0
1800.01/1785.61	c learnt ternary clauses	: 0
1800.01/1785.61	c learnt clauses	: 3
1800.01/1785.61	c root simplifications	: 0
1800.01/1785.61	c removed literals (reason simplification)	: 0
1800.01/1785.61	c reason swapping (by a shorter reason)	: 0
1800.01/1785.61	c Calls to reduceDB	: 0
1800.01/1785.61	c speed (decisions/second)	: 0.020447354027191573
1800.01/1785.61	c non guided choices	0
1800.01/1785.61	s UNKNOWN
1800.01/1785.61	c Total wall clock time (ms): 1785.411

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-349463-1176701991 -o ROOT/results/node3/solver-349463-1176701991 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349463-1176701991/sat4jPseudoCP.jar /tmp/evaluation/349463-1176701991/instance-349463-1176701991.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.99 0.98 0.99 2/77 19350
/proc/meminfo: memFree=1807320/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=152 CPUtime=0
/proc/19350/stat : 19350 (java) R 19348 19350 18192 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 146237676 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 1 0 0
/proc/19350/statm: 38 26 19 9 0 4 0

[startup+0.101736 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19350
/proc/meminfo: memFree=1807320/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1780108 CPUtime=0.08
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 146237676 1822830592 3717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.202755 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19350
/proc/meminfo: memFree=1807320/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1781420 CPUtime=0.2
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 4859 0 1 0 16 4 0 0 18 0 12 0 146237676 1824174080 4597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 445355 4597 1244 9 0 442967 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781420

[startup+0.30277 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19350
/proc/meminfo: memFree=1807320/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1781636 CPUtime=0.33
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 5746 0 1 0 29 4 0 0 18 0 12 0 146237676 1824395264 5484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 445409 5484 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781636

[startup+0.701833 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19350
/proc/meminfo: memFree=1807320/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1782424 CPUtime=0.93
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 8391 0 1 0 88 5 0 0 18 0 12 0 146237676 1825202176 7859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 445606 7859 1303 9 0 443218 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1782424

[startup+1.50196 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 19362
/proc/meminfo: memFree=1763960/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1783408 CPUtime=1.94
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 22038 0 1 0 183 11 0 0 18 0 12 0 146237676 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 445852 21297 1309 9 0 443464 0
[pid=19350/tid=19352] ppid=19348 vsize=1783408 CPUtime=1.19
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 20047 0 1 0 110 9 0 0 20 0 12 0 146237677 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658243 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 146237679 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146237679 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 146237681 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 146237682 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 146237682 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146237685 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1783408 CPUtime=0.35
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 646 0 0 0 35 0 0 0 17 0 12 0 146237685 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1783408 CPUtime=0.37
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 622 0 0 0 37 0 0 0 16 0 12 0 146237685 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146237685 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1783408 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146237685 1826209792 21297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1783408

[startup+3.10222 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 19362
/proc/meminfo: memFree=1664568/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1784052 CPUtime=3.75
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 45675 0 1 0 355 20 0 0 18 0 12 0 146237676 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 446013 44783 1318 9 0 443625 0
[pid=19350/tid=19352] ppid=19348 vsize=1784052 CPUtime=2.59
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 37666 0 1 0 243 16 0 0 22 0 12 0 146237677 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1784052 CPUtime=0.19
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 2665 0 0 0 18 1 0 0 16 0 12 0 146237679 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1784052 CPUtime=0.19
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 3349 0 0 0 18 1 0 0 18 0 12 0 146237679 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1784052 CPUtime=0
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 146237681 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1784052 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146237682 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1784052 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146237682 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1784052 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146237685 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1784052 CPUtime=0.35
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 646 0 0 0 35 0 0 0 16 0 12 0 146237685 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1784052 CPUtime=0.38
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 622 0 0 0 38 0 0 0 17 0 12 0 146237685 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1784052 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146237685 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1784052 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146237685 1826869248 44783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1784052

[startup+6.30174 s]
/proc/loadavg: 1.07 1.00 1.00 3/89 19362
/proc/meminfo: memFree=1590712/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1785112 CPUtime=7.67
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 63462 0 1 0 739 28 0 0 18 0 12 0 146237676 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 446278 60651 1318 9 0 443890 0
[pid=19350/tid=19352] ppid=19348 vsize=1785112 CPUtime=5.1
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 37678 0 1 0 494 16 0 0 17 0 12 0 146237677 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619297 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1785112 CPUtime=0.86
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 13711 0 0 0 81 5 0 0 16 0 12 0 146237679 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1785112 CPUtime=0.87
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 10015 0 0 0 83 4 0 0 16 0 12 0 146237679 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1785112 CPUtime=0
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 146237681 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1785112 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146237682 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1785112 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146237682 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1785112 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146237685 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1785112 CPUtime=0.4
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 652 0 0 0 40 0 0 0 17 0 12 0 146237685 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1785112 CPUtime=0.39
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 677 0 0 0 39 0 0 0 16 0 12 0 146237685 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1785112 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146237685 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1785112 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146237685 1827954688 60651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1785112

[startup+12.7018 s]
/proc/loadavg: 1.07 1.00 1.00 3/89 19362
/proc/meminfo: memFree=1500088/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1788312 CPUtime=15.71
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 85707 0 1 0 1531 40 0 0 18 0 12 0 146237676 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 447078 77707 1318 9 0 444690 0
[pid=19350/tid=19352] ppid=19348 vsize=1788312 CPUtime=9.82
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 37683 0 1 0 965 17 0 0 25 0 12 0 146237677 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1788312 CPUtime=2.53
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 23557 0 0 0 244 9 0 0 19 0 12 0 146237679 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1788312 CPUtime=2.52
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 22409 0 0 0 241 11 0 0 16 0 12 0 146237679 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1788312 CPUtime=0
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 146237681 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1788312 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146237682 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1788312 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146237682 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1788312 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146237685 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1788312 CPUtime=0.4
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 652 0 0 0 40 0 0 0 17 0 12 0 146237685 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1788312 CPUtime=0.4
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 677 0 0 0 40 0 0 0 16 0 12 0 146237685 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1788312 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146237685 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1788312 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146237685 1831231488 77707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 1788312

[startup+25.5029 s]
/proc/loadavg: 1.05 1.00 1.00 2/89 19362
/proc/meminfo: memFree=1318840/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1789336 CPUtime=31.81
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 137406 0 1 0 3114 67 0 0 18 0 12 0 146237676 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 447334 123715 1322 9 0 444946 0
[pid=19350/tid=19352] ppid=19348 vsize=1789336 CPUtime=19.39
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 37721 0 1 0 1920 19 0 0 25 0 12 0 146237677 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1789336 CPUtime=5.72
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 42421 0 0 0 554 18 0 0 16 0 12 0 146237679 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1789336 CPUtime=5.71
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 54984 0 0 0 544 27 0 0 16 0 12 0 146237679 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1789336 CPUtime=0
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 146237681 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1789336 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146237682 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1789336 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146237682 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1789336 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146237685 1832280064 123715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19350/tid=19355] ppid=19348 vsize=1790684 CPUtime=0.26
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 37 0 0 0 17 9 0 0 16 0 13 0 146237681 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146237682 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146237682 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1790684 CPUtime=0.95
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 1067 0 0 0 95 0 0 0 16 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1790684 CPUtime=1.01
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 2021 0 0 0 100 1 0 0 16 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19363] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19363/stat : 19363 (java) S 19348 19350 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 146247017 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1615.55
Current children cumulated vsize (KiB) 1790684

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19561
/proc/meminfo: memFree=1280368/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1790684 CPUtime=1675.51
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 167966 0 1 0 167327 224 0 0 18 0 13 0 146237676 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 447671 132669 1327 9 0 445283 0
[pid=19350/tid=19352] ppid=19348 vsize=1790684 CPUtime=1639.43
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 41523 0 1 0 163900 43 0 0 25 0 13 0 146237677 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584856 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1790684 CPUtime=16.87
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 54308 0 0 0 1607 80 0 0 16 0 13 0 146237679 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1790684 CPUtime=16.9
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 68285 0 0 0 1604 86 0 0 16 0 13 0 146237679 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1790684 CPUtime=0.26
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 37 0 0 0 17 9 0 0 16 0 13 0 146237681 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146237682 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146237682 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1790684 CPUtime=0.95
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 1067 0 0 0 95 0 0 0 16 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1790684 CPUtime=1.01
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 2021 0 0 0 100 1 0 0 16 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19363] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19363/stat : 19363 (java) S 19348 19350 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 146247017 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.51
Current children cumulated vsize (KiB) 1790684

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19561
/proc/meminfo: memFree=1280304/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1790684 CPUtime=1735.47
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 167966 0 1 0 173323 224 0 0 18 0 13 0 146237676 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 447671 132669 1327 9 0 445283 0
[pid=19350/tid=19352] ppid=19348 vsize=1790684 CPUtime=1699.39
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 41523 0 1 0 169896 43 0 0 25 0 13 0 146237677 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109710592 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1790684 CPUtime=16.87
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 54308 0 0 0 1607 80 0 0 16 0 13 0 146237679 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1790684 CPUtime=16.9
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 68285 0 0 0 1604 86 0 0 16 0 13 0 146237679 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1790684 CPUtime=0.26
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 37 0 0 0 17 9 0 0 16 0 13 0 146237681 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146237682 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146237682 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1790684 CPUtime=0.95
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 1067 0 0 0 95 0 0 0 16 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1790684 CPUtime=1.01
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 2021 0 0 0 100 1 0 0 16 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146237685 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19363] ppid=19348 vsize=1790684 CPUtime=0
/proc/19350/task/19363/stat : 19363 (java) S 19348 19350 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 146247017 1833660416 132669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.47
Current children cumulated vsize (KiB) 1790684

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19561
/proc/meminfo: memFree=1201456/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1794780 CPUtime=1796.65
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 191071 0 1 0 179429 236 0 0 18 0 13 0 146237676 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 448695 152358 1327 9 0 446307 0
[pid=19350/tid=19352] ppid=19348 vsize=1794780 CPUtime=1758.56
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 56896 0 1 0 175807 49 0 0 25 0 13 0 146237677 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864943 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1794780 CPUtime=17.59
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 56852 0 0 0 1677 82 0 0 16 0 13 0 146237679 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1794780 CPUtime=17.62
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 69914 0 0 0 1674 88 0 0 16 0 13 0 146237679 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1794780 CPUtime=0.28
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 67 0 0 0 18 10 0 0 16 0 13 0 146237681 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146237682 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146237682 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1794780 CPUtime=1.02
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 1069 0 0 0 102 0 0 0 16 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1794780 CPUtime=1.5
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 5548 0 0 0 147 3 0 0 16 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19363] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19363/stat : 19363 (java) S 19348 19350 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 146247017 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.65
Current children cumulated vsize (KiB) 1794780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19561
/proc/meminfo: memFree=1201392/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=1794780 CPUtime=1800.01
/proc/19350/stat : 19350 (java) S 19348 19350 18192 0 -1 0 191077 0 1 0 179765 236 0 0 18 0 13 0 146237676 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19350/statm: 448695 152358 1327 9 0 446307 0
[pid=19350/tid=19352] ppid=19348 vsize=1794780 CPUtime=1761.82
/proc/19350/task/19352/stat : 19352 (java) R 19348 19350 18192 0 -1 64 56902 0 1 0 176133 49 0 0 25 0 13 0 146237677 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794280 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19353] ppid=19348 vsize=1794780 CPUtime=17.64
/proc/19350/task/19353/stat : 19353 (java) S 19348 19350 18192 0 -1 64 56852 0 0 0 1681 83 0 0 16 0 13 0 146237679 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19354] ppid=19348 vsize=1794780 CPUtime=17.67
/proc/19350/task/19354/stat : 19354 (java) S 19348 19350 18192 0 -1 64 69914 0 0 0 1678 89 0 0 16 0 13 0 146237679 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19355] ppid=19348 vsize=1794780 CPUtime=0.28
/proc/19350/task/19355/stat : 19355 (java) S 19348 19350 18192 0 -1 64 67 0 0 0 18 10 0 0 15 0 13 0 146237681 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19356] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19356/stat : 19356 (java) S 19348 19350 18192 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146237682 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19357] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19357/stat : 19357 (java) S 19348 19350 18192 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146237682 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19358] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19358/stat : 19358 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19359] ppid=19348 vsize=1794780 CPUtime=1.05
/proc/19350/task/19359/stat : 19359 (java) S 19348 19350 18192 0 -1 64 1069 0 0 0 105 0 0 0 17 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19360] ppid=19348 vsize=1794780 CPUtime=1.5
/proc/19350/task/19360/stat : 19360 (java) S 19348 19350 18192 0 -1 64 5548 0 0 0 147 3 0 0 16 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19350/tid=19361] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19361/stat : 19361 (java) S 19348 19350 18192 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19362] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19362/stat : 19362 (java) S 19348 19350 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146237685 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19350/tid=19363] ppid=19348 vsize=1794780 CPUtime=0
/proc/19350/task/19363/stat : 19363 (java) S 19348 19350 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 146247017 1837854720 152358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794780

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

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

[startup+1785.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19561
/proc/meminfo: memFree=1201392/2055920 swapFree=4153660/4192956
[pid=19350] ppid=19348 vsize=0 CPUtime=1800.12
/proc/19350/stat : 19350 (java) Z 19348 19350 18192 0 -1 1036 191097 0 1 0 179768 244 0 0 16 0 2 0 146237676 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.73
CPU time (s): 1800.15
CPU user time (s): 1797.69
CPU system time (s): 2.46362
CPU usage (%): 100.808
Max. virtual memory (cumulated for all children) (KiB): 1796892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.69
system time used= 2.46362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191097
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= 58320
involuntary context switches= 44803

runsolver used 2.04269 second user time and 5.61215 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Apr 16 05:39:59 UTC 2007

IDJOB= 349463
IDBENCH= 2441
IDSOLVER= 160
FILE ID= node3/349463-1176701991

PBS_JOBID= 4559419

Free space on /tmp= 66472 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  360101c0d249c34bf56133c11582c641

RANDOM SEED= 460211800

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:       1807792 kB
Buffers:          8596 kB
Cached:         141964 kB
SwapCached:       2168 kB
Active:         130684 kB
Inactive:        66568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807792 kB
SwapTotal:     4192956 kB
SwapFree:      4153660 kB
Dirty:           37312 kB
Writeback:           0 kB
Mapped:          54596 kB
Slab:            36380 kB
Committed_AS:  5175924 kB
PageTables:       1844 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= 66472 MiB

End job on node3 on Mon Apr 16 06:09:47 UTC 2007