Trace number 349568

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.14 1778.74

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
MD5SUM70ac8fda673b8cd0297ec54288f810c6
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 variables9818
Total number of constraints291
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 constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 22009559908352000000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 1485172925553747181346
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 22009559908352000000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 1485172925553747181346
Number of bits of the biggest sum of numbers71
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.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.17/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.22	--- Begin Solver configuration ---
0.17/0.22	c Stops conflict analysis at the first Unique Implication Point
0.17/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.22	c Learn all clauses as in MiniSAT
0.17/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.22	c No reason simplification
0.17/0.22	c --- End Solver configuration ---
0.17/0.22	c solving /tmp/evaluation/349568-1176709098/instance-349568-1176709098.opb
0.17/0.22	c reading problem ... 
2.09/1.38	c ... done. Wall clock time 1.161s.
2.09/1.38	c CPU time (experimental) 0.84s.
2.09/1.38	c #vars     9818
2.09/1.38	c #constraints  384
1800.01/1778.62	c starts		: 2
1800.01/1778.62	c conflicts		: 22125
1800.01/1778.62	c decisions		: 61600
1800.01/1778.62	c propagations		: 295872
1800.01/1778.62	c inspects		: 145789735
1800.01/1778.62	c learnt literals	: 0
1800.01/1778.62	c learnt binary clauses	: 0
1800.01/1778.62	c learnt ternary clauses	: 0
1800.01/1778.62	c learnt clauses	: 22124
1800.01/1778.62	c root simplifications	: 0
1800.01/1778.62	c removed literals (reason simplification)	: 0
1800.01/1778.62	c reason swapping (by a shorter reason)	: 0
1800.01/1778.62	c Calls to reduceDB	: 0
1800.01/1778.62	c speed (decisions/second)	: 34.669302133963086
1800.01/1778.62	c non guided choices	0
1800.01/1778.62	s UNKNOWN
1800.01/1778.62	c Total wall clock time (ms): 1778.394

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/node46/watcher-349568-1176709098 -o ROOT/results/node46/solver-349568-1176709098 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349568-1176709098/sat4jPseudoCP.jar /tmp/evaluation/349568-1176709098/instance-349568-1176709098.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.17 1.11 1.03 2/65 28100
/proc/meminfo: memFree=1762144/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=48 CPUtime=0
/proc/28100/stat : 28100 (java) R 28098 28100 27656 0 -1 0 18 0 0 0 0 0 0 0 20 0 1 0 25592876 49152 2 18446744073709551615 0 0 4294957000 18446744073709551615 255825866023 0 0 4096 0 0 0 0 17 1 0 0
/proc/28100/statm: 35 7 3 9 0 1 0

[startup+0.0778181 s]
/proc/loadavg: 1.17 1.11 1.03 2/65 28100
/proc/meminfo: memFree=1762144/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1777708 CPUtime=0.04
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 3633 0 1 0 3 1 0 0 18 0 7 0 25592876 1820372992 3375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 444427 3375 1073 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.10182 s]
/proc/loadavg: 1.17 1.11 1.03 2/65 28100
/proc/meminfo: memFree=1762144/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1777844 CPUtime=0.06
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 3813 0 1 0 4 2 0 0 18 0 7 0 25592876 1820512256 3555 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 444461 3555 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.30186 s]
/proc/loadavg: 1.17 1.11 1.03 2/65 28100
/proc/meminfo: memFree=1762144/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1781636 CPUtime=0.3
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 5119 0 1 0 27 3 0 0 18 0 12 0 25592876 1824395264 4857 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 445409 4857 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781636

[startup+0.701933 s]
/proc/loadavg: 1.17 1.11 1.03 2/65 28100
/proc/meminfo: memFree=1762144/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1782476 CPUtime=0.9
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 7459 0 1 0 86 4 0 0 18 0 12 0 25592876 1825255424 6935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 445619 6935 1301 9 0 443231 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782476

