Trace number 366634

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-23SAT (TO)14 1800.18 1766.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_15.r.opb
MD5SUM7e1b8a9f40a52781f7629bf04a2d5793
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark6.47102
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/366634-1177064371/instance-366634-1177064371.opb
0.21/0.20	c reading problem ... 
0.32/0.33	c ... done. Wall clock time 0.13s.
0.32/0.33	c CPU time (experimental) 0.28s.
0.32/0.33	c #vars     100
0.32/0.33	c #constraints  100
0.32/0.34	c SATISFIABLE
0.32/0.34	c OPTIMIZING...
0.32/0.34	c Got one! Elapsed wall clock time (in seconds):0.14
0.32/0.34	o 16
0.66/0.57	c Got one! Elapsed wall clock time (in seconds):0.367
0.66/0.57	o 15
0.77/0.70	c Got one! Elapsed wall clock time (in seconds):0.497
0.77/0.70	o 14
1800.06/1766.01	c starts		: 5
1800.06/1766.01	c conflicts		: 35370
1800.06/1766.01	c decisions		: 89439
1800.06/1766.01	c propagations		: 365350
1800.06/1766.01	c inspects		: 632015277
1800.06/1766.01	c learnt literals	: 0
1800.06/1766.01	c learnt binary clauses	: 0
1800.06/1766.01	c learnt ternary clauses	: 0
1800.06/1766.01	c learnt clauses	: 35369
1800.06/1766.01	c root simplifications	: 0
1800.06/1766.01	c removed literals (reason simplification)	: 0
1800.06/1766.01	c reason swapping (by a shorter reason)	: 0
1800.06/1766.01	c Calls to reduceDB	: 0
1800.06/1766.01	c speed (decisions/second)	: 50.66469836493493
1800.06/1766.01	c non guided choices	0
1800.06/1766.01	s SATISFIABLE
1800.06/1766.01	v -x1 -x2 x3 x4 -x5 -x6 x7 x8 x9 -x10 -x11 x12 x13 -x14 x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 x30 x31
1800.06/1766.01	v x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57
1800.06/1766.01	v -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83
1800.06/1766.01	v -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
1800.06/1766.01	c objective function=14
1800.06/1766.01	c Total wall clock time (ms): 1765.814

Verifier Data (download as text)

OK	14

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-366634-1177064371 -o ROOT/results/node44/solver-366634-1177064371 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366634-1177064371/sat4jPseudoCP.jar /tmp/evaluation/366634-1177064371/instance-366634-1177064371.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.95 0.98 2/77 14228
/proc/meminfo: memFree=1736328/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=324 CPUtime=0
/proc/14228/stat : 14228 (java) R 14226 14228 12952 0 -1 0 58 0 0 0 0 0 0 0 18 0 1 0 154348843 331776 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11283085 0 0 4096 0 0 0 0 17 1 0 0
/proc/14228/statm: 81 44 33 9 0 6 0

