Trace number 349387

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.26 1788.28

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-forplan.opb
MD5SUM43a001fe9c1e4e8b75108df32c142ab0
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 variables12528
Total number of constraints155
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 constraints155
Minimum length of a constraint27
Maximum length of a constraint9090
Number of terms in the objective function 9340
Biggest coefficient in the objective function 6454798974976000
Number of bits for the biggest coefficient in the objective function 53
Sum of the numbers in the objective function 1138676908426644728
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 6454798974976000
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1138676908426644728
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.07/0.19	--- Begin Solver configuration ---
0.07/0.19	c Stops conflict analysis at the first Unique Implication Point
0.07/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.07/0.19	c Learn all clauses as in MiniSAT
0.07/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.19	c No reason simplification
0.07/0.19	c --- End Solver configuration ---
0.07/0.19	c solving /tmp/evaluation/349387-1176699248/instance-349387-1176699248.opb
0.07/0.19	c reading problem ... 
2.59/2.08	c ... done. Wall clock time 1.885s.
2.59/2.08	c CPU time (experimental) 1.77s.
2.59/2.08	c #vars     12528
2.59/2.08	c #constraints  240
1800.08/1788.11	c starts		: 21
1800.08/1788.11	c conflicts		: 875593
1800.08/1788.11	c decisions		: 888669
1800.08/1788.11	c propagations		: 6742447
1800.08/1788.11	c inspects		: 514650574
1800.08/1788.11	c learnt literals	: 55
1800.08/1788.11	c learnt binary clauses	: 72
1800.08/1788.11	c learnt ternary clauses	: 40
1800.08/1788.11	c learnt clauses	: 875538
1800.08/1788.11	c root simplifications	: 0
1800.08/1788.11	c removed literals (reason simplification)	: 0
1800.08/1788.11	c reason swapping (by a shorter reason)	: 0
1800.08/1788.11	c Calls to reduceDB	: 0
1800.08/1788.11	c speed (decisions/second)	: 497.64050965215506
1800.08/1788.11	c non guided choices	356
1800.08/1788.11	s UNKNOWN
1800.08/1788.11	c Total wall clock time (ms): 1787.919

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/node17/watcher-349387-1176699248 -o ROOT/results/node17/solver-349387-1176699248 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349387-1176699248/sat4jPseudoResolution.jar /tmp/evaluation/349387-1176699248/instance-349387-1176699248.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.92 0.98 0.99 2/77 3914
/proc/meminfo: memFree=1583112/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=152 CPUtime=0
/proc/3914/stat : 3914 (java) D 3912 3914 3093 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 117842339 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2859812 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3914/statm: 38 26 19 9 0 4 0

