Trace number 348264

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.2 1781.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-degen3.opb
MD5SUM869a8e6f75acef89713c9145ce005816
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 variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1547
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 563727
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131073
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 563727
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/348264-1176575248/instance-348264-1176575248.opb
0.20/0.20	c reading problem ... 
7.66/6.12	c ... done. Wall clock time 5.915s.
7.66/6.12	c CPU time (experimental) 4.78s.
7.66/6.12	c #vars     54540
7.66/6.12	c #constraints  2220
1800.07/1781.01	c starts		: 2
1800.07/1781.01	c conflicts		: 170
1800.07/1781.01	c decisions		: 84938
1800.07/1781.01	c propagations		: 295526
1800.07/1781.01	c inspects		: 1941968
1800.07/1781.01	c learnt literals	: 0
1800.07/1781.01	c learnt binary clauses	: 0
1800.07/1781.01	c learnt ternary clauses	: 0
1800.07/1781.01	c learnt clauses	: 169
1800.07/1781.01	c root simplifications	: 0
1800.07/1781.01	c removed literals (reason simplification)	: 0
1800.07/1781.01	c reason swapping (by a shorter reason)	: 0
1800.07/1781.01	c Calls to reduceDB	: 0
1800.07/1781.01	c speed (decisions/second)	: 47.86493363050038
1800.07/1781.01	c non guided choices	0
1800.07/1781.01	s UNKNOWN
1800.07/1781.01	c Total wall clock time (ms): 1780.811

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/node60/watcher-348264-1176575248 -o ROOT/results/node60/solver-348264-1176575248 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348264-1176575248/sat4jPseudoCP.jar /tmp/evaluation/348264-1176575248/instance-348264-1176575248.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.92 0.98 0.99 2/64 6990
/proc/meminfo: memFree=1465400/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=18568 CPUtime=0
/proc/6990/stat : 6990 (runsolver) R 6988 6990 5947 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 105434745 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6990/statm: 4642 292 257 24 0 2626 0