[startup+0.0869409 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 14228
/proc/meminfo: memFree=1736328/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1777844 CPUtime=0.07
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 3840 0 1 0 5 2 0 0 18 0 7 0 154348843 1820512256 3582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 444461 3582 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101943 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 14228
/proc/meminfo: memFree=1736328/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1780108 CPUtime=0.09
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 3979 0 1 0 7 2 0 0 18 0 12 0 154348843 1822830592 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 445027 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301964 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 14228
/proc/meminfo: memFree=1736328/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1781424 CPUtime=0.32
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 5121 0 1 0 29 3 0 0 18 0 12 0 154348843 1824178176 4859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 445356 4859 1264 9 0 442968 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781424

[startup+0.702005 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 14228
/proc/meminfo: memFree=1736328/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1783664 CPUtime=0.95
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 8348 0 1 0 90 5 0 0 18 0 12 0 154348843 1826471936 7843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 445916 7843 1306 9 0 443528 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1783664

[startup+1.50209 s]
/proc/loadavg: 0.91 0.95 0.98 3/90 14244
/proc/meminfo: memFree=1695520/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1792252 CPUtime=2.47
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 24641 0 1 0 236 11 0 0 18 0 13 0 154348843 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448063 20975 1322 9 0 445675 0
[pid=14228/tid=14230] ppid=14226 vsize=1792252 CPUtime=0.94
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 17691 0 1 0 86 8 0 0 18 0 13 0 154348845 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545979 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154348846 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154348846 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154348848 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 154348849 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 154348849 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1792252 CPUtime=0.76
/proc/14228/task/14237/stat : 14237 (java) R 14226 14228 12952 0 -1 64 2895 0 0 0 76 0 0 0 18 0 13 0 154348853 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421690 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1792252 CPUtime=0.73
/proc/14228/task/14238/stat : 14238 (java) R 14226 14228 12952 0 -1 64 3329 0 0 0 72 1 0 0 18 0 13 0 154348853 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102064569 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1792252 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1835266048 20975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1792252

[startup+3.10225 s]
/proc/loadavg: 0.91 0.95 0.98 3/90 14244
/proc/meminfo: memFree=1617568/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1796524 CPUtime=5.16
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 52749 0 1 0 493 23 0 0 18 0 13 0 154348843 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 449131 42739 1331 9 0 446743 0
[pid=14228/tid=14230] ppid=14226 vsize=1796524 CPUtime=1.93
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 37717 0 1 0 177 16 0 0 21 0 13 0 154348845 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545979 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 332 0 0 0 0 0 0 0 17 0 13 0 154348846 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 82 0 0 0 0 0 0 0 17 0 13 0 154348846 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 154348848 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1796524 CPUtime=1.61
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6985 0 0 0 159 2 0 0 16 0 13 0 154348853 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1796524 CPUtime=1.57
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 6901 0 0 0 154 3 0 0 16 0 13 0 154348853 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1796524 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1839640576 42739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 1796524

[startup+6.30159 s]
/proc/loadavg: 0.92 0.95 0.98 2/90 14244
/proc/meminfo: memFree=1568096/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1794388 CPUtime=8.81
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 57841 0 1 0 856 25 0 0 18 0 13 0 154348843 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 44580 1331 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=4.96
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 37725 0 1 0 480 16 0 0 21 0 13 0 154348845 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109956941 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=0.09
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 2260 0 0 0 9 0 0 0 16 0 13 0 154348846 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=0.07
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 1705 0 0 0 7 0 0 0 16 0 13 0 154348846 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 154348848 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1794388 CPUtime=1.74
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6992 0 0 0 172 2 0 0 15 0 13 0 154348853 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1794388 CPUtime=1.89
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 8406 0 0 0 185 4 0 0 17 0 13 0 154348853 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1837453312 44580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 1794388

[startup+12.7022 s]
/proc/loadavg: 1.01 0.97 0.98 2/90 14244
/proc/meminfo: memFree=1524896/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1794388 CPUtime=15.36
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 67989 0 1 0 1506 30 0 0 18 0 13 0 154348843 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 53897 1333 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=11.22
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 41565 0 1 0 1104 18 0 0 23 0 13 0 154348845 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541510 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=0.22
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 5555 0 0 0 20 2 0 0 16 0 13 0 154348846 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=0.19
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 4714 0 0 0 18 1 0 0 16 0 13 0 154348846 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 154348848 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1794388 CPUtime=1.77
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6992 0 0 0 175 2 0 0 16 0 13 0 154348853 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1794388 CPUtime=1.91
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 8410 0 0 0 187 4 0 0 17 0 13 0 154348853 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1837453312 53897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.36
Current children cumulated vsize (KiB) 1794388

[startup+25.5015 s]
/proc/loadavg: 1.00 0.97 0.98 3/90 14244
/proc/meminfo: memFree=1518048/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1794388 CPUtime=28.32
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 71100 0 1 0 2800 32 0 0 18 0 13 0 154348843 1837453312 55532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 55532 1333 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=23.88
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 41580 0 1 0 2370 18 0 0 25 0 13 0 154348845 1837453312 55532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109606150 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=0.33
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 7406 0 0 0 31 2 0 0 16 0 13 0 154348846 1837453312 55532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=0.32
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 5959 0 0 0 30 2 0 0 16 0 13 0 154348846 1837453312 55532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=14228] ppid=14226 vsize=1794388 CPUtime=1570.81
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 148175 0 1 0 156989 92 0 0 18 0 13 0 154348843 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 112807 1334 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=1513.48
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 49608 0 1 0 151312 36 0 0 20 0 13 0 154348845 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109724699 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=26.64
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 43512 0 0 0 2644 20 0 0 16 0 13 0 154348846 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=26.63
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 38853 0 0 0 2644 19 0 0 16 0 13 0 154348846 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1794388 CPUtime=0.19
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 75 0 0 0 11 8 0 0 15 0 13 0 154348848 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1794388 CPUtime=1.8
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6992 0 0 0 178 2 0 0 16 0 13 0 154348853 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1794388 CPUtime=2.01
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 8411 0 0 0 197 4 0 0 17 0 13 0 154348853 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1837453312 112807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1570.81
Current children cumulated vsize (KiB) 1794388

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 14246
/proc/meminfo: memFree=1285024/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1794388 CPUtime=1632.18
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 149109 0 1 0 163124 94 0 0 18 0 13 0 154348843 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 113663 1334 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=1572.06
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 49632 0 1 0 157169 37 0 0 25 0 13 0 154348845 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556059 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=28.03
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 43605 0 0 0 2783 20 0 0 16 0 13 0 154348846 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=28.02
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 39670 0 0 0 2783 19 0 0 16 0 13 0 154348846 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1794388 CPUtime=0.2
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 75 0 0 0 12 8 0 0 16 0 13 0 154348848 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1794388 CPUtime=1.8
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6992 0 0 0 178 2 0 0 16 0 13 0 154348853 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1794388 CPUtime=2.01
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 8411 0 0 0 197 4 0 0 17 0 13 0 154348853 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1837453312 113663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.18
Current children cumulated vsize (KiB) 1794388

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14246
/proc/meminfo: memFree=1280608/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1794388 CPUtime=1693.64
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 150384 0 1 0 169269 95 0 0 18 0 13 0 154348843 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 114816 1334 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=1630.55
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 49657 0 1 0 163018 37 0 0 25 0 13 0 154348845 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=29.51
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 43750 0 0 0 2931 20 0 0 16 0 13 0 154348846 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=29.5
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 40775 0 0 0 2930 20 0 0 16 0 13 0 154348846 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1794388 CPUtime=0.21
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 75 0 0 0 12 9 0 0 16 0 13 0 154348848 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1794388 CPUtime=1.8
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6992 0 0 0 178 2 0 0 16 0 13 0 154348853 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1794388 CPUtime=2.01
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 8411 0 0 0 197 4 0 0 17 0 13 0 154348853 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1837453312 114816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1693.64
Current children cumulated vsize (KiB) 1794388

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 14246
/proc/meminfo: memFree=1273888/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1794388 CPUtime=1755.19
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 152133 0 1 0 175423 96 0 0 18 0 13 0 154348843 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 116434 1334 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=1688.93
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 49683 0 1 0 168855 38 0 0 25 0 13 0 154348845 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556514 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=31.1
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 44108 0 0 0 3090 20 0 0 16 0 13 0 154348846 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=31.08
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 42140 0 0 0 3088 20 0 0 16 0 13 0 154348846 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1794388 CPUtime=0.21
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 75 0 0 0 12 9 0 0 16 0 13 0 154348848 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1794388 CPUtime=1.8
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6992 0 0 0 178 2 0 0 16 0 13 0 154348853 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1794388 CPUtime=2.01
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 8411 0 0 0 197 4 0 0 17 0 13 0 154348853 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1837453312 116434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.19
Current children cumulated vsize (KiB) 1794388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 14246
/proc/meminfo: memFree=1270624/2055920 swapFree=4156080/4192956
[pid=14228] ppid=14226 vsize=1794388 CPUtime=1800.06
/proc/14228/stat : 14228 (java) S 14226 14228 12952 0 -1 0 152994 0 1 0 179908 98 0 0 18 0 13 0 154348843 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14228/statm: 448597 117244 1334 9 0 446209 0
[pid=14228/tid=14230] ppid=14226 vsize=1794388 CPUtime=1731.43
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 12952 0 -1 64 49702 0 1 0 173105 38 0 0 25 0 13 0 154348845 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556904 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1794388 CPUtime=32.28
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 12952 0 -1 64 44424 0 0 0 3207 21 0 0 16 0 13 0 154348846 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1794388 CPUtime=32.26
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 12952 0 -1 64 42666 0 0 0 3205 21 0 0 16 0 13 0 154348846 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1794388 CPUtime=0.22
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 12952 0 -1 64 75 0 0 0 13 9 0 0 15 0 13 0 154348848 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 12952 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154348849 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154348853 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1794388 CPUtime=1.8
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 12952 0 -1 64 6992 0 0 0 178 2 0 0 16 0 13 0 154348853 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1794388 CPUtime=2.01
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 12952 0 -1 64 8411 0 0 0 197 4 0 0 17 0 13 0 154348853 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 12952 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154348853 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 12952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154348853 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1794388 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 12952 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154348914 1837453312 117244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1794388

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

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

Child status: 143
Real time (s): 1766.11
CPU time (s): 1800.18
CPU user time (s): 1799.12
CPU system time (s): 1.05284
CPU usage (%): 101.929
Max. virtual memory (cumulated for all children) (KiB): 1798852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.05284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153015
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= 43386
involuntary context switches= 45150

runsolver used 1.66275 second user time and 4.85426 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Fri Apr 20 10:19:31 UTC 2007

IDJOB= 366634
IDBENCH= 2874
IDSOLVER= 160
FILE ID= node44/366634-1177064371

PBS_JOBID= 4640200

Free space on /tmp= 66411 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_15.r.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366634-1177064371/sat4jPseudoCP.jar /tmp/evaluation/366634-1177064371/instance-366634-1177064371.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-366634-1177064371 -o ROOT/results/node44/solver-366634-1177064371 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366634-1177064371/sat4jPseudoCP.jar /tmp/evaluation/366634-1177064371/instance-366634-1177064371.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7e1b8a9f40a52781f7629bf04a2d5793

RANDOM SEED= 824977329

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1736744 kB
Buffers:         41308 kB
Cached:         189408 kB
SwapCached:      13744 kB
Active:         109252 kB
Inactive:       145896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736744 kB
SwapTotal:     4192956 kB
SwapFree:      4156080 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          32508 kB
Slab:            49544 kB
Committed_AS:  1359484 kB
PageTables:       1736 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= 66411 MiB

End job on node44 on Fri Apr 20 10:49:00 UTC 2007