Trace number 352354

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.15 1791.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark434
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
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.08/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.29	c no version file found!!!
0.08/0.29	c sun.arch.data.model	32
0.08/0.29	c java.version	1.6.0
0.08/0.29	c os.name	Linux
0.08/0.29	c os.version	2.6.9-22.EL.rootsmp
0.08/0.29	c os.arch	i386
0.08/0.29	c Free memory 1651659224
0.08/0.29	c Max memory 1654456320
0.08/0.29	c Total memory 1654456320
0.08/0.29	c Number of processors 2
0.14/0.35	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.35	--- Begin Solver configuration ---
0.14/0.35	c Stops conflict analysis at the first Unique Implication Point
0.14/0.35	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.35	c Learn all clauses as in MiniSAT
0.14/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.35	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.35	c No reason simplification
0.14/0.35	c --- End Solver configuration ---
0.14/0.35	c solving /tmp/evaluation/352354-1176629835/instance-352354-1176629835.opb
0.14/0.35	c reading problem ... 
13.02/10.95	c ... done. Wall clock time 10.597s.
13.02/10.95	c CPU time (experimental) 8.57s.
13.02/10.95	c #vars     10000
13.02/10.95	c #constraints  656900
1800.02/1791.61	c starts		: 2
1800.02/1791.61	c conflicts		: 6636
1800.02/1791.61	c decisions		: 19326
1800.02/1791.61	c propagations		: 1009360
1800.02/1791.61	c inspects		: 5630634
1800.02/1791.61	c learnt literals	: 0
1800.02/1791.61	c learnt binary clauses	: 0
1800.02/1791.61	c learnt ternary clauses	: 0
1800.02/1791.61	c learnt clauses	: 6635
1800.02/1791.61	c root simplifications	: 0
1800.02/1791.61	c removed literals (reason simplification)	: 0
1800.02/1791.61	c reason swapping (by a shorter reason)	: 0
1800.02/1791.61	c Calls to reduceDB	: 0
1800.02/1791.61	c speed (decisions/second)	: 10.854839688070797
1800.02/1791.61	c non guided choices	0
1800.02/1791.61	s UNKNOWN
1800.02/1791.61	c Total wall clock time (ms): 1791.262

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25074
/proc/meminfo: memFree=1820360/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=18568 CPUtime=0
/proc/25074/stat : 25074 (runsolver) D 25072 25074 24385 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 110901565 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25074/statm: 4642 292 257 24 0 2626 0

