Trace number 349995

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.25 1789.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.18	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.18	--- Begin Solver configuration ---
0.08/0.18	c Stops conflict analysis at the first Unique Implication Point
0.08/0.18	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.18	c No reason simplification
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving /tmp/evaluation/349995-1176731162/instance-349995-1176731162.opb
0.08/0.18	c reading problem ... 
0.22/0.25	c ... done. Wall clock time 0.064s.
0.22/0.25	c CPU time (experimental) 0.22s.
0.22/0.25	c #vars     51
0.22/0.25	c #constraints  12
1800.08/1789.41	c starts		: 2
1800.08/1789.41	c conflicts		: 9984
1800.08/1789.41	c decisions		: 12351
1800.08/1789.41	c propagations		: 74280
1800.08/1789.41	c inspects		: 60147430
1800.08/1789.41	c learnt literals	: 0
1800.08/1789.41	c learnt binary clauses	: 0
1800.08/1789.41	c learnt ternary clauses	: 0
1800.08/1789.41	c learnt clauses	: 9983
1800.08/1789.41	c root simplifications	: 0
1800.08/1789.41	c removed literals (reason simplification)	: 0
1800.08/1789.41	c reason swapping (by a shorter reason)	: 0
1800.08/1789.41	c Calls to reduceDB	: 0
1800.08/1789.41	c speed (decisions/second)	: 6.903243367414523
1800.08/1789.41	c non guided choices	24
1800.08/1789.41	s UNKNOWN
1800.08/1789.41	c Total wall clock time (ms): 1789.228

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/node37/watcher-349995-1176731162 -o ROOT/results/node37/solver-349995-1176731162 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349995-1176731162/sat4jPseudoCP.jar /tmp/evaluation/349995-1176731162/instance-349995-1176731162.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.72 0.93 0.98 3/78 9490
/proc/meminfo: memFree=1829904/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=324 CPUtime=0
/proc/9490/stat : 9490 (java) R 9488 9490 9427 0 -1 0 61 0 0 0 0 0 0 0 18 0 1 0 121028620 331776 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3167012 0 0 4096 0 0 0 0 17 1 0 0
/proc/9490/statm: 81 44 33 9 0 6 0

[startup+0.0467591 s]
/proc/loadavg: 0.72 0.93 0.98 3/78 9490
/proc/meminfo: memFree=1829904/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1776376 CPUtime=0.02
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 3456 0 1 0 1 1 0 0 18 0 4 0 121028620 1819009024 3201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 444094 3201 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.102957 s]
/proc/loadavg: 0.72 0.93 0.98 3/78 9490
/proc/meminfo: memFree=1829904/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1780108 CPUtime=0.08
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 3980 0 1 0 6 2 0 0 18 0 12 0 121028620 1822830592 3721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 445027 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302997 s]
/proc/loadavg: 0.72 0.93 0.98 3/78 9490
/proc/meminfo: memFree=1829904/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1782024 CPUtime=0.33
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 5083 0 1 0 30 3 0 0 18 0 13 0 121028620 1824792576 4821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 445506 4821 1273 9 0 443118 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782024

[startup+0.702073 s]
/proc/loadavg: 0.72 0.93 0.98 3/78 9490
/proc/meminfo: memFree=1829904/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1784608 CPUtime=0.98
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 8307 0 1 0 93 5 0 0 18 0 13 0 121028620 1827438592 7353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 446152 7353 1301 9 0 443764 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1784608

[startup+1.50123 s]
/proc/loadavg: 0.72 0.93 0.98 4/91 9503
/proc/meminfo: memFree=1793064/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1794060 CPUtime=2.53
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 23415 0 1 0 241 12 0 0 18 0 13 0 121028620 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 448515 17665 1306 9 0 446127 0
[pid=9490/tid=9492] ppid=9488 vsize=1794060 CPUtime=1.01
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 13945 0 1 0 92 9 0 0 18 0 13 0 121028621 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109215034 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028623 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 121028623 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 121028625 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 121028626 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 121028626 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1794060 CPUtime=0.88
/proc/9490/task/9499/stat : 9499 (java) R 9488 9490 9427 0 -1 64 4773 0 0 0 87 1 0 0 19 0 13 0 121028630 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1794060 CPUtime=0.62
/proc/9490/task/9500/stat : 9500 (java) R 9488 9490 9427 0 -1 64 3974 0 0 0 61 1 0 0 18 0 13 0 121028630 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336781 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1794060 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1837117440 17665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1794060

