Trace number 349458

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.19 1785.6

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbea.opb
MD5SUMfed9726f7ff3b53e29a48b8849ad3d9b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155427
Total number of constraints2674
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 11303756896327816
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.21	--- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c No reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c solving /tmp/evaluation/349458-1176701924/instance-349458-1176701924.opb
0.20/0.21	c reading problem ... 
12.29/9.40	c ... done. Wall clock time 9.197s.
12.29/9.40	c CPU time (experimental) 6.79s.
12.29/9.40	c #vars     155427
12.29/9.40	c #constraints  4611
1800.08/1785.51	c starts		: 1
1800.08/1785.51	c conflicts		: 98
1800.08/1785.51	c decisions		: 7372
1800.08/1785.51	c propagations		: 148282
1800.08/1785.51	c inspects		: 483330
1800.08/1785.51	c learnt literals	: 0
1800.08/1785.51	c learnt binary clauses	: 0
1800.08/1785.51	c learnt ternary clauses	: 0
1800.08/1785.51	c learnt clauses	: 97
1800.08/1785.51	c root simplifications	: 0
1800.08/1785.51	c removed literals (reason simplification)	: 0
1800.08/1785.51	c reason swapping (by a shorter reason)	: 0
1800.08/1785.51	c Calls to reduceDB	: 0
1800.08/1785.51	c speed (decisions/second)	: 4.151440868716596
1800.08/1785.51	c non guided choices	0
1800.08/1785.51	s UNKNOWN
1800.08/1785.51	c Total wall clock time (ms): 1785.305

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/node21/watcher-349458-1176701924 -o ROOT/results/node21/solver-349458-1176701924 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349458-1176701924/sat4jPseudoCP.jar /tmp/evaluation/349458-1176701924/instance-349458-1176701924.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.96 1.02 1.00 2/77 27232
/proc/meminfo: memFree=1757872/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=18568 CPUtime=0
/proc/27232/stat : 27232 (runsolver) R 27230 27232 26176 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 118109724 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27232/statm: 4642 292 257 24 0 2626 0

[startup+0.0979541 s]
/proc/loadavg: 0.96 1.02 1.00 2/77 27232
/proc/meminfo: memFree=1757872/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1781064 CPUtime=0.08
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 3901 0 1 0 6 2 0 0 18 0 12 0 118109724 1823809536 3642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 445266 3642 1099 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781064

[startup+0.101952 s]
/proc/loadavg: 0.96 1.02 1.00 2/77 27232
/proc/meminfo: memFree=1757872/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1781132 CPUtime=0.08
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 3963 0 1 0 6 2 0 0 18 0 12 0 118109724 1823879168 3704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 445283 3704 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301978 s]
/proc/loadavg: 0.96 1.02 1.00 2/77 27232
/proc/meminfo: memFree=1757872/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1781972 CPUtime=0.34
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 6419 0 1 0 30 4 0 0 18 0 12 0 118109724 1824739328 6155 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 445493 6155 1267 9 0 443105 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781972

[startup+0.702021 s]
/proc/loadavg: 0.96 1.02 1.00 2/77 27232
/proc/meminfo: memFree=1757872/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1782484 CPUtime=0.91
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 9099 0 1 0 86 5 0 0 18 0 12 0 118109724 1825263616 8570 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 445621 8570 1298 9 0 443233 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1782484

[startup+1.50211 s]
/proc/loadavg: 0.96 1.02 1.00 3/89 27244
/proc/meminfo: memFree=1715856/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1794432 CPUtime=2.41
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 22793 0 1 0 229 12 0 0 18 0 12 0 118109724 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448608 17509 1314 9 0 446220 0
[pid=27232/tid=27234] ppid=27230 vsize=1794432 CPUtime=0.85
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 13509 0 1 0 78 7 0 0 18 0 12 0 118109726 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109596232 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 118109727 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118109727 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118109730 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 22 0 12 0 118109730 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118109730 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118109734 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1794432 CPUtime=0.83
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4564 0 0 0 81 2 0 0 22 0 12 0 118109734 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1794432 CPUtime=0.69
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 4000 0 0 0 68 1 0 0 17 0 12 0 118109734 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 118109734 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1794432 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118109734 1837498368 17509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1794432