[startup+0.073937 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 6990
/proc/meminfo: memFree=1465400/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1777708 CPUtime=0.06
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 3719 0 1 0 4 2 0 0 18 0 7 0 105434745 1820372992 3461 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 444427 3461 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101939 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 6990
/proc/meminfo: memFree=1465400/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1780108 CPUtime=0.08
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 3973 0 1 0 6 2 0 0 18 0 12 0 105434745 1822830592 3714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301959 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 6990
/proc/meminfo: memFree=1465400/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1782000 CPUtime=0.33
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 5580 0 1 0 30 3 0 0 18 0 12 0 105434745 1824768000 5316 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 445500 5316 1264 9 0 443112 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782000

[startup+0.702002 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 6990
/proc/meminfo: memFree=1465400/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1784528 CPUtime=0.93
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 10498 0 1 0 88 5 0 0 18 0 12 0 105434745 1827356672 9733 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 446132 9733 1296 9 0 443744 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784528

[startup+1.50207 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 7002
/proc/meminfo: memFree=1418264/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1784528 CPUtime=2.01
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 25294 0 1 0 190 11 0 0 18 0 12 0 105434745 1827356672 24400 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 446132 24401 1307 9 0 443744 0
[pid=6990/tid=6992] ppid=6988 vsize=1784528 CPUtime=1.17
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 22850 0 1 0 108 9 0 0 21 0 12 0 105434747 1827356672 24401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109556876 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 105434748 1827356672 24402 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 105434748 1827356672 24403 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 105434750 1827356672 24404 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 105434751 1827356672 24405 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 105434751 1827356672 24406 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105434755 1827356672 24407 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1784528 CPUtime=0.46
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 1241 0 0 0 46 0 0 0 16 0 12 0 105434755 1827356672 24407 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1784528 CPUtime=0.35
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 481 0 0 0 35 0 0 0 16 0 12 0 105434755 1827356672 24408 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105434755 1827356672 24409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1784528 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105434755 1827356672 24410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1784528

[startup+3.10223 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 7002
/proc/meminfo: memFree=1298584/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1785012 CPUtime=3.74
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 46389 0 1 0 354 20 0 0 18 0 12 0 105434745 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 446253 45414 1317 9 0 443865 0
[pid=6990/tid=6992] ppid=6988 vsize=1785012 CPUtime=2.63
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 37676 0 1 0 248 15 0 0 23 0 12 0 105434747 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109603218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1785012 CPUtime=0.11
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 3456 0 0 0 10 1 0 0 17 0 12 0 105434748 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1785012 CPUtime=0.12
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 2807 0 0 0 11 1 0 0 18 0 12 0 105434748 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1785012 CPUtime=0
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 105434750 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1785012 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 105434751 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1785012 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 105434751 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1785012 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105434755 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1785012 CPUtime=0.46
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 1241 0 0 0 46 0 0 0 16 0 12 0 105434755 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1785012 CPUtime=0.35
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 482 0 0 0 35 0 0 0 15 0 12 0 105434755 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1785012 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105434755 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1785012 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105434755 1827852288 45414 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1785012

[startup+6.30255 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 7002
/proc/meminfo: memFree=1234200/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1787404 CPUtime=7.96
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 67310 0 1 0 765 31 0 0 18 0 12 0 105434745 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 446851 62612 1321 9 0 444463 0
[pid=6990/tid=6992] ppid=6988 vsize=1787404 CPUtime=4.95
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 37709 0 1 0 479 16 0 0 17 0 12 0 105434747 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109194019 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1787404 CPUtime=0.93
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 14194 0 0 0 87 6 0 0 19 0 12 0 105434748 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1787404 CPUtime=0.92
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 12267 0 0 0 87 5 0 0 19 0 12 0 105434748 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1787404 CPUtime=0
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 105434750 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1787404 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 105434751 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1787404 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 105434751 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1787404 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105434755 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1787404 CPUtime=0.6
/proc/6990/task/6999/stat : 6999 (java) R 6988 6990 5947 0 -1 64 1308 0 0 0 60 0 0 0 16 0 12 0 105434755 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336051 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1787404 CPUtime=0.5
/proc/6990/task/7000/stat : 7000 (java) R 6988 6990 5947 0 -1 64 1105 0 0 0 50 0 0 0 16 0 12 0 105434755 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102343096 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1787404 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105434755 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1787404 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105434755 1830301696 62612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 1787404

[startup+12.7022 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 7003
/proc/meminfo: memFree=1214040/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1788240 CPUtime=15.09
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 70002 0 1 0 1477 32 0 0 18 0 13 0 105434745 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 447060 63890 1328 9 0 444672 0
[pid=6990/tid=6992] ppid=6988 vsize=1788240 CPUtime=10.89
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 37727 0 1 0 1073 16 0 0 25 0 13 0 105434747 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109874943 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1788240 CPUtime=1.14
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 15035 0 0 0 108 6 0 0 18 0 13 0 105434748 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1788240 CPUtime=1.14
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 12662 0 0 0 109 5 0 0 16 0 13 0 105434748 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105434750 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105434751 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105434751 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105434755 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1788240 CPUtime=1
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 1908 0 0 0 99 1 0 0 16 0 13 0 105434755 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1788240 CPUtime=0.87
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 1937 0 0 0 87 0 0 0 16 0 13 0 105434755 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105434755 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105434755 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7003] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/7003/stat : 7003 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 105435451 1831157760 63890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1788240

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7003
/proc/meminfo: memFree=1269848/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1788240 CPUtime=28.85
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 79050 0 1 0 2847 38 0 0 18 0 13 0 105434745 1831157760 49218 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 447060 49218 1328 9 0 444672 0
[pid=6990/tid=6992] ppid=6988 vsize=1788240 CPUtime=22.87
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 37768 0 1 0 2271 16 0 0 22 0 13 0 105434747 1831157760 49218 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109595440 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1788240 CPUtime=1.82
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 18515 0 0 0 174 8 0 0 15 0 13 0 105434748 1831157760 49218 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1788240 CPUtime=1.84
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 17255 0 0 0 176 8 0 0 16 0 13 0 105434748 1831157760 49218 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1788240 CPUtime=0.01
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 33 0 0 0 0 1 0 0 16 0 13 0 105434750 1831157760 49218 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105434751 1831157760 49218 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1788240 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105434751 1831157760 49218 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6990/tid=6995] ppid=6988 vsize=1788856 CPUtime=0.8
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 328 0 0 0 43 37 0 0 15 0 13 0 105434750 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105434755 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1788856 CPUtime=1.62
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 3490 0 0 0 160 2 0 0 17 0 13 0 105434755 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1788856 CPUtime=1.61
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 4628 0 0 0 160 1 0 0 16 0 13 0 105434755 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105434755 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105434755 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7003] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7003/stat : 7003 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 105435451 1831788544 107630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1558.91
Current children cumulated vsize (KiB) 1788856

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 7005
/proc/meminfo: memFree=1036056/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1788856 CPUtime=1619.48
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 201291 0 1 0 161729 219 0 0 18 0 13 0 105434745 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 447214 108342 1328 9 0 444826 0
[pid=6990/tid=6992] ppid=6988 vsize=1788856 CPUtime=1583.05
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 109327 0 1 0 158251 54 0 0 25 0 13 0 105434747 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109595701 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1788856 CPUtime=16.18
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 42324 0 0 0 1557 61 0 0 16 0 13 0 105434748 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1788856 CPUtime=16.13
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 40468 0 0 0 1554 59 0 0 16 0 13 0 105434748 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1788856 CPUtime=0.82
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 328 0 0 0 43 39 0 0 15 0 13 0 105434750 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105434755 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1788856 CPUtime=1.62
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 3490 0 0 0 160 2 0 0 17 0 13 0 105434755 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1788856 CPUtime=1.61
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 4628 0 0 0 160 1 0 0 16 0 13 0 105434755 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105434755 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105434755 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7003] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7003/stat : 7003 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 105435451 1831788544 108342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.48
Current children cumulated vsize (KiB) 1788856

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 7005
/proc/meminfo: memFree=1032344/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1788856 CPUtime=1680.08
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 202597 0 1 0 167785 223 0 0 18 0 13 0 105434745 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 447214 109252 1328 9 0 444826 0
[pid=6990/tid=6992] ppid=6988 vsize=1788856 CPUtime=1642.28
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 109577 0 1 0 164174 54 0 0 24 0 13 0 105434747 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109595737 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1788856 CPUtime=16.85
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 42915 0 0 0 1623 62 0 0 16 0 13 0 105434748 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1788856 CPUtime=16.8
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 40933 0 0 0 1620 60 0 0 16 0 13 0 105434748 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1788856 CPUtime=0.84
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 328 0 0 0 44 40 0 0 16 0 13 0 105434750 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105434755 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1788856 CPUtime=1.62
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 3490 0 0 0 160 2 0 0 17 0 13 0 105434755 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1788856 CPUtime=1.61
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 4628 0 0 0 160 1 0 0 16 0 13 0 105434755 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105434755 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105434755 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7003] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7003/stat : 7003 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 105435451 1831788544 109252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.08
Current children cumulated vsize (KiB) 1788856

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7005
/proc/meminfo: memFree=1029144/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1788856 CPUtime=1740.72
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 203770 0 1 0 173846 226 0 0 18 0 13 0 105434745 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 447214 109993 1328 9 0 444826 0
[pid=6990/tid=6992] ppid=6988 vsize=1788856 CPUtime=1701.52
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 109708 0 1 0 170097 55 0 0 25 0 13 0 105434747 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110086749 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1788856 CPUtime=17.54
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 43547 0 0 0 1691 63 0 0 15 0 13 0 105434748 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1788856 CPUtime=17.5
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 41343 0 0 0 1689 61 0 0 16 0 13 0 105434748 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1788856 CPUtime=0.86
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 328 0 0 0 46 40 0 0 16 0 13 0 105434750 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105434755 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1788856 CPUtime=1.62
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 3490 0 0 0 160 2 0 0 17 0 13 0 105434755 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1788856 CPUtime=1.61
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 4628 0 0 0 160 1 0 0 16 0 13 0 105434755 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105434755 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105434755 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=7003] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7003/stat : 7003 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 105435451 1831788544 109993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1740.72
Current children cumulated vsize (KiB) 1788856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7005
/proc/meminfo: memFree=1026072/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=1788856 CPUtime=1800.07
/proc/6990/stat : 6990 (java) S 6988 6990 5947 0 -1 0 204893 0 1 0 179777 230 0 0 18 0 13 0 105434745 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6990/statm: 447214 110736 1328 9 0 444826 0
[pid=6990/tid=6992] ppid=6988 vsize=1788856 CPUtime=1759.41
/proc/6990/task/6992/stat : 6992 (java) R 6988 6990 5947 0 -1 64 109841 0 1 0 175886 55 0 0 22 0 13 0 105434747 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109595485 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6993] ppid=6988 vsize=1788856 CPUtime=18.26
/proc/6990/task/6993/stat : 6993 (java) S 6988 6990 5947 0 -1 64 44035 0 0 0 1762 64 0 0 16 0 13 0 105434748 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6994] ppid=6988 vsize=1788856 CPUtime=18.21
/proc/6990/task/6994/stat : 6994 (java) S 6988 6990 5947 0 -1 64 41845 0 0 0 1759 62 0 0 16 0 13 0 105434748 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6995] ppid=6988 vsize=1788856 CPUtime=0.89
/proc/6990/task/6995/stat : 6995 (java) S 6988 6990 5947 0 -1 64 328 0 0 0 47 42 0 0 16 0 13 0 105434750 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6990/tid=6996] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6996/stat : 6996 (java) S 6988 6990 5947 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6997] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6997/stat : 6997 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105434751 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6998] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/6998/stat : 6998 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105434755 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=6999] ppid=6988 vsize=1788856 CPUtime=1.62
/proc/6990/task/6999/stat : 6999 (java) S 6988 6990 5947 0 -1 64 3490 0 0 0 160 2 0 0 17 0 13 0 105434755 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7000] ppid=6988 vsize=1788856 CPUtime=1.61
/proc/6990/task/7000/stat : 7000 (java) S 6988 6990 5947 0 -1 64 4628 0 0 0 160 1 0 0 16 0 13 0 105434755 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7001] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7001/stat : 7001 (java) S 6988 6990 5947 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105434755 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7002] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7002/stat : 7002 (java) S 6988 6990 5947 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105434755 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6990/tid=7003] ppid=6988 vsize=1788856 CPUtime=0
/proc/6990/task/7003/stat : 7003 (java) S 6988 6990 5947 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 105435451 1831788544 110736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1788856

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

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