[startup+1.50208 s]
/proc/loadavg: 1.17 1.11 1.03 4/77 28112
/proc/meminfo: memFree=1723648/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1797444 CPUtime=2.49
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 20870 0 1 0 238 11 0 0 18 0 12 0 25592876 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 449361 15872 1319 9 0 446973 0
[pid=28100/tid=28102] ppid=28098 vsize=1797444 CPUtime=0.88
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 11351 0 1 0 82 6 0 0 18 0 12 0 25592879 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109185713 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 25592881 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 25592881 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 25592883 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 25592884 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 25592884 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25592888 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1797444 CPUtime=0.82
/proc/28100/task/28109/stat : 28109 (java) R 28098 28100 27656 0 -1 64 5368 0 0 0 80 2 0 0 19 0 12 0 25592888 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105057900 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1797444 CPUtime=0.76
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 3430 0 0 0 75 1 0 0 17 0 12 0 25592888 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 25592888 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1797444 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25592888 1840582656 15872 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1797444

[startup+3.10238 s]
/proc/loadavg: 1.17 1.11 1.03 3/78 28113
/proc/meminfo: memFree=1695352/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1795816 CPUtime=5.09
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 51949 0 1 0 486 23 0 0 18 0 13 0 25592876 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448954 43618 1333 9 0 446566 0
[pid=28100/tid=28102] ppid=28098 vsize=1795816 CPUtime=2.02
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 37718 0 1 0 186 16 0 0 24 0 13 0 25592879 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1795816 CPUtime=0.02
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 895 0 0 0 2 0 0 0 16 0 13 0 25592881 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1795816 CPUtime=0.02
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 692 0 0 0 2 0 0 0 17 0 13 0 25592881 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1795816 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 25592883 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1795816 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1795816 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1795816 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1795816 CPUtime=1.58
/proc/28100/task/28109/stat : 28109 (java) R 28098 28100 27656 0 -1 64 7696 0 0 0 155 3 0 0 16 0 13 0 25592888 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105209804 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1795816 CPUtime=1.4
/proc/28100/task/28110/stat : 28110 (java) R 28098 28100 27656 0 -1 64 4217 0 0 0 138 2 0 0 16 0 13 0 25592888 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1795816 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1795816 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1795816 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1838915584 43618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 1795816

[startup+6.30215 s]
/proc/loadavg: 1.24 1.12 1.03 3/78 28113
/proc/meminfo: memFree=1585336/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1794156 CPUtime=9.03
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 58793 0 1 0 878 25 0 0 18 0 13 0 25592876 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448539 45725 1333 9 0 446151 0
[pid=28100/tid=28102] ppid=28098 vsize=1794156 CPUtime=4.96
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 37725 0 1 0 480 16 0 0 25 0 13 0 25592879 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109855133 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794156 CPUtime=0.16
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 3156 0 0 0 15 1 0 0 16 0 13 0 25592881 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794156 CPUtime=0.16
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 2786 0 0 0 15 1 0 0 16 0 13 0 25592881 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 25592883 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794156 CPUtime=1.98
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27656 0 -1 64 9219 0 0 0 195 3 0 0 16 0 13 0 25592888 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794156 CPUtime=1.72
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 5152 0 0 0 170 2 0 0 16 0 13 0 25592888 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1837215744 45725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 1794156

[startup+12.7023 s]
/proc/loadavg: 1.22 1.12 1.03 2/78 28113
/proc/meminfo: memFree=1558008/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1794156 CPUtime=15.61
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 65882 0 1 0 1532 29 0 0 18 0 13 0 25592876 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448539 52244 1334 9 0 446151 0
[pid=28100/tid=28102] ppid=28098 vsize=1794156 CPUtime=11.23
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 39879 0 1 0 1106 17 0 0 25 0 13 0 25592879 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109847355 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794156 CPUtime=0.27
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 5573 0 0 0 25 2 0 0 16 0 13 0 25592881 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794156 CPUtime=0.27
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 5296 0 0 0 25 2 0 0 16 0 13 0 25592881 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 25592883 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794156 CPUtime=1.99
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27656 0 -1 64 9219 0 0 0 196 3 0 0 16 0 13 0 25592888 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794156 CPUtime=1.79
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 5159 0 0 0 177 2 0 0 16 0 13 0 25592888 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1837215744 52244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 1794156

