Trace number 348853

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.16 1786.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-khb05250.opb
MD5SUM0abc7673c35064c54cd6e972f16047d8
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables38297
Total number of constraints102
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 constraints102
Minimum length of a constraint23
Maximum length of a constraint1530
Number of terms in the objective function 37494
Biggest coefficient in the objective function 580
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 555190
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 260900
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 555190
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.05/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.19	c no version file found!!!
0.05/0.19	c sun.arch.data.model	32
0.05/0.19	c java.version	1.6.0
0.05/0.19	c os.name	Linux
0.05/0.19	c os.version	2.6.9-22.EL.rootsmp
0.05/0.19	c os.arch	i386
0.05/0.19	c Free memory 1651659224
0.05/0.19	c Max memory 1654456320
0.05/0.19	c Total memory 1654456320
0.05/0.19	c Number of processors 2
0.13/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.24	--- Begin Solver configuration ---
0.13/0.24	c Stops conflict analysis at the first Unique Implication Point
0.13/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.24	c Learn all clauses as in MiniSAT
0.13/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.24	c No reason simplification
0.13/0.24	c --- End Solver configuration ---
0.13/0.24	c Simplify asserted PB constraints to clauses
0.13/0.24	c solving /tmp/evaluation/348853-1176600998/instance-348853-1176600998.opb
0.13/0.24	c reading problem ... 
2.66/1.93	c ... done. Wall clock time 1.687s.
2.66/1.93	c CPU time (experimental) 1.29s.
2.66/1.93	c #vars     38297
2.66/1.93	c #constraints  179
1800.02/1786.42	c starts		: 2
1800.02/1786.42	c conflicts		: 346
1800.02/1786.42	c decisions		: 88643
1800.02/1786.42	c propagations		: 225612
1800.02/1786.42	c inspects		: 495606
1800.02/1786.42	c learnt literals	: 0
1800.02/1786.42	c learnt binary clauses	: 0
1800.02/1786.42	c learnt ternary clauses	: 0
1800.02/1786.42	c learnt clauses	: 345
1800.02/1786.42	c root simplifications	: 0
1800.02/1786.42	c removed literals (reason simplification)	: 0
1800.02/1786.42	c reason swapping (by a shorter reason)	: 0
1800.02/1786.42	c Calls to reduceDB	: 0
1800.02/1786.42	c speed (decisions/second)	: 49.6842711781567
1800.02/1786.42	c non guided choices	0
1800.02/1786.42	s UNKNOWN
1800.02/1786.42	c Total wall clock time (ms): 1786.173

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/node73/watcher-348853-1176600998 -o ROOT/results/node73/solver-348853-1176600998 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348853-1176600998/sat4jPseudoCPClause.jar /tmp/evaluation/348853-1176600998/instance-348853-1176600998.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.91 0.97 0.99 3/65 12946
/proc/meminfo: memFree=1766960/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=152 CPUtime=0
/proc/12946/stat : 12946 (java) D 12944 12946 12441 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 108014638 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7709476 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12946/statm: 38 26 19 9 0 4 0