[startup+1781.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7005
/proc/meminfo: memFree=1026072/2055920 swapFree=4184868/4192956
[pid=6990] ppid=6988 vsize=0 CPUtime=1800.19
/proc/6990/stat : 6990 (java) Z 6988 6990 5947 0 -1 1036 204913 0 1 0 179781 238 0 0 16 0 2 0 105434745 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6990/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1781.12
CPU time (s): 1800.2
CPU user time (s): 1797.81
CPU system time (s): 2.38464
CPU usage (%): 101.071
Max. virtual memory (cumulated for all children) (KiB): 1794168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.81
system time used= 2.38464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204913
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= 72585
involuntary context switches= 31934

runsolver used 1.91271 second user time and 5.16521 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Apr 14 18:27:28 UTC 2007

IDJOB= 348264
IDBENCH= 1645
IDSOLVER= 160
FILE ID= node60/348264-1176575248

PBS_JOBID= 4556896

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  869a8e6f75acef89713c9145ce005816

RANDOM SEED= 920504774

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1465808 kB
Buffers:         44536 kB
Cached:         394168 kB
SwapCached:       2344 kB
Active:         135812 kB
Inactive:       313796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465808 kB
SwapTotal:     4192956 kB
SwapFree:      4184868 kB
Dirty:           11572 kB
Writeback:           0 kB
Mapped:          17816 kB
Slab:           126536 kB
Committed_AS:   144680 kB
PageTables:       1468 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= 66553 MiB

End job on node60 on Sat Apr 14 18:57:11 UTC 2007