[startup+25.5017 s]
/proc/loadavg: 1.17 1.12 1.03 2/78 28113
/proc/meminfo: memFree=1587448/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1794156 CPUtime=28.48
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 68089 0 1 0 2817 31 0 0 18 0 13 0 25592876 1837215744 44535 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448539 44535 1334 9 0 446151 0
[pid=28100/tid=28102] ppid=28098 vsize=1794156 CPUtime=23.92
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 40202 0 1 0 2375 17 0 0 25 0 13 0 25592879 1837215744 44535 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109855133 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794156 CPUtime=0.35
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 6424 0 0 0 33 2 0 0 16 0 13 0 25592881 1837215744 44535 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794156 CPUtime=0.36
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 6316 0 0 0 33 3 0 0 16 0 13 0 25592881 1837215744 44535 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0.01
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 46 0 0 0 0 1 0 0 16 0 13 0 25592883 1837215744 44535 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0.53
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 397 0 0 0 29 24 0 0 16 0 13 0 25592883 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794156 CPUtime=2.07
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27656 0 -1 64 9231 0 0 0 204 3 0 0 17 0 13 0 25592888 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794156 CPUtime=1.96
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 5164 0 0 0 194 2 0 0 16 0 13 0 25592888 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1837215744 145426 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1560.49
Current children cumulated vsize (KiB) 1794156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28311
/proc/meminfo: memFree=1176312/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1794156 CPUtime=1621.32
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 281390 0 1 0 161955 177 0 0 18 0 13 0 25592876 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448539 147249 1334 9 0 446151 0
[pid=28100/tid=28102] ppid=28098 vsize=1794156 CPUtime=1582.37
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 136546 0 1 0 158163 74 0 0 25 0 13 0 25592879 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109574754 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794156 CPUtime=17.13
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 65150 0 0 0 1678 35 0 0 16 0 13 0 25592881 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794156 CPUtime=17.18
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 64179 0 0 0 1683 35 0 0 16 0 13 0 25592881 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0.54
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 397 0 0 0 30 24 0 0 16 0 13 0 25592883 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794156 CPUtime=2.07
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27656 0 -1 64 9231 0 0 0 204 3 0 0 17 0 13 0 25592888 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794156 CPUtime=1.96
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 5164 0 0 0 194 2 0 0 16 0 13 0 25592888 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1837215744 147249 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.32
Current children cumulated vsize (KiB) 1794156

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 28311
/proc/meminfo: memFree=1169080/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1794156 CPUtime=1682.12
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 283279 0 1 0 168033 179 0 0 18 0 13 0 25592876 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448539 148964 1334 9 0 446151 0
[pid=28100/tid=28102] ppid=28098 vsize=1794156 CPUtime=1641.5
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 136567 0 1 0 164076 74 0 0 25 0 13 0 25592879 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109877276 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794156 CPUtime=17.96
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 66435 0 0 0 1761 35 0 0 16 0 13 0 25592881 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794156 CPUtime=18.02
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 64762 0 0 0 1766 36 0 0 16 0 13 0 25592881 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0.55
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 397 0 0 0 30 25 0 0 16 0 13 0 25592883 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794156 CPUtime=2.07
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27656 0 -1 64 9231 0 0 0 204 3 0 0 17 0 13 0 25592888 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794156 CPUtime=1.96
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 5164 0 0 0 194 2 0 0 16 0 13 0 25592888 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1837215744 148964 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.12
Current children cumulated vsize (KiB) 1794156

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 28311
/proc/meminfo: memFree=1162168/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1794156 CPUtime=1742.96
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 285281 0 1 0 174116 180 0 0 18 0 13 0 25592876 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448539 150768 1334 9 0 446151 0
[pid=28100/tid=28102] ppid=28098 vsize=1794156 CPUtime=1700.55
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 136589 0 1 0 169981 74 0 0 25 0 13 0 25592879 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109877265 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794156 CPUtime=18.85
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 67871 0 0 0 1849 36 0 0 16 0 13 0 25592881 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794156 CPUtime=18.91
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 65306 0 0 0 1855 36 0 0 17 0 13 0 25592881 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0.55
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 397 0 0 0 30 25 0 0 16 0 13 0 25592883 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794156 CPUtime=2.07
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27656 0 -1 64 9231 0 0 0 204 3 0 0 17 0 13 0 25592888 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794156 CPUtime=1.96
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 5164 0 0 0 194 2 0 0 16 0 13 0 25592888 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1837215744 150768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1742.96
Current children cumulated vsize (KiB) 1794156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28311
/proc/meminfo: memFree=1155640/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=1794156 CPUtime=1800.01
/proc/28100/stat : 28100 (java) S 28098 28100 27656 0 -1 0 287001 0 1 0 179820 181 0 0 18 0 13 0 25592876 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 448539 152294 1334 9 0 446151 0
[pid=28100/tid=28102] ppid=28098 vsize=1794156 CPUtime=1756.03
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27656 0 -1 64 136608 0 1 0 175528 75 0 0 25 0 13 0 25592879 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109951047 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794156 CPUtime=19.64
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27656 0 -1 64 69030 0 0 0 1928 36 0 0 16 0 13 0 25592881 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794156 CPUtime=19.69
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27656 0 -1 64 65848 0 0 0 1933 36 0 0 17 0 13 0 25592881 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794156 CPUtime=0.55
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27656 0 -1 64 397 0 0 0 30 25 0 0 16 0 13 0 25592883 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25592884 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27656 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25592888 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794156 CPUtime=2.07
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27656 0 -1 64 9231 0 0 0 204 3 0 0 17 0 13 0 25592888 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794156 CPUtime=1.96
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27656 0 -1 64 5164 0 0 0 194 2 0 0 16 0 13 0 25592888 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27656 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25592888 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592888 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794156 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27656 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 25593061 1837215744 152294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794156

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

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