[startup+0.045682 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 12946
/proc/meminfo: memFree=1766960/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=12332 CPUtime=0
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 699 0 0 0 0 0 0 0 18 0 2 0 108014638 12627968 499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 3083 499 202 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12332

[startup+0.101874 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 12946
/proc/meminfo: memFree=1766960/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1778140 CPUtime=0.05
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 3696 0 1 0 3 2 0 0 18 0 7 0 108014638 1820815360 3438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 444535 3438 1081 9 0 442171 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1778140

[startup+0.301893 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 12946
/proc/meminfo: memFree=1766960/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1781500 CPUtime=0.26
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 5305 0 1 0 23 3 0 0 18 0 12 0 108014638 1824256000 5043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 445375 5043 1262 9 0 442986 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1781500

[startup+0.70194 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 12946
/proc/meminfo: memFree=1766960/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1782620 CPUtime=0.81
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 8604 0 1 0 78 3 0 0 18 0 12 0 108014638 1825402880 8149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 445655 8151 1296 9 0 443266 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1782620

[startup+1.50204 s]
/proc/loadavg: 0.91 0.97 0.99 4/77 12958
/proc/meminfo: memFree=1726736/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1792164 CPUtime=2.23
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 21394 0 1 0 214 9 0 0 18 0 12 0 108014638 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448041 18279 1303 9 0 445652 0
[pid=12946/tid=12948] ppid=12944 vsize=1792164 CPUtime=0.87
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 14635 0 1 0 82 5 0 0 23 0 12 0 108014643 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109568995 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 108014644 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 108014644 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 108014646 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 108014647 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 108014647 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 108014652 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1792164 CPUtime=0.75
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 3863 0 0 0 73 2 0 0 20 0 12 0 108014652 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1792164 CPUtime=0.58
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 2176 0 0 0 57 1 0 0 16 0 12 0 108014652 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 108014652 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1792164 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 108014652 1835175936 18279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1792164

[startup+3.10122 s]
/proc/loadavg: 0.91 0.97 0.99 5/77 12958
/proc/meminfo: memFree=1639952/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1792488 CPUtime=4.31
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 43772 0 1 0 412 19 0 0 18 0 13 0 108014638 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448122 39636 1318 9 0 445733 0
[pid=12946/tid=12948] ppid=12944 vsize=1792488 CPUtime=2.33
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 35933 0 1 0 218 15 0 0 24 0 13 0 108014643 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872459 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 108014644 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 108014644 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 108014646 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 108014647 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 108014647 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1792488 CPUtime=1.07
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4446 0 0 0 105 2 0 0 16 0 13 0 108014652 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1792488 CPUtime=0.89
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 2670 0 0 0 88 1 0 0 16 0 13 0 108014652 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1792488 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1835507712 39636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1792488

[startup+6.30259 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 12959
/proc/meminfo: memFree=1562960/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1794224 CPUtime=8.48
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 58950 0 1 0 821 27 0 0 18 0 13 0 108014638 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448556 52219 1327 9 0 446167 0
[pid=12946/tid=12948] ppid=12944 vsize=1794224 CPUtime=4.89
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 37721 0 1 0 474 15 0 0 24 0 13 0 108014643 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109982084 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1794224 CPUtime=0.22
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 5529 0 0 0 20 2 0 0 16 0 13 0 108014644 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1794224 CPUtime=0.23
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 5233 0 0 0 21 2 0 0 16 0 13 0 108014644 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1794224 CPUtime=0
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 108014646 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794224 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1794224 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108014647 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1794224 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1794224 CPUtime=1.59
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4842 0 0 0 156 3 0 0 17 0 13 0 108014652 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1794224 CPUtime=1.49
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 4892 0 0 0 147 2 0 0 18 0 13 0 108014652 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1794224 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1794224 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12959] ppid=12944 vsize=1794224 CPUtime=0
/proc/12946/task/12959/stat : 12959 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 108014875 1837285376 52219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 1794224

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 12959
/proc/meminfo: memFree=1538008/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1794060 CPUtime=15.21
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 66005 0 1 0 1492 29 0 0 18 0 13 0 108014638 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448515 58160 1327 9 0 446126 0
[pid=12946/tid=12948] ppid=12944 vsize=1794060 CPUtime=10.93
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 37734 0 1 0 1078 15 0 0 25 0 13 0 108014643 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109997969 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1794060 CPUtime=0.58
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 9446 0 0 0 54 4 0 0 16 0 13 0 108014644 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1794060 CPUtime=0.57
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 8354 0 0 0 55 2 0 0 16 0 13 0 108014644 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 108014646 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108014647 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1794060 CPUtime=1.59
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4842 0 0 0 156 3 0 0 17 0 13 0 108014652 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1794060 CPUtime=1.49
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 4892 0 0 0 147 2 0 0 16 0 13 0 108014652 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12959] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12959/stat : 12959 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 108014875 1837117440 58160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 1794060

[startup+25.5028 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 12959
/proc/meminfo: memFree=1652888/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1794060 CPUtime=28.05
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 66922 0 1 0 2773 32 0 0 18 0 13 0 108014638 1837117440 29395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448515 29395 1327 9 0 446126 0
[pid=12946/tid=12948] ppid=12944 vsize=1794060 CPUtime=23.65
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 37775 0 1 0 2350 15 0 0 25 0 13 0 108014643 1837117440 29395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109997703 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1794060 CPUtime=0.63
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 9911 0 0 0 59 4 0 0 15 0 13 0 108014644 1837117440 29395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1794060 CPUtime=0.62
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 8752 0 0 0 59 3 0 0 16 0 13 0 108014644 1837117440 29395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1794060 CPUtime=0.02
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 28 0 0 0 0 2 0 0 17 0 13 0 108014646 1837117440 29395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794060 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837117440 29395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12946/tid=12951] ppid=12944 vsize=1794796 CPUtime=0.89
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 545 0 0 0 49 40 0 0 16 0 13 0 108014646 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1794796 CPUtime=1.72
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4854 0 0 0 169 3 0 0 17 0 13 0 108014652 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1794796 CPUtime=1.67
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 6275 0 0 0 164 3 0 0 18 0 13 0 108014652 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12959] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12959/stat : 12959 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 108014875 1837871104 136109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.61
Current children cumulated vsize (KiB) 1794796

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 13639
/proc/meminfo: memFree=1185816/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1794796 CPUtime=1675.07
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 298400 0 1 0 167244 263 0 0 18 0 13 0 108014638 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448699 139394 1327 9 0 446310 0
[pid=12946/tid=12948] ppid=12944 vsize=1794796 CPUtime=1644.62
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 163318 0 1 0 164381 81 0 0 24 0 13 0 108014643 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110111946 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1794796 CPUtime=13.11
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 60924 0 0 0 1252 59 0 0 16 0 13 0 108014644 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1794796 CPUtime=12.98
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 61757 0 0 0 1224 74 0 0 17 0 13 0 108014644 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1794796 CPUtime=0.92
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 550 0 0 0 51 41 0 0 16 0 13 0 108014646 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1794796 CPUtime=1.72
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4854 0 0 0 169 3 0 0 17 0 13 0 108014652 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1794796 CPUtime=1.67
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 6275 0 0 0 164 3 0 0 18 0 13 0 108014652 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12959] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12959/stat : 12959 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 108014875 1837871104 139394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.07
Current children cumulated vsize (KiB) 1794796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13639
/proc/meminfo: memFree=1176280/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1794796 CPUtime=1735.47
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 301626 0 1 0 173279 268 0 0 18 0 13 0 108014638 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448699 141415 1327 9 0 446310 0
[pid=12946/tid=12948] ppid=12944 vsize=1794796 CPUtime=1703.91
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 163695 0 1 0 170310 81 0 0 20 0 13 0 108014643 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595659 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1794796 CPUtime=13.66
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 62353 0 0 0 1304 62 0 0 16 0 13 0 108014644 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1794796 CPUtime=13.53
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 63176 0 0 0 1278 75 0 0 16 0 13 0 108014644 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1794796 CPUtime=0.93
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 551 0 0 0 52 41 0 0 16 0 13 0 108014646 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1794796 CPUtime=1.72
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4854 0 0 0 169 3 0 0 17 0 13 0 108014652 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1794796 CPUtime=1.67
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 6275 0 0 0 164 3 0 0 18 0 13 0 108014652 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12959] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12959/stat : 12959 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 108014875 1837871104 141415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.47
Current children cumulated vsize (KiB) 1794796

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13639
/proc/meminfo: memFree=1165592/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1794796 CPUtime=1795.89
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 305300 0 1 0 179314 275 0 0 18 0 13 0 108014638 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448699 144105 1327 9 0 446310 0
[pid=12946/tid=12948] ppid=12944 vsize=1794796 CPUtime=1763.17
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 163975 0 1 0 176235 82 0 0 19 0 13 0 108014643 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109998190 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1794796 CPUtime=14.23
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 63856 0 0 0 1358 65 0 0 16 0 13 0 108014644 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1794796 CPUtime=14.09
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 65067 0 0 0 1332 77 0 0 16 0 13 0 108014644 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1794796 CPUtime=0.95
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 551 0 0 0 53 42 0 0 16 0 13 0 108014646 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1794796 CPUtime=1.72
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4854 0 0 0 169 3 0 0 17 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1794796 CPUtime=1.67
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 6275 0 0 0 164 3 0 0 18 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12959] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12959/stat : 12959 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 108014875 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.89
Current children cumulated vsize (KiB) 1794796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13639
/proc/meminfo: memFree=1165592/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=1794796 CPUtime=1800.02
/proc/12946/stat : 12946 (java) S 12944 12946 12441 0 -1 0 305306 0 1 0 179727 275 0 0 18 0 13 0 108014638 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12946/statm: 448699 144105 1327 9 0 446310 0
[pid=12946/tid=12948] ppid=12944 vsize=1794796 CPUtime=1767.24
/proc/12946/task/12948/stat : 12948 (java) R 12944 12946 12441 0 -1 64 163981 0 1 0 176642 82 0 0 19 0 13 0 108014643 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109981718 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12949] ppid=12944 vsize=1794796 CPUtime=14.26
/proc/12946/task/12949/stat : 12949 (java) S 12944 12946 12441 0 -1 64 63856 0 0 0 1361 65 0 0 16 0 13 0 108014644 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12950] ppid=12944 vsize=1794796 CPUtime=14.12
/proc/12946/task/12950/stat : 12950 (java) S 12944 12946 12441 0 -1 64 65067 0 0 0 1335 77 0 0 16 0 13 0 108014644 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12944 vsize=1794796 CPUtime=0.95
/proc/12946/task/12951/stat : 12951 (java) S 12944 12946 12441 0 -1 64 551 0 0 0 53 42 0 0 16 0 13 0 108014646 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12952/stat : 12952 (java) S 12944 12946 12441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12953] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12944 12946 12441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108014647 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12954] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12955] ppid=12944 vsize=1794796 CPUtime=1.72
/proc/12946/task/12955/stat : 12955 (java) S 12944 12946 12441 0 -1 64 4854 0 0 0 169 3 0 0 17 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12956] ppid=12944 vsize=1794796 CPUtime=1.67
/proc/12946/task/12956/stat : 12956 (java) S 12944 12946 12441 0 -1 64 6275 0 0 0 164 3 0 0 18 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12957] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12957/stat : 12957 (java) S 12944 12946 12441 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12946/tid=12958] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12958/stat : 12958 (java) S 12944 12946 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108014652 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12946/tid=12959] ppid=12944 vsize=1794796 CPUtime=0
/proc/12946/task/12959/stat : 12959 (java) S 12944 12946 12441 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 108014875 1837871104 144105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1794796

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

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

