Trace number 351223

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.16 1779.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
MD5SUMb5e82d02e51b7eb09c369bc9f6b2937f
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
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 constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 1981
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 601677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 13452
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 608143
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node34/watcher-351223-1176589953 -o ROOT/results/node34/solver-351223-1176589953 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351223-1176589953/sat4jPseudoCP.jar /tmp/evaluation/351223-1176589953/instance-351223-1176589953.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.95 0.98 0.99 3/77 11906
/proc/meminfo: memFree=1667336/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=152 CPUtime=0
/proc/11906/stat : 11906 (java) R 11904 11906 11035 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 106910789 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7721259 0 0 4096 0 0 0 0 17 1 0 0
/proc/11906/statm: 38 26 19 9 0 4 0

[startup+0.087274 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 11906
/proc/meminfo: memFree=1667336/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1777708 CPUtime=0.06
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 3714 0 1 0 4 2 0 0 18 0 7 0 106910789 1820372992 3456 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 444427 3456 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101274 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 11906
/proc/meminfo: memFree=1667336/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1777844 CPUtime=0.07
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 3810 0 1 0 5 2 0 0 18 0 7 0 106910789 1820512256 3552 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 444461 3552 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301291 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 11906
/proc/meminfo: memFree=1667336/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1782500 CPUtime=0.28
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 6047 0 1 0 24 4 0 0 18 0 12 0 106910789 1825280000 5785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 445625 5785 1264 9 0 443237 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782500

[startup+0.701323 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 11906
/proc/meminfo: memFree=1667336/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1784368 CPUtime=0.89
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 9871 0 1 0 84 5 0 0 18 0 12 0 106910789 1827192832 9117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 446092 9117 1296 9 0 443704 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784368

[startup+1.50239 s]
/proc/loadavg: 0.95 0.98 0.99 2/89 11918
/proc/meminfo: memFree=1604904/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1786208 CPUtime=2.01
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 22447 0 1 0 190 11 0 0 18 0 12 0 106910789 1829076992 20991 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 446552 20993 1303 9 0 444164 0
[pid=11906/tid=11908] ppid=11904 vsize=1786208 CPUtime=1.12
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 19105 0 1 0 103 9 0 0 25 0 12 0 106910791 1829076992 20994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109553710 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 106910793 1829076992 20995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 106910793 1829076992 20996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 106910795 1829076992 20997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 106910796 1829076992 20998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 106910796 1829076992 20999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 106910800 1829076992 21000 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1786208 CPUtime=0.49
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 1754 0 0 0 49 0 0 0 17 0 12 0 106910800 1829076992 21001 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1786208 CPUtime=0.37
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 871 0 0 0 37 0 0 0 18 0 12 0 106910800 1829076992 21003 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106910801 1829076992 21003 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1786208 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106910801 1829076992 21004 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1786208

[startup+3.10251 s]
/proc/loadavg: 0.95 0.98 0.99 2/89 11918
/proc/meminfo: memFree=1525416/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1788136 CPUtime=4.2
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 51321 0 1 0 394 26 0 0 18 0 12 0 106910789 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 447034 48466 1312 9 0 444646 0
[pid=11906/tid=11908] ppid=11904 vsize=1788136 CPUtime=2.15
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 37689 0 1 0 195 20 0 0 18 0 12 0 106910791 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109512383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1788136 CPUtime=0.3
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 4547 0 0 0 29 1 0 0 18 0 12 0 106910793 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1788136 CPUtime=0.29
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 4627 0 0 0 27 2 0 0 19 0 12 0 106910793 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1788136 CPUtime=0
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 106910795 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1788136 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 106910796 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1788136 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 106910796 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1788136 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 106910800 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1788136 CPUtime=0.75
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 2436 0 0 0 75 0 0 0 18 0 12 0 106910800 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1788136 CPUtime=0.66
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 1296 0 0 0 66 0 0 0 18 0 12 0 106910800 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1788136 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106910801 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1788136 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106910801 1831051264 48466 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 1788136

[startup+6.30276 s]
/proc/loadavg: 1.11 1.02 1.01 2/89 11918
/proc/meminfo: memFree=1426928/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1790920 CPUtime=8.17
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 70722 0 1 0 780 37 0 0 18 0 12 0 106910789 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 447730 64876 1313 9 0 445342 0
[pid=11906/tid=11908] ppid=11904 vsize=1790920 CPUtime=4.64
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 37692 0 1 0 443 21 0 0 25 0 12 0 106910791 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109524544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1790920 CPUtime=1
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 12438 0 0 0 95 5 0 0 19 0 12 0 106910793 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1790920 CPUtime=1
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 16128 0 0 0 91 9 0 0 16 0 12 0 106910793 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 106910795 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 106910796 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 106910796 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 106910800 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1790920 CPUtime=0.82
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 2442 0 0 0 82 0 0 0 16 0 12 0 106910800 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1790920 CPUtime=0.67
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 1296 0 0 0 67 0 0 0 17 0 12 0 106910800 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106910801 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106910801 1833902080 64876 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1790920

[startup+12.7023 s]
/proc/loadavg: 1.19 1.03 1.01 2/89 11918
/proc/meminfo: memFree=1357872/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1790920 CPUtime=16.55
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 89473 0 1 0 1607 48 0 0 18 0 12 0 106910789 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 447730 80389 1313 9 0 445342 0
[pid=11906/tid=11908] ppid=11904 vsize=1790920 CPUtime=9.04
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 37698 0 1 0 882 22 0 0 25 0 12 0 106910791 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105062844 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1790920 CPUtime=2.98
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 19930 0 0 0 289 9 0 0 19 0 12 0 106910793 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1790920 CPUtime=3
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 27381 0 0 0 285 15 0 0 16 0 12 0 106910793 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 106910795 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 106910796 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 106910796 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 106910800 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1790920 CPUtime=0.82
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 2442 0 0 0 82 0 0 0 16 0 12 0 106910800 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1790920 CPUtime=0.67
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 1296 0 0 0 67 0 0 0 16 0 12 0 106910800 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 106910801 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1790920 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106910801 1833902080 80389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.55
Current children cumulated vsize (KiB) 1790920

[startup+25.5013 s]
/proc/loadavg: 1.21 1.05 1.01 3/90 11919
/proc/meminfo: memFree=1290920/2055920 swapFree=4139044/4192956
[pid=11906] ppid=11904 vsize=1790900 CPUtime=30.73
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 106352 0 1 0 3017 56 0 0 18 0 13 0 106910789 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 447725 95018 1328 9 0 445337 0
[pid=11906/tid=11908] ppid=11904 vsize=1790900 CPUtime=20.63
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 37738 0 1 0 2041 22 0 0 22 0 13 0 106910791 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109933473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1790900 CPUtime=4.02
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 28541 0 0 0 389 13 0 0 16 0 13 0 106910793 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1790900 CPUtime=4.04
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 35430 0 0 0 386 18 0 0 16 0 13 0 106910793 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1790900 CPUtime=0
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106910795 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1790900 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106910796 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1790900 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106910796 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1790900 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106910800 1833881600 95018 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11906] ppid=11904 vsize=1794332 CPUtime=1621.81
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 170306 0 1 0 162002 179 0 0 18 0 13 0 106910789 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 448583 110108 1328 9 0 446195 0
[pid=11906/tid=11908] ppid=11904 vsize=1794332 CPUtime=1581.14
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 78157 0 1 0 158061 53 0 0 25 0 13 0 106910791 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110237592 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1794332 CPUtime=17.73
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 38612 0 0 0 1725 48 0 0 16 0 13 0 106910793 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1794332 CPUtime=17.78
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 42766 0 0 0 1738 40 0 0 16 0 13 0 106910793 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1794332 CPUtime=0.76
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 152 0 0 0 44 32 0 0 15 0 13 0 106910795 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106910800 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1794332 CPUtime=2.29
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 4654 0 0 0 228 1 0 0 17 0 13 0 106910800 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1794332 CPUtime=2.05
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 5241 0 0 0 203 2 0 0 16 0 13 0 106910800 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106910801 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106910801 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11919] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11919/stat : 11919 (java) S 11904 11906 11035 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 106912306 1837395968 110108 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.81
Current children cumulated vsize (KiB) 1794332