[startup+0.014947 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3914
/proc/meminfo: memFree=1583112/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=12332 CPUtime=0
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 728 0 0 0 0 0 0 0 18 0 2 0 117842339 12627968 523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 3083 523 218 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12332

[startup+0.10196 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3914
/proc/meminfo: memFree=1583112/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1780108 CPUtime=0.07
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 3973 0 1 0 5 2 0 0 18 0 12 0 117842339 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.301981 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3914
/proc/meminfo: memFree=1583112/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1783040 CPUtime=0.36
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 5192 0 1 0 33 3 0 0 18 0 12 0 117842339 1825832960 4928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 445760 4928 1268 9 0 443372 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1783040

[startup+0.701024 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 3914
/proc/meminfo: memFree=1583112/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1784384 CPUtime=0.97
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 8622 0 1 0 92 5 0 0 18 0 12 0 117842339 1827209216 8083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446096 8083 1301 9 0 443708 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784384

[startup+1.50211 s]
/proc/loadavg: 0.92 0.98 0.99 3/89 3926
/proc/meminfo: memFree=1549992/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1784540 CPUtime=2.02
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 22438 0 1 0 192 10 0 0 18 0 12 0 117842339 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446135 21772 1309 9 0 443747 0
[pid=3914/tid=3916] ppid=3912 vsize=1784540 CPUtime=1.21
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 20490 0 1 0 112 9 0 0 25 0 12 0 117842340 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109578856 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117842342 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117842342 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 117842344 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 117842344 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117842344 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117842348 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1784540 CPUtime=0.36
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 663 0 0 0 36 0 0 0 16 0 12 0 117842348 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1784540 CPUtime=0.43
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 565 0 0 0 43 0 0 0 16 0 12 0 117842348 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117842348 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1784540 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117842348 1827368960 21772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1784540

[startup+3.10227 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 3926
/proc/meminfo: memFree=1439656/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1785668 CPUtime=4.06
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 45963 0 1 0 387 19 0 0 18 0 13 0 117842339 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446417 44092 1328 9 0 444029 0
[pid=3914/tid=3916] ppid=3912 vsize=1785668 CPUtime=2.56
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 37730 0 1 0 241 15 0 0 18 0 13 0 117842340 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109683549 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1785668 CPUtime=0.11
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 2419 0 0 0 11 0 0 0 16 0 13 0 117842342 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1785668 CPUtime=0.12
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 2675 0 0 0 11 1 0 0 16 0 13 0 117842342 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1785668 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117842344 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1785668 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1785668 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1785668 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1785668 CPUtime=0.56
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 1559 0 0 0 56 0 0 0 16 0 13 0 117842348 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1785668 CPUtime=0.65
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 852 0 0 0 65 0 0 0 16 0 13 0 117842348 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1785668 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1785668 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1828524032 44092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 1785668

[startup+6.30261 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 3927
/proc/meminfo: memFree=1410016/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1786432 CPUtime=7.57
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 47174 0 1 0 737 20 0 0 18 0 13 0 117842339 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446608 44252 1328 9 0 444220 0
[pid=3914/tid=3916] ppid=3912 vsize=1786432 CPUtime=5.68
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 37737 0 1 0 553 15 0 0 25 0 13 0 117842340 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759430 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1786432 CPUtime=0.11
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 2419 0 0 0 11 0 0 0 16 0 13 0 117842342 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1786432 CPUtime=0.12
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 2675 0 0 0 11 1 0 0 16 0 13 0 117842342 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1786432 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117842344 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1786432 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1786432 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1786432 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1786432 CPUtime=0.77
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 2377 0 0 0 77 0 0 0 16 0 13 0 117842348 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1786432 CPUtime=0.81
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 1238 0 0 0 81 0 0 0 15 0 13 0 117842348 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1786432 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1786432 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1786432 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117842590 1829306368 44252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 1786432

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3927
/proc/meminfo: memFree=1410528/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1785980 CPUtime=13.97
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 47176 0 1 0 1377 20 0 0 18 0 13 0 117842339 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446495 44148 1328 9 0 444107 0
[pid=3914/tid=3916] ppid=3912 vsize=1785980 CPUtime=12.07
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 37738 0 1 0 1192 15 0 0 25 0 13 0 117842340 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759212 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1785980 CPUtime=0.11
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 2419 0 0 0 11 0 0 0 16 0 13 0 117842342 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1785980 CPUtime=0.12
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 2675 0 0 0 11 1 0 0 16 0 13 0 117842342 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1785980 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117842344 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1785980 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1785980 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1785980 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1785980 CPUtime=0.77
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 2377 0 0 0 77 0 0 0 17 0 13 0 117842348 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1785980 CPUtime=0.83
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 1239 0 0 0 83 0 0 0 16 0 13 0 117842348 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1785980 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1785980 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1785980 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117842590 1828843520 44148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.97
Current children cumulated vsize (KiB) 1785980

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3927
/proc/meminfo: memFree=1390624/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1786624 CPUtime=26.91
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 52283 0 1 0 2669 22 0 0 18 0 13 0 117842339 1829502976 49192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446656 49192 1328 9 0 444268 0
[pid=3914/tid=3916] ppid=3912 vsize=1786624 CPUtime=24.76
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 37740 0 1 0 2461 15 0 0 25 0 13 0 117842340 1829502976 49192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760209 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1786624 CPUtime=0.22
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 5507 0 0 0 20 2 0 0 16 0 13 0 117842342 1829502976 49192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1786624 CPUtime=0.23
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 4685 0 0 0 21 2 0 0 16 0 13 0 117842342 1829502976 49192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 49192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 49192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3914/tid=3919] ppid=3912 vsize=1786624 CPUtime=0.12
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 89 0 0 0 6 6 0 0 16 0 13 0 117842344 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1786624 CPUtime=0.85
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 2383 0 0 0 85 0 0 0 17 0 13 0 117842348 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1786624 CPUtime=0.87
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 1241 0 0 0 87 0 0 0 16 0 13 0 117842348 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117842590 1829502976 238849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.66
Current children cumulated vsize (KiB) 1786624

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4125
/proc/meminfo: memFree=598688/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1786624 CPUtime=1673.15
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 349762 0 1 0 167136 179 0 0 18 0 13 0 117842339 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446656 246648 1328 9 0 444268 0
[pid=3914/tid=3916] ppid=3912 vsize=1786624 CPUtime=1650.64
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 60688 0 1 0 165024 40 0 0 25 0 13 0 117842340 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759613 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1786624 CPUtime=10.32
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 135012 0 0 0 972 60 0 0 16 0 13 0 117842342 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1786624 CPUtime=10.28
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 149626 0 0 0 959 69 0 0 17 0 13 0 117842342 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1786624 CPUtime=0.13
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 91 0 0 0 6 7 0 0 16 0 13 0 117842344 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1786624 CPUtime=0.85
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 2383 0 0 0 85 0 0 0 17 0 13 0 117842348 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1786624 CPUtime=0.87
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 1241 0 0 0 87 0 0 0 16 0 13 0 117842348 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117842590 1829502976 246648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1673.15
Current children cumulated vsize (KiB) 1786624

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4125
/proc/meminfo: memFree=573472/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1786624 CPUtime=1733.66
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 358425 0 1 0 173183 183 0 0 18 0 13 0 117842339 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446656 253024 1328 9 0 444268 0
[pid=3914/tid=3916] ppid=3912 vsize=1786624 CPUtime=1710.01
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 61632 0 1 0 170960 41 0 0 25 0 13 0 117842340 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1786624 CPUtime=10.88
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 141475 0 0 0 1025 63 0 0 17 0 13 0 117842342 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1786624 CPUtime=10.86
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 150875 0 0 0 1017 69 0 0 16 0 13 0 117842342 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1786624 CPUtime=0.13
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 98 0 0 0 6 7 0 0 17 0 13 0 117842344 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1786624 CPUtime=0.85
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 2383 0 0 0 85 0 0 0 17 0 13 0 117842348 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1786624 CPUtime=0.87
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 1241 0 0 0 87 0 0 0 16 0 13 0 117842348 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117842590 1829502976 253024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.66
Current children cumulated vsize (KiB) 1786624

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4125
/proc/meminfo: memFree=560928/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1786624 CPUtime=1794.2
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 364356 0 1 0 179233 187 0 0 18 0 13 0 117842339 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446656 256056 1328 9 0 444268 0
[pid=3914/tid=3916] ppid=3912 vsize=1786624 CPUtime=1769.42
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 61647 0 1 0 176901 41 0 0 25 0 13 0 117842340 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1786624 CPUtime=11.43
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 146855 0 0 0 1078 65 0 0 16 0 13 0 117842342 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1786624 CPUtime=11.42
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 151403 0 0 0 1072 70 0 0 16 0 13 0 117842342 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1786624 CPUtime=0.15
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 106 0 0 0 7 8 0 0 16 0 13 0 117842344 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1786624 CPUtime=0.85
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 2383 0 0 0 85 0 0 0 17 0 13 0 117842348 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1786624 CPUtime=0.87
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 1241 0 0 0 87 0 0 0 16 0 13 0 117842348 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117842590 1829502976 256056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1794.2
Current children cumulated vsize (KiB) 1786624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4125
/proc/meminfo: memFree=561248/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=1786624 CPUtime=1800.08
/proc/3914/stat : 3914 (java) S 3912 3914 3093 0 -1 0 365001 0 1 0 179820 188 0 0 18 0 13 0 117842339 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3914/statm: 446656 255930 1328 9 0 444268 0
[pid=3914/tid=3916] ppid=3912 vsize=1786624 CPUtime=1775.15
/proc/3914/task/3916/stat : 3916 (java) R 3912 3914 3093 0 -1 64 61649 0 1 0 177474 41 0 0 25 0 13 0 117842340 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641569 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3917] ppid=3912 vsize=1786624 CPUtime=11.51
/proc/3914/task/3917/stat : 3917 (java) S 3912 3914 3093 0 -1 64 147498 0 0 0 1085 66 0 0 17 0 13 0 117842342 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3918] ppid=3912 vsize=1786624 CPUtime=11.49
/proc/3914/task/3918/stat : 3918 (java) S 3912 3914 3093 0 -1 64 151403 0 0 0 1079 70 0 0 17 0 13 0 117842342 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3919] ppid=3912 vsize=1786624 CPUtime=0.15
/proc/3914/task/3919/stat : 3919 (java) S 3912 3914 3093 0 -1 64 106 0 0 0 7 8 0 0 16 0 13 0 117842344 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3920] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3920/stat : 3920 (java) S 3912 3914 3093 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3921] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3921/stat : 3921 (java) S 3912 3914 3093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117842344 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3922] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3922/stat : 3922 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117842348 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3923] ppid=3912 vsize=1786624 CPUtime=0.85
/proc/3914/task/3923/stat : 3923 (java) S 3912 3914 3093 0 -1 64 2383 0 0 0 85 0 0 0 17 0 13 0 117842348 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3924] ppid=3912 vsize=1786624 CPUtime=0.87
/proc/3914/task/3924/stat : 3924 (java) S 3912 3914 3093 0 -1 64 1241 0 0 0 87 0 0 0 16 0 13 0 117842348 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3925] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3925/stat : 3925 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117842348 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3914/tid=3926] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3926/stat : 3926 (java) S 3912 3914 3093 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117842348 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3914/tid=3927] ppid=3912 vsize=1786624 CPUtime=0
/proc/3914/task/3927/stat : 3927 (java) S 3912 3914 3093 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117842590 1829502976 255930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1786624

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

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