[startup+3.10253 s]
/proc/loadavg: 0.72 0.93 0.98 4/91 9503
/proc/meminfo: memFree=1709608/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1801064 CPUtime=5.72
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 54491 0 1 0 545 27 0 0 18 0 13 0 121028620 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 450266 43706 1325 9 0 447878 0
[pid=9490/tid=9492] ppid=9488 vsize=1801064 CPUtime=2.36
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 37759 0 1 0 216 20 0 0 24 0 13 0 121028621 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524622 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 93 0 0 0 0 0 0 0 17 0 13 0 121028623 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 271 0 0 0 0 0 0 0 17 0 13 0 121028623 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 121028625 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1801064 CPUtime=1.79
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7317 0 0 0 177 2 0 0 22 0 13 0 121028630 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1801064 CPUtime=1.52
/proc/9490/task/9500/stat : 9500 (java) R 9488 9490 9427 0 -1 64 8323 0 0 0 149 3 0 0 21 0 13 0 121028630 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336427 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1801064 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1844289536 43706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 1801064

[startup+6.30113 s]
/proc/loadavg: 0.74 0.94 0.98 2/91 9503
/proc/meminfo: memFree=1657384/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1797956 CPUtime=9.15
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 56914 0 1 0 886 29 0 0 18 0 13 0 121028620 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 449489 44628 1325 9 0 447101 0
[pid=9490/tid=9492] ppid=9488 vsize=1797956 CPUtime=5.5
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 37764 0 1 0 530 20 0 0 24 0 13 0 121028621 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109608218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1797956 CPUtime=0.02
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 902 0 0 0 2 0 0 0 16 0 13 0 121028623 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1797956 CPUtime=0.03
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 1121 0 0 0 3 0 0 0 16 0 13 0 121028623 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1797956 CPUtime=0
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 121028625 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1797956 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1797956 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1797956 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1797956 CPUtime=1.83
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7317 0 0 0 181 2 0 0 16 0 13 0 121028630 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1797956 CPUtime=1.7
/proc/9490/task/9500/stat : 9500 (java) S 9488 9490 9427 0 -1 64 9076 0 0 0 167 3 0 0 16 0 13 0 121028630 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1797956 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1797956 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1797956 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1841106944 44628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 1797956

[startup+12.7013 s]
/proc/loadavg: 0.76 0.94 0.98 2/91 9503
/proc/meminfo: memFree=1636008/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1797572 CPUtime=15.65
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 66943 0 1 0 1532 33 0 0 18 0 13 0 121028620 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 449393 53250 1325 9 0 447005 0
[pid=9490/tid=9492] ppid=9488 vsize=1797572 CPUtime=11.79
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 41272 0 1 0 1157 22 0 0 24 0 13 0 121028621 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494987 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1797572 CPUtime=0.1
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 4123 0 0 0 9 1 0 0 16 0 13 0 121028623 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1797572 CPUtime=0.11
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 4404 0 0 0 10 1 0 0 16 0 13 0 121028623 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1797572 CPUtime=0
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 121028625 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1797572 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1797572 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1797572 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1797572 CPUtime=1.87
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7319 0 0 0 185 2 0 0 16 0 13 0 121028630 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1797572 CPUtime=1.71
/proc/9490/task/9500/stat : 9500 (java) S 9488 9490 9427 0 -1 64 9076 0 0 0 168 3 0 0 16 0 13 0 121028630 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1797572 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1797572 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1797572 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1840713728 53250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1797572

