Trace number 349318

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.13 1789.29

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ar98.opb
MD5SUM523aad2a62a776290fed26e3ef5d80ef
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 variables20024
Total number of constraints1258
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)912
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint2
Maximum length of a constraint15837
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 572975239517507
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.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/349318-1176695463/instance-349318-1176695463.opb
0.20/0.20	c reading problem ... 
3.63/2.89	c ... done. Wall clock time 2.69s.
3.63/2.89	c CPU time (experimental) 2.25s.
3.63/2.89	c #vars     20024
3.63/2.89	c #constraints  1473
1800.03/1789.21	c starts		: 1
1800.03/1789.21	c conflicts		: 40
1800.03/1789.21	c decisions		: 23813
1800.03/1789.21	c propagations		: 45640
1800.03/1789.21	c inspects		: 641962
1800.03/1789.21	c learnt literals	: 0
1800.03/1789.21	c learnt binary clauses	: 0
1800.03/1789.21	c learnt ternary clauses	: 0
1800.03/1789.21	c learnt clauses	: 39
1800.03/1789.21	c root simplifications	: 0
1800.03/1789.21	c removed literals (reason simplification)	: 0
1800.03/1789.21	c reason swapping (by a shorter reason)	: 0
1800.03/1789.21	c Calls to reduceDB	: 0
1800.03/1789.21	c speed (decisions/second)	: 13.331108962627773
1800.03/1789.21	c non guided choices	0
1800.03/1789.21	s UNKNOWN
1800.03/1789.21	c Total wall clock time (ms): 1789.011

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

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