[startup+1786.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13639
/proc/meminfo: memFree=1165592/2055920 swapFree=4184012/4192956
[pid=12946] ppid=12944 vsize=0 CPUtime=1800.13
/proc/12946/stat : 12946 (java) Z 12944 12946 12441 0 -1 1036 305325 0 1 0 179731 282 0 0 16 0 2 0 108014638 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12946/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.54
CPU time (s): 1800.16
CPU user time (s): 1797.31
CPU system time (s): 2.84857
CPU usage (%): 100.762
Max. virtual memory (cumulated for all children) (KiB): 1797508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.31
system time used= 2.84857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305325
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= 75653
involuntary context switches= 40016

runsolver used 2.32864 second user time and 5.69713 second system time

The end

Launcher Data (download as text)

Begin job on node73 on Sun Apr 15 01:36:38 UTC 2007

IDJOB= 348853
IDBENCH= 1762
IDSOLVER= 164
FILE ID= node73/348853-1176600998

PBS_JOBID= 4557017

Free space on /tmp= 66560 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-khb05250.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348853-1176600998/sat4jPseudoCPClause.jar /tmp/evaluation/348853-1176600998/instance-348853-1176600998.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node73/watcher-348853-1176600998 -o ROOT/results/node73/solver-348853-1176600998 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348853-1176600998/sat4jPseudoCPClause.jar /tmp/evaluation/348853-1176600998/instance-348853-1176600998.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0abc7673c35064c54cd6e972f16047d8

RANDOM SEED= 152314563

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node73.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.214
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.214
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:       1767496 kB
Buffers:         29640 kB
Cached:         149200 kB
SwapCached:       2720 kB
Active:          28180 kB
Inactive:       175040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767496 kB
SwapTotal:     4192956 kB
SwapFree:      4184012 kB
Dirty:            4736 kB
Writeback:           0 kB
Mapped:          15700 kB
Slab:            71276 kB
Committed_AS:   877464 kB
PageTables:       1412 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= 66560 MiB

End job on node73 on Sun Apr 15 02:06:26 UTC 2007