[startup+25.5028 s]
/proc/loadavg: 0.81 0.94 0.98 2/91 9503
/proc/meminfo: memFree=1627560/2055920 swapFree=4075508/4192956
[pid=9490] ppid=9488 vsize=1793848 CPUtime=28.51
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 69327 0 1 0 2817 34 0 0 18 0 13 0 121028620 1836900352 51548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 448462 51548 1325 9 0 446074 0
[pid=9490/tid=9492] ppid=9488 vsize=1793848 CPUtime=24.52
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 41280 0 1 0 2430 22 0 0 25 0 13 0 121028621 1836900352 51548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109581929 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1793848 CPUtime=0.15
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 5314 0 0 0 13 2 0 0 16 0 13 0 121028623 1836900352 51548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1793848 CPUtime=0.16
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 5589 0 0 0 14 2 0 0 16 0 13 0 121028623 1836900352 51548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=9490/tid=9495] ppid=9488 vsize=1793848 CPUtime=0.23
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 339 0 0 0 9 14 0 0 16 0 13 0 121028625 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1793848 CPUtime=1.98
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7321 0 0 0 196 2 0 0 16 0 13 0 121028630 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1793848 CPUtime=1.77
/proc/9490/task/9500/stat : 9500 (java) S 9488 9490 9427 0 -1 64 9082 0 0 0 174 3 0 0 17 0 13 0 121028630 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1836900352 158159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.35
Current children cumulated vsize (KiB) 1793848

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/91 9701
/proc/meminfo: memFree=1188008/2055920 swapFree=4076212/4192956
[pid=9490] ppid=9488 vsize=1793848 CPUtime=1672.56
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 342655 0 1 0 167080 176 0 0 18 0 13 0 121028620 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 448462 161071 1333 9 0 446074 0
[pid=9490/tid=9492] ppid=9488 vsize=1793848 CPUtime=1652.47
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 117489 0 1 0 165188 59 0 0 25 0 13 0 121028621 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109581944 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1793848 CPUtime=7.98
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 105457 0 0 0 750 48 0 0 16 0 13 0 121028623 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1793848 CPUtime=8.05
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 102241 0 0 0 760 45 0 0 17 0 13 0 121028623 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1793848 CPUtime=0.23
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 344 0 0 0 9 14 0 0 16 0 13 0 121028625 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1793848 CPUtime=1.98
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7321 0 0 0 196 2 0 0 16 0 13 0 121028630 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1793848 CPUtime=1.77
/proc/9490/task/9500/stat : 9500 (java) S 9488 9490 9427 0 -1 64 9082 0 0 0 174 3 0 0 17 0 13 0 121028630 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1836900352 161071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.56
Current children cumulated vsize (KiB) 1793848

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/91 9701
/proc/meminfo: memFree=1189352/2055920 swapFree=4076276/4192956
[pid=9490] ppid=9488 vsize=1793848 CPUtime=1732.7
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 346135 0 1 0 173092 178 0 0 18 0 13 0 121028620 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 448462 160786 1333 9 0 446074 0
[pid=9490/tid=9492] ppid=9488 vsize=1793848 CPUtime=1712.28
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 117497 0 1 0 171169 59 0 0 25 0 13 0 121028621 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557547 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1793848 CPUtime=8.14
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 107242 0 0 0 765 49 0 0 16 0 13 0 121028623 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1793848 CPUtime=8.22
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 103924 0 0 0 776 46 0 0 16 0 13 0 121028623 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1793848 CPUtime=0.24
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 348 0 0 0 9 15 0 0 16 0 13 0 121028625 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1793848 CPUtime=1.98
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7321 0 0 0 196 2 0 0 16 0 13 0 121028630 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1793848 CPUtime=1.77
/proc/9490/task/9500/stat : 9500 (java) S 9488 9490 9427 0 -1 64 9082 0 0 0 174 3 0 0 17 0 13 0 121028630 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1836900352 160786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.7
Current children cumulated vsize (KiB) 1793848

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/91 9701
/proc/meminfo: memFree=1158632/2055920 swapFree=4076276/4192956
[pid=9490] ppid=9488 vsize=1793848 CPUtime=1792.98
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 358763 0 1 0 179113 185 0 0 18 0 13 0 121028620 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 448462 168386 1333 9 0 446074 0
[pid=9490/tid=9492] ppid=9488 vsize=1793848 CPUtime=1771.96
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 121383 0 1 0 177135 61 0 0 25 0 13 0 121028621 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109581931 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1793848 CPUtime=8.45
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 111218 0 0 0 793 52 0 0 16 0 13 0 121028623 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1793848 CPUtime=8.51
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 108664 0 0 0 803 48 0 0 16 0 13 0 121028623 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1793848 CPUtime=0.24
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 374 0 0 0 9 15 0 0 16 0 13 0 121028625 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1793848 CPUtime=1.98
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7321 0 0 0 196 2 0 0 16 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1793848 CPUtime=1.77
/proc/9490/task/9500/stat : 9500 (java) S 9488 9490 9427 0 -1 64 9082 0 0 0 174 3 0 0 17 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.98
Current children cumulated vsize (KiB) 1793848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 1.07 0.99 0.98 2/91 9701
/proc/meminfo: memFree=1158632/2055920 swapFree=4076276/4192956
[pid=9490] ppid=9488 vsize=1793848 CPUtime=1800.08
/proc/9490/stat : 9490 (java) S 9488 9490 9427 0 -1 0 358763 0 1 0 179823 185 0 0 18 0 13 0 121028620 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9490/statm: 448462 168386 1333 9 0 446074 0
[pid=9490/tid=9492] ppid=9488 vsize=1793848 CPUtime=1779.06
/proc/9490/task/9492/stat : 9492 (java) R 9488 9490 9427 0 -1 64 121383 0 1 0 177845 61 0 0 25 0 13 0 121028621 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652808 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1793848 CPUtime=8.45
/proc/9490/task/9493/stat : 9493 (java) S 9488 9490 9427 0 -1 64 111218 0 0 0 793 52 0 0 16 0 13 0 121028623 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9494] ppid=9488 vsize=1793848 CPUtime=8.51
/proc/9490/task/9494/stat : 9494 (java) S 9488 9490 9427 0 -1 64 108664 0 0 0 803 48 0 0 16 0 13 0 121028623 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9495] ppid=9488 vsize=1793848 CPUtime=0.24
/proc/9490/task/9495/stat : 9495 (java) S 9488 9490 9427 0 -1 64 374 0 0 0 9 15 0 0 16 0 13 0 121028625 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9496] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9496/stat : 9496 (java) S 9488 9490 9427 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 121028626 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9497] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9497/stat : 9497 (java) S 9488 9490 9427 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 121028626 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9498] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9498/stat : 9498 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9499] ppid=9488 vsize=1793848 CPUtime=1.98
/proc/9490/task/9499/stat : 9499 (java) S 9488 9490 9427 0 -1 64 7321 0 0 0 196 2 0 0 16 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9490/tid=9500] ppid=9488 vsize=1793848 CPUtime=1.77
/proc/9490/task/9500/stat : 9500 (java) S 9488 9490 9427 0 -1 64 9082 0 0 0 174 3 0 0 17 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9501] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9501/stat : 9501 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9502] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9502/stat : 9502 (java) S 9488 9490 9427 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 121028630 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9490/tid=9503] ppid=9488 vsize=1793848 CPUtime=0
/proc/9490/task/9503/stat : 9503 (java) S 9488 9490 9427 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 121028646 1836900352 168386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1793848

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

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