[startup+1662.3 s]
/proc/loadavg: 1.19 1.08 1.02 2/90 11921
/proc/meminfo: memFree=1228968/2055920 swapFree=4139752/4192956
[pid=11906] ppid=11904 vsize=1794332 CPUtime=1682.34
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 170964 0 1 0 168051 183 0 0 18 0 13 0 106910789 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 448583 110043 1328 9 0 446195 0
[pid=11906/tid=11908] ppid=11904 vsize=1794332 CPUtime=1640.51
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 78375 0 1 0 163997 54 0 0 23 0 13 0 106910791 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109617594 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1794332 CPUtime=18.3
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 38807 0 0 0 1781 49 0 0 16 0 13 0 106910793 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1794332 CPUtime=18.35
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 43011 0 0 0 1793 42 0 0 16 0 13 0 106910793 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1794332 CPUtime=0.77
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 152 0 0 0 45 32 0 0 16 0 13 0 106910795 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106910800 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1794332 CPUtime=2.29
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 4654 0 0 0 228 1 0 0 17 0 13 0 106910800 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1794332 CPUtime=2.05
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 5241 0 0 0 203 2 0 0 16 0 13 0 106910800 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106910801 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106910801 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11919] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11919/stat : 11919 (java) S 11904 11906 11035 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 106912306 1837395968 110043 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.34
Current children cumulated vsize (KiB) 1794332