[startup+3.10228 s]
/proc/loadavg: 0.96 1.02 1.00 2/89 27244
/proc/meminfo: memFree=1629136/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1795108 CPUtime=4.27
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 55886 0 1 0 398 29 0 0 18 0 12 0 118109724 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448777 49795 1324 9 0 446389 0
[pid=27232/tid=27234] ppid=27230 vsize=1795108 CPUtime=2.24
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 37677 0 1 0 205 19 0 0 20 0 12 0 118109726 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109497085 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1795108 CPUtime=0.16
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 4888 0 0 0 14 2 0 0 16 0 12 0 118109727 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1795108 CPUtime=0.17
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 3791 0 0 0 15 2 0 0 16 0 12 0 118109727 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1795108 CPUtime=0
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 118109730 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1795108 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118109730 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1795108 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118109730 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1795108 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118109734 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1795108 CPUtime=0.87
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4578 0 0 0 85 2 0 0 17 0 12 0 118109734 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1795108 CPUtime=0.77
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 4228 0 0 0 76 1 0 0 16 0 12 0 118109734 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1795108 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 118109734 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1795108 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118109734 1838190592 49795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1795108

[startup+6.30162 s]
/proc/loadavg: 0.97 1.02 1.00 3/89 27244
/proc/meminfo: memFree=1495376/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1796296 CPUtime=8.19
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 76409 0 1 0 780 39 0 0 18 0 12 0 118109724 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 449074 66775 1324 9 0 446686 0
[pid=27232/tid=27234] ppid=27230 vsize=1796296 CPUtime=4.68
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 37681 0 1 0 449 19 0 0 24 0 12 0 118109726 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109725689 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1796296 CPUtime=0.9
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 14924 0 0 0 84 6 0 0 16 0 12 0 118109727 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1796296 CPUtime=0.9
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 14274 0 0 0 83 7 0 0 16 0 12 0 118109727 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1796296 CPUtime=0
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 118109730 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1796296 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118109730 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1796296 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118109730 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1796296 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118109734 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1796296 CPUtime=0.87
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4578 0 0 0 85 2 0 0 16 0 12 0 118109734 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1796296 CPUtime=0.78
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 4228 0 0 0 77 1 0 0 16 0 12 0 118109734 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1796296 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 118109734 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1796296 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118109734 1839407104 66775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1796296

[startup+12.7023 s]
/proc/loadavg: 1.05 1.04 1.00 3/90 27245
/proc/meminfo: memFree=1424264/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1794944 CPUtime=16.86
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 101229 0 1 0 1636 50 0 0 18 0 13 0 118109724 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448736 86615 1334 9 0 446348 0
[pid=27232/tid=27234] ppid=27230 vsize=1794944 CPUtime=9.23
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 37730 0 1 0 903 20 0 0 19 0 13 0 118109726 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109620393 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1794944 CPUtime=2.39
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 26560 0 0 0 228 11 0 0 16 0 13 0 118109727 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1794944 CPUtime=2.39
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 27213 0 0 0 226 13 0 0 16 0 13 0 118109727 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1794944 CPUtime=0
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118109730 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1794944 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118109730 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1794944 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118109730 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1794944 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118109734 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1794944 CPUtime=1.41
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4739 0 0 0 139 2 0 0 16 0 13 0 118109734 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1794944 CPUtime=1.39
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 4258 0 0 0 138 1 0 0 16 0 13 0 118109734 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1794944 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118109734 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1794944 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118109734 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27245] ppid=27230 vsize=1794944 CPUtime=0
/proc/27232/task/27245/stat : 27245 (java) S 27230 27232 26176 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 118110765 1838022656 86615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.86
Current children cumulated vsize (KiB) 1794944