[startup+1789.51 s]
/proc/loadavg: 1.07 0.99 0.98 2/91 9701
/proc/meminfo: memFree=1158632/2055920 swapFree=4076276/4192956
[pid=9490] ppid=9488 vsize=0 CPUtime=1800.2
/proc/9490/stat : 9490 (java) Z 9488 9490 9427 0 -1 1036 358784 0 1 0 179828 192 0 0 16 0 2 0 121028620 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9490/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.56
CPU time (s): 1800.25
CPU user time (s): 1798.28
CPU system time (s): 1.9657
CPU usage (%): 100.597
Max. virtual memory (cumulated for all children) (KiB): 1801248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.28
system time used= 1.9657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358784
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= 42671
involuntary context switches= 43177

runsolver used 2.26666 second user time and 5.83811 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Mon Apr 16 13:46:02 UTC 2007

IDJOB= 349995
IDBENCH= 2919
IDSOLVER= 160
FILE ID= node37/349995-1176731162

PBS_JOBID= 4559531

Free space on /tmp= 66483 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f48abdef3d00ab6f87ca2e4f0d43c1d1

RANDOM SEED= 331131231

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1830440 kB
Buffers:         30752 kB
Cached:         110724 kB
SwapCached:       3024 kB
Active:          80280 kB
Inactive:        86816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830440 kB
SwapTotal:     4192956 kB
SwapFree:      4075508 kB
Dirty:            3808 kB
Writeback:           0 kB
Mapped:          32944 kB
Slab:            43800 kB
Committed_AS:  1133964 kB
PageTables:       2000 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= 66483 MiB

End job on node37 on Mon Apr 16 14:15:53 UTC 2007