[startup+1788.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4125
/proc/meminfo: memFree=561248/2055920 swapFree=4153028/4192956
[pid=3914] ppid=3912 vsize=0 CPUtime=1800.19
/proc/3914/stat : 3914 (java) Z 3912 3914 3093 0 -1 1036 365020 0 1 0 179822 197 0 0 16 0 2 0 117842339 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3914/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.28
CPU time (s): 1800.26
CPU user time (s): 1798.22
CPU system time (s): 2.03269
CPU usage (%): 100.67
Max. virtual memory (cumulated for all children) (KiB): 1786624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.03269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365020
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= 40636
involuntary context switches= 55893

runsolver used 1.86172 second user time and 4.72628 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Apr 16 04:54:08 UTC 2007

IDJOB= 349387
IDBENCH= 2396
IDSOLVER= 159
FILE ID= node17/349387-1176699248

PBS_JOBID= 4559420

Free space on /tmp= 66530 MiB

SOLVER NAME= SAT4JPseudoResolution 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-forplan.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349387-1176699248/sat4jPseudoResolution.jar /tmp/evaluation/349387-1176699248/instance-349387-1176699248.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-349387-1176699248 -o ROOT/results/node17/solver-349387-1176699248 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349387-1176699248/sat4jPseudoResolution.jar /tmp/evaluation/349387-1176699248/instance-349387-1176699248.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  43a001fe9c1e4e8b75108df32c142ab0

RANDOM SEED= 529892054

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1583520 kB
Buffers:         99092 kB
Cached:         291112 kB
SwapCached:       2360 kB
Active:         230208 kB
Inactive:       190024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583520 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:            5760 kB
Writeback:           0 kB
Mapped:          34616 kB
Slab:            37632 kB
Committed_AS:  6993224 kB
PageTables:       1812 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= 66530 MiB

End job on node17 on Mon Apr 16 05:23:58 UTC 2007