[startup+25.5029 s]
/proc/loadavg: 1.24 1.08 1.02 2/90 27245
/proc/meminfo: memFree=1418696/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1795828 CPUtime=30.14
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 103301 0 1 0 2960 54 0 0 18 0 13 0 118109724 1838927872 85886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448957 85886 1334 9 0 446569 0
[pid=27232/tid=27234] ppid=27230 vsize=1795828 CPUtime=21.71
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 37770 0 1 0 2151 20 0 0 20 0 13 0 118109726 1838927872 85886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109596465 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1795828 CPUtime=2.56
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 27075 0 0 0 244 12 0 0 16 0 13 0 118109727 1838927872 85886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1795828 CPUtime=2.56
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 27645 0 0 0 241 15 0 0 16 0 13 0 118109727 1838927872 85886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1795828 CPUtime=0.01
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 118109730 1838927872 85886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 85886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 85886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27232] ppid=27230 vsize=1795828 CPUtime=1675.99
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 163648 0 1 0 167333 266 0 0 18 0 13 0 118109724 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448957 119271 1334 9 0 446569 0
[pid=27232/tid=27234] ppid=27230 vsize=1795828 CPUtime=1637.67
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 59558 0 1 0 163712 55 0 0 17 0 13 0 118109726 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109596417 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1795828 CPUtime=17.09
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 46881 0 0 0 1617 92 0 0 15 0 13 0 118109727 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1795828 CPUtime=17.16
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 46331 0 0 0 1619 97 0 0 16 0 13 0 118109727 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1795828 CPUtime=0.41
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 78 0 0 0 27 14 0 0 15 0 13 0 118109730 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118109734 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1795828 CPUtime=1.73
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4759 0 0 0 171 2 0 0 17 0 13 0 118109734 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1795828 CPUtime=1.87
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 5319 0 0 0 185 2 0 0 17 0 13 0 118109734 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118109734 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118109734 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27245] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27245/stat : 27245 (java) S 27230 27232 26176 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 118110765 1838927872 119271 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.99
Current children cumulated vsize (KiB) 1795828

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/90 27443
/proc/meminfo: memFree=1266568/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1795828 CPUtime=1736.4
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 169545 0 1 0 173367 273 0 0 18 0 13 0 118109724 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448957 123615 1334 9 0 446569 0
[pid=27232/tid=27234] ppid=27230 vsize=1795828 CPUtime=1696.89
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 59647 0 1 0 169633 56 0 0 20 0 13 0 118109726 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109595988 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1795828 CPUtime=17.68
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 49593 0 0 0 1674 94 0 0 16 0 13 0 118109727 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1795828 CPUtime=17.74
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 49427 0 0 0 1673 101 0 0 15 0 13 0 118109727 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1795828 CPUtime=0.43
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 78 0 0 0 28 15 0 0 15 0 13 0 118109730 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118109734 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1795828 CPUtime=1.73
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4759 0 0 0 171 2 0 0 17 0 13 0 118109734 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1795828 CPUtime=1.87
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 5319 0 0 0 185 2 0 0 17 0 13 0 118109734 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118109734 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118109734 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27245] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27245/stat : 27245 (java) S 27230 27232 26176 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 118110765 1838927872 123615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.4
Current children cumulated vsize (KiB) 1795828

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/90 27443
/proc/meminfo: memFree=1248456/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1795828 CPUtime=1796.86
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 176994 0 1 0 179403 283 0 0 18 0 13 0 118109724 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448957 128111 1334 9 0 446569 0
[pid=27232/tid=27234] ppid=27230 vsize=1795828 CPUtime=1756.19
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 59780 0 1 0 175562 57 0 0 25 0 13 0 118109726 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109620351 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1795828 CPUtime=18.26
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 53300 0 0 0 1728 98 0 0 16 0 13 0 118109727 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1795828 CPUtime=18.3
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 53035 0 0 0 1726 104 0 0 15 0 13 0 118109727 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1795828 CPUtime=0.44
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 79 0 0 0 29 15 0 0 16 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1795828 CPUtime=1.73
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4759 0 0 0 171 2 0 0 17 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1795828 CPUtime=1.87
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 5319 0 0 0 185 2 0 0 17 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27245] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27245/stat : 27245 (java) S 27230 27232 26176 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 118110765 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (KiB) 1795828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.5 s]
/proc/loadavg: 1.00 1.01 1.01 2/90 27443
/proc/meminfo: memFree=1248392/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1795828 CPUtime=1800.08
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 176999 0 1 0 179725 283 0 0 18 0 13 0 118109724 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448957 128111 1334 9 0 446569 0
[pid=27232/tid=27234] ppid=27230 vsize=1795828 CPUtime=1759.35
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 59785 0 1 0 175878 57 0 0 25 0 13 0 118109726 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109596437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1795828 CPUtime=18.28
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 53300 0 0 0 1730 98 0 0 16 0 13 0 118109727 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1795828 CPUtime=18.34
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 53035 0 0 0 1729 105 0 0 16 0 13 0 118109727 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1795828 CPUtime=0.44
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 79 0 0 0 29 15 0 0 15 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1795828 CPUtime=1.73
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4759 0 0 0 171 2 0 0 17 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1795828 CPUtime=1.87
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 5319 0 0 0 185 2 0 0 17 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27245] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27245/stat : 27245 (java) S 27230 27232 26176 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 118110765 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795828

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

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.01 1.01 2/90 27443
/proc/meminfo: memFree=1248392/2055920 swapFree=4168968/4192956
[pid=27232] ppid=27230 vsize=1795828 CPUtime=1800.08
/proc/27232/stat : 27232 (java) S 27230 27232 26176 0 -1 0 176999 0 1 0 179725 283 0 0 18 0 13 0 118109724 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 448957 128111 1334 9 0 446569 0
[pid=27232/tid=27234] ppid=27230 vsize=1795828 CPUtime=1759.35
/proc/27232/task/27234/stat : 27234 (java) R 27230 27232 26176 0 -1 64 59785 0 1 0 175878 57 0 0 25 0 13 0 118109726 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109596437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27230 vsize=1795828 CPUtime=18.28
/proc/27232/task/27235/stat : 27235 (java) S 27230 27232 26176 0 -1 64 53300 0 0 0 1730 98 0 0 16 0 13 0 118109727 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27236] ppid=27230 vsize=1795828 CPUtime=18.34
/proc/27232/task/27236/stat : 27236 (java) S 27230 27232 26176 0 -1 64 53035 0 0 0 1729 105 0 0 16 0 13 0 118109727 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27237] ppid=27230 vsize=1795828 CPUtime=0.44
/proc/27232/task/27237/stat : 27237 (java) S 27230 27232 26176 0 -1 64 79 0 0 0 29 15 0 0 15 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27238/stat : 27238 (java) S 27230 27232 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27239] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27230 27232 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118109730 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27240] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27230 27232 26176 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27241] ppid=27230 vsize=1795828 CPUtime=1.73
/proc/27232/task/27241/stat : 27241 (java) S 27230 27232 26176 0 -1 64 4759 0 0 0 171 2 0 0 17 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27242] ppid=27230 vsize=1795828 CPUtime=1.87
/proc/27232/task/27242/stat : 27242 (java) S 27230 27232 26176 0 -1 64 5319 0 0 0 185 2 0 0 17 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27243] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27243/stat : 27243 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27232/tid=27244] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27244/stat : 27244 (java) S 27230 27232 26176 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118109734 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27232/tid=27245] ppid=27230 vsize=1795828 CPUtime=0
/proc/27232/task/27245/stat : 27245 (java) S 27230 27232 26176 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 118110765 1838927872 128111 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795828