[startup+1722.3 s]
/proc/loadavg: 1.27 1.12 1.03 2/96 12003
/proc/meminfo: memFree=1225968/2055920 swapFree=4139816/4192956
[pid=11906] ppid=11904 vsize=1794332 CPUtime=1742.8
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 171535 0 1 0 174093 187 0 0 18 0 13 0 106910789 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 448583 110495 1328 9 0 446195 0
[pid=11906/tid=11908] ppid=11904 vsize=1794332 CPUtime=1699.85
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 78942 0 1 0 169930 55 0 0 21 0 13 0 106910791 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110247629 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1794332 CPUtime=18.84
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 38811 0 0 0 1834 50 0 0 15 0 13 0 106910793 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1794332 CPUtime=18.9
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 43011 0 0 0 1847 43 0 0 16 0 13 0 106910793 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1794332 CPUtime=0.8
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 152 0 0 0 47 33 0 0 16 0 13 0 106910795 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106910800 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1794332 CPUtime=2.29
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 4654 0 0 0 228 1 0 0 17 0 13 0 106910800 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1794332 CPUtime=2.05
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 5241 0 0 0 203 2 0 0 16 0 13 0 106910800 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106910801 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106910801 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11919] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11919/stat : 11919 (java) S 11904 11906 11035 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 106912306 1837395968 110495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1742.8
Current children cumulated vsize (KiB) 1794332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.1 s]
/proc/loadavg: 1.10 1.10 1.03 2/90 12119
/proc/meminfo: memFree=1225256/2055920 swapFree=4139816/4192956
[pid=11906] ppid=11904 vsize=1794332 CPUtime=1800.06
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 172600 0 1 0 179812 194 0 0 18 0 13 0 106910789 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 448583 110884 1328 9 0 446195 0
[pid=11906/tid=11908] ppid=11904 vsize=1794332 CPUtime=1755.99
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 79359 0 1 0 175540 59 0 0 21 0 13 0 106910791 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110237745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1794332 CPUtime=19.39
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 39162 0 0 0 1888 51 0 0 16 0 13 0 106910793 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1794332 CPUtime=19.44
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 43308 0 0 0 1901 43 0 0 16 0 13 0 106910793 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1794332 CPUtime=0.83
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 152 0 0 0 49 34 0 0 16 0 13 0 106910795 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106910800 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1794332 CPUtime=2.29
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 4654 0 0 0 228 1 0 0 17 0 13 0 106910800 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1794332 CPUtime=2.05
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 5241 0 0 0 203 2 0 0 16 0 13 0 106910800 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106910801 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106910801 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11919] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11919/stat : 11919 (java) S 11904 11906 11035 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 106912306 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1794332

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

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