[startup+0.0540831 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25074
/proc/meminfo: memFree=1820360/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=12056 CPUtime=0
/proc/25074/stat : 25074 (java) D 25072 25074 24385 0 -1 0 369 0 8 0 0 0 0 0 18 0 1 0 110901565 12345344 184 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 2577194 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25074/statm: 3014 186 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.105254 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25074
/proc/meminfo: memFree=1820360/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=12620 CPUtime=0.01
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 808 0 30 0 0 1 0 0 18 0 2 0 110901565 12922880 594 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 3155 594 277 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12620

[startup+0.301274 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25074
/proc/meminfo: memFree=1820360/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1781452 CPUtime=0.14
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 4402 0 31 0 11 3 0 0 18 0 12 0 110901565 1824206848 4170 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 445363 4170 1233 9 0 442975 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1781452

[startup+0.701322 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25074
/proc/meminfo: memFree=1820360/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1783864 CPUtime=0.72
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 6520 0 31 0 67 5 0 0 18 0 12 0 110901565 1826676736 6096 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 445966 6096 1296 9 0 443578 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1783864

[startup+1.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 25086
/proc/meminfo: memFree=1791016/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1786428 CPUtime=1.89
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 16176 0 31 0 179 10 0 0 18 0 12 0 110901565 1829302272 13569 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 446607 13571 1301 9 0 444219 0
[pid=25074/tid=25076] ppid=25072 vsize=1786428 CPUtime=0.96
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 11592 0 1 0 89 7 0 0 25 0 12 0 110901572 1829302272 13572 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109658319 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 110901579 1829302272 13573 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 110901579 1829302272 13575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 110901581 1829302272 13576 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 110901581 1829302272 13577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 110901581 1829302272 13578 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110901585 1829302272 13579 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1786428 CPUtime=0.42
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 1411 0 0 0 42 0 0 0 16 0 12 0 110901585 1829302272 13581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1786428 CPUtime=0.48
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2485 0 0 0 47 1 0 0 16 0 12 0 110901585 1829302272 13582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 110901585 1829302272 13583 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1786428 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110901585 1829302272 13584 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1786428

[startup+3.10158 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 25086
/proc/meminfo: memFree=1703016/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1786752 CPUtime=3.54
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 44377 0 31 0 331 23 0 0 18 0 12 0 110901565 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 446688 41714 1310 9 0 444300 0
[pid=25074/tid=25076] ppid=25072 vsize=1786752 CPUtime=2.49
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 37672 0 1 0 230 19 0 0 25 0 12 0 110901572 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109542227 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1786752 CPUtime=0.05
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 1105 0 0 0 5 0 0 0 17 0 12 0 110901579 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1786752 CPUtime=0.05
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 1009 0 0 0 5 0 0 0 16 0 12 0 110901579 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1786752 CPUtime=0
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 110901581 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1786752 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 110901581 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1786752 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110901581 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1786752 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110901585 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1786752 CPUtime=0.42
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 1411 0 0 0 42 0 0 0 16 0 12 0 110901585 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1786752 CPUtime=0.48
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2485 0 0 0 47 1 0 0 16 0 12 0 110901585 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1786752 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 110901585 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1786752 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110901585 1829634048 41714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1786752

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 25088
/proc/meminfo: memFree=1629224/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1788996 CPUtime=7.06
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 54027 0 31 0 677 29 0 0 18 0 12 0 110901565 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 447249 51061 1310 9 0 444861 0
[pid=25074/tid=25076] ppid=25072 vsize=1788996 CPUtime=5.36
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 37677 0 1 0 516 20 0 0 21 0 12 0 110901572 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109514396 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1788996 CPUtime=0.37
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 6008 0 0 0 35 2 0 0 16 0 12 0 110901579 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1788996 CPUtime=0.36
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 5745 0 0 0 34 2 0 0 17 0 12 0 110901579 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1788996 CPUtime=0
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 110901581 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1788996 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 110901581 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1788996 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110901581 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1788996 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110901585 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1788996 CPUtime=0.42
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 1411 0 0 0 42 0 0 0 16 0 12 0 110901585 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1788996 CPUtime=0.48
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2485 0 0 0 47 1 0 0 16 0 12 0 110901585 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1788996 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 110901585 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1788996 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110901585 1831931904 51061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1788996

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25089
/proc/meminfo: memFree=1566944/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1795464 CPUtime=15.52
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 72020 0 31 0 1512 40 0 0 18 0 13 0 110901565 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 448866 65519 1326 9 0 446478 0
[pid=25074/tid=25076] ppid=25072 vsize=1795464 CPUtime=9.9
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 37726 0 1 0 969 21 0 0 18 0 13 0 110901572 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109848309 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1795464 CPUtime=1.94
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 13967 0 0 0 188 6 0 0 16 0 13 0 110901579 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1795464 CPUtime=1.98
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 14983 0 0 0 191 7 0 0 17 0 13 0 110901579 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 110901581 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110901585 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1795464 CPUtime=0.79
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 2121 0 0 0 79 0 0 0 16 0 13 0 110901585 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1795464 CPUtime=0.83
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2515 0 0 0 82 1 0 0 16 0 13 0 110901585 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 110901585 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110901585 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25089] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25089/stat : 25089 (java) S 25072 25074 24385 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110902686 1838555136 65519 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 1795464

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25089
/proc/meminfo: memFree=1594848/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1795464 CPUtime=28.66
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 72352 0 31 0 2824 42 0 0 18 0 13 0 110901565 1838555136 56591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 448866 56591 1326 9 0 446478 0
[pid=25074/tid=25076] ppid=25072 vsize=1795464 CPUtime=22.47
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 37748 0 1 0 2226 21 0 0 25 0 13 0 110901572 1838555136 56591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109841314 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1795464 CPUtime=2.01
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 14150 0 0 0 194 7 0 0 16 0 13 0 110901579 1838555136 56591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1795464 CPUtime=2.05
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 15097 0 0 0 198 7 0 0 16 0 13 0 110901579 1838555136 56591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1795464 CPUtime=0.01
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 16 0 0 0 0 1 0 0 15 0 13 0 110901581 1838555136 56591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 56591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 56591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25074/tid=25079] ppid=25072 vsize=1795464 CPUtime=0.35
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 286 0 0 0 20 15 0 0 16 0 13 0 110901581 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110901585 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1795464 CPUtime=0.99
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 2127 0 0 0 99 0 0 0 16 0 13 0 110901585 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1795464 CPUtime=1.26
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2535 0 0 0 125 1 0 0 17 0 13 0 110901585 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 110901585 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110901585 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25089] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25089/stat : 25089 (java) S 25072 25074 24385 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110902686 1838555136 82294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.1
Current children cumulated vsize (KiB) 1795464

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 25287
/proc/meminfo: memFree=1474784/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1795464 CPUtime=1670.3
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 177589 0 31 0 166729 301 0 0 18 0 13 0 110901565 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 448866 85985 1326 9 0 446478 0
[pid=25074/tid=25076] ppid=25072 vsize=1795464 CPUtime=1642.26
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 102297 0 1 0 164163 63 0 0 22 0 13 0 110901572 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109842864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1795464 CPUtime=12.99
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 32536 0 0 0 1201 98 0 0 16 0 13 0 110901579 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1795464 CPUtime=12.38
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 37103 0 0 0 1118 120 0 0 15 0 13 0 110901579 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1795464 CPUtime=0.36
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 298 0 0 0 21 15 0 0 16 0 13 0 110901581 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110901585 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1795464 CPUtime=0.99
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 2127 0 0 0 99 0 0 0 16 0 13 0 110901585 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1795464 CPUtime=1.26
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2535 0 0 0 125 1 0 0 17 0 13 0 110901585 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 110901585 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110901585 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25089] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25089/stat : 25089 (java) S 25072 25074 24385 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110902686 1838555136 85985 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.3
Current children cumulated vsize (KiB) 1795464

[startup+1722.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 25287
/proc/meminfo: memFree=1473120/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1795464 CPUtime=1730.51
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 179907 0 31 0 172742 309 0 0 18 0 13 0 110901565 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 448866 86368 1326 9 0 446478 0
[pid=25074/tid=25076] ppid=25072 vsize=1795464 CPUtime=1701.69
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 102392 0 1 0 170105 64 0 0 25 0 13 0 110901572 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109819808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1795464 CPUtime=13.38
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 33604 0 0 0 1236 102 0 0 16 0 13 0 110901579 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1795464 CPUtime=12.76
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 38254 0 0 0 1153 123 0 0 16 0 13 0 110901579 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1795464 CPUtime=0.37
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 302 0 0 0 22 15 0 0 16 0 13 0 110901581 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110901585 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1795464 CPUtime=0.99
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 2127 0 0 0 99 0 0 0 16 0 13 0 110901585 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1795464 CPUtime=1.26
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2535 0 0 0 125 1 0 0 17 0 13 0 110901585 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 110901585 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110901585 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25089] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25089/stat : 25089 (java) S 25072 25074 24385 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110902686 1838555136 86368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.51
Current children cumulated vsize (KiB) 1795464

[startup+1782.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 25287
/proc/meminfo: memFree=1475808/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1795464 CPUtime=1790.7
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 181598 0 31 0 178754 316 0 0 18 0 13 0 110901565 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 448866 85600 1326 9 0 446478 0
[pid=25074/tid=25076] ppid=25072 vsize=1795464 CPUtime=1761.07
/proc/25074/task/25076/stat : 25076 (java) R 25072 25074 24385 0 -1 64 102488 0 1 0 176043 64 0 0 25 0 13 0 110901572 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109841411 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1795464 CPUtime=13.78
/proc/25074/task/25077/stat : 25077 (java) S 25072 25074 24385 0 -1 64 34121 0 0 0 1274 104 0 0 16 0 13 0 110901579 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1795464 CPUtime=13.14
/proc/25074/task/25078/stat : 25078 (java) S 25072 25074 24385 0 -1 64 39330 0 0 0 1188 126 0 0 16 0 13 0 110901579 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1795464 CPUtime=0.38
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 304 0 0 0 22 16 0 0 16 0 13 0 110901581 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110901585 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1795464 CPUtime=0.99
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 2127 0 0 0 99 0 0 0 16 0 13 0 110901585 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1795464 CPUtime=1.26
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2535 0 0 0 125 1 0 0 17 0 13 0 110901585 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 110901585 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110901585 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25089] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25089/stat : 25089 (java) S 25072 25074 24385 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110902686 1838555136 85600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1790.7
Current children cumulated vsize (KiB) 1795464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 25287
/proc/meminfo: memFree=1476768/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=1795464 CPUtime=1800.02
/proc/25074/stat : 25074 (java) S 25072 25074 24385 0 -1 0 181793 0 31 0 179685 317 0 0 18 0 13 0 110901565 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25074/statm: 448866 85377 1326 9 0 446478 0
[pid=25074/tid=25076] ppid=25072 vsize=1795464 CPUtime=1770.28
/proc/25074/task/25076/stat : 25076 (java) S 25072 25074 24385 0 -1 64 102503 0 1 0 176963 65 0 0 25 0 13 0 110901572 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25077] ppid=25072 vsize=1795464 CPUtime=13.86
/proc/25074/task/25077/stat : 25077 (java) R 25072 25074 24385 0 -1 64 34121 0 0 0 1281 105 0 0 15 0 13 0 110901579 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105070783 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25078] ppid=25072 vsize=1795464 CPUtime=13.19
/proc/25074/task/25078/stat : 25078 (java) R 25072 25074 24385 0 -1 64 39507 0 0 0 1192 127 0 0 15 0 13 0 110901579 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25079] ppid=25072 vsize=1795464 CPUtime=0.38
/proc/25074/task/25079/stat : 25079 (java) S 25072 25074 24385 0 -1 64 307 0 0 0 22 16 0 0 15 0 13 0 110901581 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25080] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25080/stat : 25080 (java) S 25072 25074 24385 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25081] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25081/stat : 25081 (java) S 25072 25074 24385 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110901581 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25082] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25082/stat : 25082 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110901585 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25083] ppid=25072 vsize=1795464 CPUtime=0.99
/proc/25074/task/25083/stat : 25083 (java) S 25072 25074 24385 0 -1 64 2127 0 0 0 99 0 0 0 16 0 13 0 110901585 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25084] ppid=25072 vsize=1795464 CPUtime=1.26
/proc/25074/task/25084/stat : 25084 (java) S 25072 25074 24385 0 -1 64 2535 0 0 0 125 1 0 0 17 0 13 0 110901585 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25085] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25085/stat : 25085 (java) S 25072 25074 24385 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 110901585 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25074/tid=25086] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25086/stat : 25086 (java) S 25072 25074 24385 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110901585 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25074/tid=25089] ppid=25072 vsize=1795464 CPUtime=0
/proc/25074/task/25089/stat : 25089 (java) S 25072 25074 24385 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110902686 1838555136 85377 18446744073709551615 134512640 134550740 4294956464 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) 1795464

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

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