Child status: 143
Real time (s): 1785.6
CPU time (s): 1800.19
CPU user time (s): 1797.27
CPU system time (s): 2.91256
CPU usage (%): 100.817
Max. virtual memory (cumulated for all children) (KiB): 1797032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.27
system time used= 2.91256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177019
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= 71624
involuntary context switches= 48046

runsolver used 2.08668 second user time and 5.76312 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Apr 16 05:38:44 UTC 2007

IDJOB= 349458
IDBENCH= 2438
IDSOLVER= 160
FILE ID= node21/349458-1176701924

PBS_JOBID= 4560010

Free space on /tmp= 66521 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbea.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349458-1176701924/sat4jPseudoCP.jar /tmp/evaluation/349458-1176701924/instance-349458-1176701924.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-349458-1176701924 -o ROOT/results/node21/solver-349458-1176701924 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349458-1176701924/sat4jPseudoCP.jar /tmp/evaluation/349458-1176701924/instance-349458-1176701924.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fed9726f7ff3b53e29a48b8849ad3d9b

RANDOM SEED= 118582764

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:       1758280 kB
Buffers:         27792 kB
Cached:         188344 kB
SwapCached:       2892 kB
Active:         121824 kB
Inactive:       119532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758280 kB
SwapTotal:     4192956 kB
SwapFree:      4168968 kB
Dirty:           17964 kB
Writeback:           0 kB
Mapped:          32132 kB
Slab:            41788 kB
Committed_AS:   968020 kB
PageTables:       1792 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= 66521 MiB

End job on node21 on Mon Apr 16 06:08:32 UTC 2007