[startup+1778.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28311
/proc/meminfo: memFree=1155640/2055920 swapFree=4184528/4192956
[pid=28100] ppid=28098 vsize=0 CPUtime=1800.12
/proc/28100/stat : 28100 (java) Z 28098 28100 27656 0 -1 1036 287022 0 1 0 179822 190 0 0 16 0 2 0 25592876 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.74
CPU time (s): 1800.14
CPU user time (s): 1798.23
CPU system time (s): 1.91071
CPU usage (%): 101.203
Max. virtual memory (cumulated for all children) (KiB): 1798072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.23
system time used= 1.91071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287022
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= 58078
involuntary context switches= 21006

runsolver used 1.9967 second user time and 5.45717 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Mon Apr 16 07:38:19 UTC 2007

IDJOB= 349568
IDBENCH= 2524
IDSOLVER= 160
FILE ID= node46/349568-1176709098

PBS_JOBID= 4560049

Free space on /tmp= 66168 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349568-1176709098/sat4jPseudoCP.jar /tmp/evaluation/349568-1176709098/instance-349568-1176709098.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-349568-1176709098 -o ROOT/results/node46/solver-349568-1176709098 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349568-1176709098/sat4jPseudoCP.jar /tmp/evaluation/349568-1176709098/instance-349568-1176709098.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  70ac8fda673b8cd0297ec54288f810c6

RANDOM SEED= 77564186

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1762744 kB
Buffers:         16740 kB
Cached:         207680 kB
SwapCached:       2768 kB
Active:          90360 kB
Inactive:       144688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762744 kB
SwapTotal:     4192956 kB
SwapFree:      4184528 kB
Dirty:            4144 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            44108 kB
Committed_AS:  1683432 kB
PageTables:       1472 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= 66168 MiB

End job on node46 on Mon Apr 16 08:08:00 UTC 2007