[startup+1791.71 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 25287
/proc/meminfo: memFree=1476768/2055920 swapFree=4191880/4192956
[pid=25074] ppid=25072 vsize=0 CPUtime=1800.14
/proc/25074/stat : 25074 (java) Z 25072 25074 24385 0 -1 1036 181878 0 31 0 179691 323 0 0 16 0 2 0 110901565 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.72
CPU time (s): 1800.15
CPU user time (s): 1796.91
CPU system time (s): 3.23951
CPU usage (%): 100.471
Max. virtual memory (cumulated for all children) (KiB): 1795600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.91
system time used= 3.23951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181878
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68561
involuntary context switches= 48411

runsolver used 2.05169 second user time and 5.73413 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Apr 15 09:37:15 UTC 2007

IDJOB= 352354
IDBENCH= 1969
IDSOLVER= 160
FILE ID= node24/352354-1176629835

PBS_JOBID= 4559805

Free space on /tmp= 66544 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352354-1176629835/sat4jPseudoCP.jar /tmp/evaluation/352354-1176629835/instance-352354-1176629835.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-352354-1176629835 -o ROOT/results/node24/solver-352354-1176629835 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352354-1176629835/sat4jPseudoCP.jar /tmp/evaluation/352354-1176629835/instance-352354-1176629835.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  325852af8542a0f454599a2893f1b120

RANDOM SEED= 305316364

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1820960 kB
Buffers:         11164 kB
Cached:          93632 kB
SwapCached:        264 kB
Active:          63000 kB
Inactive:        96884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820960 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           20468 kB
Writeback:           0 kB
Mapped:          72380 kB
Slab:            60660 kB
Committed_AS:  1327712 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB

End job on node24 on Sun Apr 15 10:07:09 UTC 2007