[startup+0 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 5002
/proc/meminfo: memFree=1679008/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=152 CPUtime=0
/proc/5002/stat : 5002 (java) R 5000 5002 4613 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 101711852 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8106788 0 0 4096 0 0 0 0 17 1 0 0
/proc/5002/statm: 38 26 19 9 0 4 0

[startup+0.010086 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 5002
/proc/meminfo: memFree=1679008/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=308 CPUtime=0
/proc/5002/stat : 5002 (java) R 5000 5002 4613 0 -1 0 219 0 0 0 0 0 0 0 18 0 1 0 101711852 315392 39 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 8106788 0 0 4096 0 0 0 0 17 1 0 0
/proc/5002/statm: 81 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101111 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 5002
/proc/meminfo: memFree=1679008/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1780108 CPUtime=0.08
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 101711852 1822830592 3720 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 445027 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301147 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 5002
/proc/meminfo: memFree=1679008/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1782324 CPUtime=0.32
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 5334 0 1 0 30 2 0 0 18 0 12 0 101711852 1825099776 5072 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 445581 5072 1263 9 0 443193 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782324

[startup+0.701229 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 5002
/proc/meminfo: memFree=1679008/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1790976 CPUtime=1.01
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 9086 0 1 0 97 4 0 0 18 0 12 0 101711852 1833959424 8219 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 447744 8189 1303 9 0 445356 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1790976

[startup+1.50238 s]
/proc/loadavg: 1.07 1.02 1.00 4/76 5014
/proc/meminfo: memFree=1642880/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1791956 CPUtime=2.2
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 25207 0 1 0 209 11 0 0 18 0 12 0 101711852 1834962944 22379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 447989 22382 1305 9 0 445601 0
[pid=5002/tid=5004] ppid=5000 vsize=1791956 CPUtime=0.98
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 18869 0 1 0 91 7 0 0 25 0 12 0 101711853 1834962944 22383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109539004 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 101711855 1834962944 22385 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 101711855 1834962944 22386 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 101711857 1834962944 22388 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 101711857 1834962944 22389 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 101711857 1834962944 22391 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 101711861 1834962944 22393 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1791956 CPUtime=0.67
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 3982 0 0 0 66 1 0 0 16 0 12 0 101711861 1834962944 22395 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1791956 CPUtime=0.51
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 1640 0 0 0 51 0 0 0 16 0 12 0 101711861 1834962944 22396 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 101711861 1834962944 22398 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1791956 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101711861 1834962944 22400 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1791956

[startup+3.1017 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 5014
/proc/meminfo: memFree=1531200/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793900 CPUtime=4.13
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 50239 0 1 0 392 21 0 0 18 0 13 0 101711852 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448475 46881 1322 9 0 446087 0
[pid=5002/tid=5004] ppid=5000 vsize=1793900 CPUtime=2.39
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 37700 0 1 0 224 15 0 0 23 0 13 0 101711853 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109186019 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793900 CPUtime=0.09
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 2973 0 0 0 9 0 0 0 17 0 13 0 101711855 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793900 CPUtime=0.09
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 2540 0 0 0 9 0 0 0 17 0 13 0 101711855 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793900 CPUtime=0
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 101711857 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793900 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793900 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793900 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793900 CPUtime=0.79
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 4011 0 0 0 78 1 0 0 16 0 13 0 101711861 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793900 CPUtime=0.7
/proc/5002/task/5012/stat : 5012 (java) R 5000 5002 4613 0 -1 64 2286 0 0 0 69 1 0 0 17 0 13 0 101711861 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103313973 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793900 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793900 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836953600 46881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1793900

[startup+6.30232 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 5015
/proc/meminfo: memFree=1462008/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793532 CPUtime=8.01
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 60334 0 1 0 776 25 0 0 18 0 13 0 101711852 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448383 55256 1326 9 0 445995 0
[pid=5002/tid=5004] ppid=5000 vsize=1793532 CPUtime=5.15
/proc/5002/task/5004/stat : 5004 (java) S 5000 5002 4613 0 -1 64 37721 0 1 0 500 15 0 0 25 0 13 0 101711853 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793532 CPUtime=0.35
/proc/5002/task/5005/stat : 5005 (java) R 5000 5002 4613 0 -1 64 8567 0 0 0 32 3 0 0 17 0 13 0 101711855 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793532 CPUtime=0.35
/proc/5002/task/5006/stat : 5006 (java) R 5000 5002 4613 0 -1 64 6043 0 0 0 33 2 0 0 17 0 13 0 101711855 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793532 CPUtime=0
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 101711857 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793532 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793532 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793532 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793532 CPUtime=1.15
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 4732 0 0 0 113 2 0 0 17 0 13 0 101711861 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793532 CPUtime=0.95
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 2540 0 0 0 94 1 0 0 16 0 13 0 101711861 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793532 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793532 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5015] ppid=5000 vsize=1793532 CPUtime=0
/proc/5002/task/5015/stat : 5015 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 101712147 1836576768 55256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1793532

[startup+12.7016 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 5015
/proc/meminfo: memFree=1460920/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793304 CPUtime=15.09
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 60698 0 1 0 1483 26 0 0 18 0 13 0 101711852 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448326 55543 1326 9 0 445938 0
[pid=5002/tid=5004] ppid=5000 vsize=1793304 CPUtime=10.93
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 37726 0 1 0 1078 15 0 0 25 0 13 0 101711853 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813054 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793304 CPUtime=0.92
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 8756 0 0 0 89 3 0 0 16 0 13 0 101711855 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793304 CPUtime=0.92
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 6209 0 0 0 90 2 0 0 16 0 13 0 101711855 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793304 CPUtime=1.21
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 4733 0 0 0 119 2 0 0 16 0 13 0 101711861 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793304 CPUtime=1.05
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 2543 0 0 0 104 1 0 0 16 0 13 0 101711861 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836343296 55543 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5015] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5015/stat : 5015 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 101712147 1836343296 55543 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) 1793304

[startup+25.502 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 5015
/proc/meminfo: memFree=1499448/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793304 CPUtime=28.3
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 68541 0 1 0 2798 32 0 0 18 0 13 0 101711852 1836343296 44920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448326 44920 1326 9 0 445938 0
[pid=5002/tid=5004] ppid=5000 vsize=1793304 CPUtime=23.37
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 37752 0 1 0 2321 16 0 0 25 0 13 0 101711853 1836343296 44920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109823123 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793304 CPUtime=1.19
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 12959 0 0 0 114 5 0 0 16 0 13 0 101711855 1836343296 44920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793304 CPUtime=1.19
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 9808 0 0 0 115 4 0 0 15 0 13 0 101711855 1836343296 44920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793304 CPUtime=0.01
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 10 0 0 0 0 1 0 0 16 0 13 0 101711857 1836343296 44920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 44920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5002] ppid=5000 vsize=1793304 CPUtime=1612.67
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 168037 0 1 0 160999 268 0 0 18 0 13 0 101711852 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448326 83996 1326 9 0 445938 0
[pid=5002/tid=5004] ppid=5000 vsize=1793304 CPUtime=1585.92
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 102371 0 1 0 158518 74 0 0 25 0 13 0 101711853 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109977653 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793304 CPUtime=11.19
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 29833 0 0 0 1056 63 0 0 16 0 13 0 101711855 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793304 CPUtime=11.24
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 26538 0 0 0 1052 72 0 0 15 0 13 0 101711855 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793304 CPUtime=1.1
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 241 0 0 0 59 51 0 0 16 0 13 0 101711857 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793304 CPUtime=1.59
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 5306 0 0 0 157 2 0 0 17 0 13 0 101711861 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793304 CPUtime=1.53
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 3026 0 0 0 152 1 0 0 18 0 13 0 101711861 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5015] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5015/stat : 5015 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 101712147 1836343296 83996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.67
Current children cumulated vsize (KiB) 1793304

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5213
/proc/meminfo: memFree=1337528/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793304 CPUtime=1672.81
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 170555 0 1 0 167006 275 0 0 18 0 13 0 101711852 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448326 86161 1326 9 0 445938 0
[pid=5002/tid=5004] ppid=5000 vsize=1793304 CPUtime=1645.35
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 103947 0 1 0 164460 75 0 0 25 0 13 0 101711853 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109539232 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793304 CPUtime=11.56
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 30270 0 0 0 1092 64 0 0 16 0 13 0 101711855 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793304 CPUtime=11.57
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 27043 0 0 0 1081 76 0 0 16 0 13 0 101711855 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793304 CPUtime=1.12
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 241 0 0 0 60 52 0 0 16 0 13 0 101711857 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793304 CPUtime=1.59
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 5306 0 0 0 157 2 0 0 17 0 13 0 101711861 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793304 CPUtime=1.53
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 3026 0 0 0 152 1 0 0 18 0 13 0 101711861 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5015] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5015/stat : 5015 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 101712147 1836343296 86161 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.81
Current children cumulated vsize (KiB) 1793304

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5213
/proc/meminfo: memFree=1337848/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793304 CPUtime=1732.96
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 171955 0 1 0 173015 281 0 0 18 0 13 0 101711852 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448326 86128 1326 9 0 445938 0
[pid=5002/tid=5004] ppid=5000 vsize=1793304 CPUtime=1704.68
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 104042 0 1 0 170393 75 0 0 20 0 13 0 101711853 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109824179 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793304 CPUtime=11.98
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 30911 0 0 0 1132 66 0 0 16 0 13 0 101711855 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793304 CPUtime=11.96
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 27698 0 0 0 1115 81 0 0 16 0 13 0 101711855 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793304 CPUtime=1.13
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 250 0 0 0 61 52 0 0 16 0 13 0 101711857 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793304 CPUtime=1.6
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 5306 0 0 0 158 2 0 0 17 0 13 0 101711861 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793304 CPUtime=1.53
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 3026 0 0 0 152 1 0 0 18 0 13 0 101711861 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5015] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5015/stat : 5015 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 101712147 1836343296 86128 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.96
Current children cumulated vsize (KiB) 1793304

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5213
/proc/meminfo: memFree=1321016/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793304 CPUtime=1793.11
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 176607 0 1 0 179023 288 0 0 18 0 13 0 101711852 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448326 90277 1326 9 0 445938 0
[pid=5002/tid=5004] ppid=5000 vsize=1793304 CPUtime=1764.06
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 107300 0 1 0 176330 76 0 0 25 0 13 0 101711853 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109823174 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793304 CPUtime=12.36
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 31588 0 0 0 1166 70 0 0 15 0 13 0 101711855 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793304 CPUtime=12.34
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 28412 0 0 0 1152 82 0 0 16 0 13 0 101711855 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793304 CPUtime=1.13
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 253 0 0 0 61 52 0 0 16 0 13 0 101711857 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793304 CPUtime=1.6
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 5306 0 0 0 158 2 0 0 17 0 13 0 101711861 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793304 CPUtime=1.53
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 3026 0 0 0 152 1 0 0 18 0 13 0 101711861 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5015] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5015/stat : 5015 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 101712147 1836343296 90277 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.11
Current children cumulated vsize (KiB) 1793304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5213
/proc/meminfo: memFree=1321016/2055920 swapFree=4184460/4192956
[pid=5002] ppid=5000 vsize=1793304 CPUtime=1800.03
/proc/5002/stat : 5002 (java) S 5000 5002 4613 0 -1 0 176631 0 1 0 179714 289 0 0 18 0 13 0 101711852 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5002/statm: 448326 90276 1326 9 0 445938 0
[pid=5002/tid=5004] ppid=5000 vsize=1793304 CPUtime=1770.88
/proc/5002/task/5004/stat : 5004 (java) R 5000 5002 4613 0 -1 64 107312 0 1 0 177012 76 0 0 25 0 13 0 101711853 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109977653 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5005] ppid=5000 vsize=1793304 CPUtime=12.41
/proc/5002/task/5005/stat : 5005 (java) S 5000 5002 4613 0 -1 64 31588 0 0 0 1171 70 0 0 16 0 13 0 101711855 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5006] ppid=5000 vsize=1793304 CPUtime=12.39
/proc/5002/task/5006/stat : 5006 (java) S 5000 5002 4613 0 -1 64 28424 0 0 0 1156 83 0 0 16 0 13 0 101711855 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5007] ppid=5000 vsize=1793304 CPUtime=1.13
/proc/5002/task/5007/stat : 5007 (java) S 5000 5002 4613 0 -1 64 253 0 0 0 61 52 0 0 16 0 13 0 101711857 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5008] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5008/stat : 5008 (java) S 5000 5002 4613 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5009] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5009/stat : 5009 (java) S 5000 5002 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101711857 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5010] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5010/stat : 5010 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101711861 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5011] ppid=5000 vsize=1793304 CPUtime=1.6
/proc/5002/task/5011/stat : 5011 (java) S 5000 5002 4613 0 -1 64 5306 0 0 0 158 2 0 0 17 0 13 0 101711861 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5012] ppid=5000 vsize=1793304 CPUtime=1.53
/proc/5002/task/5012/stat : 5012 (java) S 5000 5002 4613 0 -1 64 3026 0 0 0 152 1 0 0 18 0 13 0 101711861 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5002/tid=5013] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5013/stat : 5013 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 101711861 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5014] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5014/stat : 5014 (java) S 5000 5002 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101711861 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5002/tid=5015] ppid=5000 vsize=1793304 CPUtime=0
/proc/5002/task/5015/stat : 5015 (java) S 5000 5002 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 101712147 1836343296 90276 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1793304

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

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