[startup+1779.1 s]
/proc/loadavg: 1.10 1.10 1.03 2/90 12119
/proc/meminfo: memFree=1225256/2055920 swapFree=4139816/4192956
[pid=11906] ppid=11904 vsize=1794332 CPUtime=1800.06
/proc/11906/stat : 11906 (java) S 11904 11906 11035 0 -1 0 172600 0 1 0 179812 194 0 0 18 0 13 0 106910789 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11906/statm: 448583 110884 1328 9 0 446195 0
[pid=11906/tid=11908] ppid=11904 vsize=1794332 CPUtime=1755.99
/proc/11906/task/11908/stat : 11908 (java) R 11904 11906 11035 0 -1 64 79359 0 1 0 175540 59 0 0 21 0 13 0 106910791 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110237745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11909] ppid=11904 vsize=1794332 CPUtime=19.39
/proc/11906/task/11909/stat : 11909 (java) S 11904 11906 11035 0 -1 64 39162 0 0 0 1888 51 0 0 16 0 13 0 106910793 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11910] ppid=11904 vsize=1794332 CPUtime=19.44
/proc/11906/task/11910/stat : 11910 (java) S 11904 11906 11035 0 -1 64 43308 0 0 0 1901 43 0 0 16 0 13 0 106910793 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11911] ppid=11904 vsize=1794332 CPUtime=0.83
/proc/11906/task/11911/stat : 11911 (java) S 11904 11906 11035 0 -1 64 152 0 0 0 49 34 0 0 16 0 13 0 106910795 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11912] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11912/stat : 11912 (java) S 11904 11906 11035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11913] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11913/stat : 11913 (java) S 11904 11906 11035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106910796 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11914] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11914/stat : 11914 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106910800 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11915] ppid=11904 vsize=1794332 CPUtime=2.29
/proc/11906/task/11915/stat : 11915 (java) S 11904 11906 11035 0 -1 64 4654 0 0 0 228 1 0 0 17 0 13 0 106910800 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11916] ppid=11904 vsize=1794332 CPUtime=2.05
/proc/11906/task/11916/stat : 11916 (java) S 11904 11906 11035 0 -1 64 5241 0 0 0 203 2 0 0 16 0 13 0 106910800 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11917] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11917/stat : 11917 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 106910801 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11906/tid=11918] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11918/stat : 11918 (java) S 11904 11906 11035 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106910801 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11906/tid=11919] ppid=11904 vsize=1794332 CPUtime=0
/proc/11906/task/11919/stat : 11919 (java) S 11904 11906 11035 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 106912306 1837395968 110884 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1794332

Child status: 143
Real time (s): 1779.19
CPU time (s): 1800.16
CPU user time (s): 1798.14
CPU system time (s): 2.01469
CPU usage (%): 101.178
Max. virtual memory (cumulated for all children) (KiB): 1796324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.01469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172620
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= 70121
involuntary context switches= 50623

runsolver used 1.9687 second user time and 5.43917 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Apr 14 22:32:33 UTC 2007

IDJOB= 351223
IDBENCH= 1705
IDSOLVER= 160
FILE ID= node34/351223-1176589953

PBS_JOBID= 4556960

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b5e82d02e51b7eb09c369bc9f6b2937f

RANDOM SEED= 703169755

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1667808 kB
Buffers:         18528 kB
Cached:         139220 kB
SwapCached:       3412 kB
Active:         207928 kB
Inactive:        96960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667808 kB
SwapTotal:     4192956 kB
SwapFree:      4139044 kB
Dirty:           20652 kB
Writeback:           0 kB
Mapped:         160876 kB
Slab:            68492 kB
Committed_AS:   397940 kB
PageTables:       1984 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= 66544 MiB

End job on node34 on Sat Apr 14 23:02:15 UTC 2007