Child status: 143
Real time (s): 1789.29
CPU time (s): 1800.13
CPU user time (s): 1797.17
CPU system time (s): 2.95355
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 1795232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 2.95355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176651
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= 102240
involuntary context switches= 51779

runsolver used 2.01969 second user time and 4.98724 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Apr 16 03:51:03 UTC 2007

IDJOB= 349318
IDBENCH= 2352
IDSOLVER= 160
FILE ID= node62/349318-1176695463

PBS_JOBID= 4560021

Free space on /tmp= 66540 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ar98.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349318-1176695463/sat4jPseudoCP.jar /tmp/evaluation/349318-1176695463/instance-349318-1176695463.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-349318-1176695463 -o ROOT/results/node62/solver-349318-1176695463 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349318-1176695463/sat4jPseudoCP.jar /tmp/evaluation/349318-1176695463/instance-349318-1176695463.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  523aad2a62a776290fed26e3ef5d80ef

RANDOM SEED= 53711465

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.279
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.279
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:       1679352 kB
Buffers:         41660 kB
Cached:         246924 kB
SwapCached:       2184 kB
Active:         106264 kB
Inactive:       193364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679352 kB
SwapTotal:     4192956 kB
SwapFree:      4184460 kB
Dirty:            6280 kB
Writeback:           0 kB
Mapped:          16256 kB
Slab:            62868 kB
Committed_AS:   705648 kB
PageTables:       1464 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= 66540 MiB

End job on node62 on Mon Apr 16 04:20:54 UTC 2007