Trace number 351301

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 1755.15

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-modszk1.opb
MD5SUM867ebc446ef1d12fd0b7d8d0b9e71a77
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark161
Best CPU time to get the best result obtained on this benchmark1801.99
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 161
Optimality of the best value was proved NO
Number of variables48602
Total number of constraints686
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 constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 7111
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 549494
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 549494
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.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.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/351301-1176594240/instance-351301-1176594240.opb
0.20/0.20	c reading problem ... 
2.85/1.93	c ... done. Wall clock time 1.731s.
2.85/1.93	c CPU time (experimental) 1.45s.
2.85/1.93	c #vars     48602
2.85/1.93	c #constraints  1367
1800.05/1755.01	c starts		: 2
1800.05/1755.01	c conflicts		: 44419
1800.05/1755.01	c decisions		: 66029
1800.05/1755.01	c propagations		: 282105
1800.05/1755.01	c inspects		: 395541301
1800.05/1755.01	c learnt literals	: 0
1800.05/1755.01	c learnt binary clauses	: 0
1800.05/1755.01	c learnt ternary clauses	: 0
1800.05/1755.01	c learnt clauses	: 44418
1800.05/1755.01	c root simplifications	: 0
1800.05/1755.01	c removed literals (reason simplification)	: 0
1800.05/1755.01	c reason swapping (by a shorter reason)	: 0
1800.05/1755.01	c Calls to reduceDB	: 0
1800.05/1755.01	c speed (decisions/second)	: 37.672088684509305
1800.05/1755.01	c non guided choices	0
1800.05/1755.01	s UNKNOWN
1800.05/1755.01	c Total wall clock time (ms): 1754.814

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/node20/watcher-351301-1176594240 -o ROOT/results/node20/solver-351301-1176594240 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351301-1176594240/sat4jPseudoCP.jar /tmp/evaluation/351301-1176594240/instance-351301-1176594240.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.78 0.95 0.98 2/77 1037
/proc/meminfo: memFree=1644152/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=200 CPUtime=0
/proc/1037/stat : 1037 (java) R 1035 1037 974 0 -1 0 49 0 0 0 0 0 0 0 18 0 1 0 107341333 204800 33 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7619364 0 0 4096 0 0 0 0 17 1 0 0
/proc/1037/statm: 68 33 26 9 0 4 0

[startup+0.0863919 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 1037
/proc/meminfo: memFree=1644152/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1777844 CPUtime=0.07
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 3832 0 1 0 5 2 0 0 18 0 7 0 107341333 1820512256 3574 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 444461 3574 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102395 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 1037
/proc/meminfo: memFree=1644152/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1780108 CPUtime=0.08
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 107341333 1822830592 3720 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 445027 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301433 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 1037
/proc/meminfo: memFree=1644152/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1781420 CPUtime=0.32
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 5489 0 1 0 29 3 0 0 18 0 12 0 107341333 1824174080 5227 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 445355 5227 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701512 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 1037
/proc/meminfo: memFree=1644152/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1783324 CPUtime=0.92
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 9507 0 1 0 87 5 0 0 18 0 12 0 107341333 1826123776 8797 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 445831 8797 1296 9 0 443443 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783324

[startup+1.50167 s]
/proc/loadavg: 0.78 0.95 0.98 4/89 1049
/proc/meminfo: memFree=1602008/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1791556 CPUtime=2.44
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 25027 0 1 0 231 13 0 0 18 0 12 0 107341333 1834553344 20922 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 447889 20923 1303 9 0 445501 0
[pid=1037/tid=1039] ppid=1035 vsize=1791556 CPUtime=1.02
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 17425 0 1 0 94 8 0 0 24 0 12 0 107341334 1834553344 20924 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109666430 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107341336 1834553344 20925 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107341336 1834553344 20925 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107341338 1834553344 20926 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 107341339 1834553344 20927 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 107341339 1834553344 20928 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 107341342 1834553344 20929 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1791556 CPUtime=0.52
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 1947 0 0 0 51 1 0 0 16 0 12 0 107341342 1834553344 20933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1791556 CPUtime=0.87
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 4935 0 0 0 85 2 0 0 18 0 12 0 107341342 1834553344 20935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 107341342 1834553344 20937 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1791556 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107341342 1834553344 20937 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1791556

[startup+3.103 s]
/proc/loadavg: 0.88 0.97 0.99 4/89 1049
/proc/meminfo: memFree=1507224/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1792524 CPUtime=4.76
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 51898 0 1 0 450 26 0 0 18 0 13 0 107341333 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448131 47419 1327 9 0 445743 0
[pid=1037/tid=1039] ppid=1035 vsize=1792524 CPUtime=2.28
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 37703 0 1 0 210 18 0 0 17 0 13 0 107341334 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109212984 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1792524 CPUtime=0.11
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 3396 0 0 0 10 1 0 0 18 0 13 0 107341336 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1792524 CPUtime=0.11
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 2871 0 0 0 10 1 0 0 18 0 13 0 107341336 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1792524 CPUtime=0
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 107341338 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1792524 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1792524 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1792524 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1792524 CPUtime=0.94
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 2196 0 0 0 93 1 0 0 16 0 13 0 107341342 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1792524 CPUtime=1.27
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5002 0 0 0 125 2 0 0 16 0 13 0 107341342 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1792524 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1792524 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1835544576 47419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1792524

[startup+6.30283 s]
/proc/loadavg: 0.88 0.97 0.99 3/90 1050
/proc/meminfo: memFree=1432848/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1794772 CPUtime=9.28
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 62240 0 1 0 896 32 0 0 18 0 13 0 107341333 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448693 54157 1328 9 0 446305 0
[pid=1037/tid=1039] ppid=1035 vsize=1794772 CPUtime=4.8
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 37720 0 1 0 461 19 0 0 17 0 13 0 107341334 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103960168 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1794772 CPUtime=0.54
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 6997 0 0 0 51 3 0 0 17 0 13 0 107341336 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1794772 CPUtime=0.53
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 5933 0 0 0 50 3 0 0 18 0 13 0 107341336 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 107341338 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1794772 CPUtime=1.62
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 4941 0 0 0 160 2 0 0 16 0 13 0 107341342 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1794772 CPUtime=1.74
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5919 0 0 0 171 3 0 0 16 0 13 0 107341342 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1050] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1050/stat : 1050 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107341563 1837846528 54157 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 1794772

[startup+12.7021 s]
/proc/loadavg: 0.89 0.97 0.99 2/90 1050
/proc/meminfo: memFree=1405592/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1794772 CPUtime=16.03
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 71053 0 1 0 1567 36 0 0 18 0 13 0 107341333 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448693 60647 1334 9 0 446305 0
[pid=1037/tid=1039] ppid=1035 vsize=1794772 CPUtime=10.84
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 37733 0 1 0 1065 19 0 0 25 0 13 0 107341334 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103960199 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1794772 CPUtime=0.88
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 11572 0 0 0 84 4 0 0 16 0 13 0 107341336 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1794772 CPUtime=0.88
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 10151 0 0 0 83 5 0 0 16 0 13 0 107341336 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 107341338 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1794772 CPUtime=1.63
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 4947 0 0 0 161 2 0 0 16 0 13 0 107341342 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1794772 CPUtime=1.75
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5919 0 0 0 172 3 0 0 16 0 13 0 107341342 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1050] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1050/stat : 1050 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107341563 1837846528 60647 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.03
Current children cumulated vsize (KiB) 1794772

[startup+25.5017 s]
/proc/loadavg: 0.91 0.97 0.99 2/90 1050
/proc/meminfo: memFree=1394392/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1794772 CPUtime=29.02
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 74775 0 1 0 2864 38 0 0 18 0 13 0 107341333 1837846528 63522 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448693 63522 1334 9 0 446305 0
[pid=1037/tid=1039] ppid=1035 vsize=1794772 CPUtime=23.45
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 37753 0 1 0 2326 19 0 0 25 0 13 0 107341334 1837846528 63522 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109966883 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1794772 CPUtime=1.04
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 13637 0 0 0 99 5 0 0 16 0 13 0 107341336 1837846528 63522 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1794772 CPUtime=1.04
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 11731 0 0 0 99 5 0 0 16 0 13 0 107341336 1837846528 63522 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1794772 CPUtime=0.01
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 8 0 0 0 1 0 0 0 16 0 13 0 107341338 1837846528 63522 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794772 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837846528 63522 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=1037/tid=1042] ppid=1035 vsize=1794768 CPUtime=0.23
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 10 0 0 0 15 8 0 0 16 0 13 0 107341338 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1794768 CPUtime=1.89
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 6312 0 0 0 186 3 0 0 16 0 13 0 107341342 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1794768 CPUtime=1.95
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5928 0 0 0 192 3 0 0 16 0 13 0 107341342 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1050] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1050/stat : 1050 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107341563 1837842432 157582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1580.21
Current children cumulated vsize (KiB) 1794768

[startup+1602.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/90 1251
/proc/meminfo: memFree=1007640/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1794768 CPUtime=1642.22
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 185311 0 1 0 164104 118 0 0 18 0 13 0 107341333 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448692 160046 1334 9 0 446304 0
[pid=1037/tid=1039] ppid=1035 vsize=1794768 CPUtime=1562.17
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 38566 0 1 0 156179 38 0 0 16 0 13 0 107341334 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109588672 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1794768 CPUtime=37.97
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 64216 0 0 0 3768 29 0 0 16 0 13 0 107341336 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1794768 CPUtime=37.93
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 69556 0 0 0 3759 34 0 0 17 0 13 0 107341336 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1794768 CPUtime=0.24
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 10 0 0 0 16 8 0 0 16 0 13 0 107341338 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1794768 CPUtime=1.89
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 6312 0 0 0 186 3 0 0 16 0 13 0 107341342 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1794768 CPUtime=1.95
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5928 0 0 0 192 3 0 0 16 0 13 0 107341342 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1050] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1050/stat : 1050 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107341563 1837842432 160046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1642.22
Current children cumulated vsize (KiB) 1794768

[startup+1662.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/90 1251
/proc/meminfo: memFree=996312/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1794768 CPUtime=1704.2
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 188213 0 1 0 170300 120 0 0 18 0 13 0 107341333 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448692 162793 1334 9 0 446304 0
[pid=1037/tid=1039] ppid=1035 vsize=1794768 CPUtime=1620.13
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 38593 0 1 0 161975 38 0 0 25 0 13 0 107341334 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109930325 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1794768 CPUtime=39.97
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 64874 0 0 0 3968 29 0 0 17 0 13 0 107341336 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1794768 CPUtime=39.94
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 71773 0 0 0 3959 35 0 0 16 0 13 0 107341336 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1794768 CPUtime=0.24
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 10 0 0 0 16 8 0 0 15 0 13 0 107341338 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1794768 CPUtime=1.89
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 6312 0 0 0 186 3 0 0 16 0 13 0 107341342 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1794768 CPUtime=1.95
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5928 0 0 0 192 3 0 0 16 0 13 0 107341342 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1050] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1050/stat : 1050 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107341563 1837842432 162793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1704.2
Current children cumulated vsize (KiB) 1794768

[startup+1722.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/90 1251
/proc/meminfo: memFree=987672/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1794768 CPUtime=1766.21
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 190650 0 1 0 176499 122 0 0 18 0 13 0 107341333 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448692 165019 1334 9 0 446304 0
[pid=1037/tid=1039] ppid=1035 vsize=1794768 CPUtime=1678.06
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 38620 0 1 0 167767 39 0 0 25 0 13 0 107341334 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109588672 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1794768 CPUtime=42
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 65641 0 0 0 4171 29 0 0 16 0 13 0 107341336 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1794768 CPUtime=41.98
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 73416 0 0 0 4163 35 0 0 17 0 13 0 107341336 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1794768 CPUtime=0.25
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 10 0 0 0 17 8 0 0 16 0 13 0 107341338 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1794768 CPUtime=1.89
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 6312 0 0 0 186 3 0 0 16 0 13 0 107341342 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1794768 CPUtime=1.95
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5928 0 0 0 192 3 0 0 16 0 13 0 107341342 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) R 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1050] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1050/stat : 1050 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107341563 1837842432 165019 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.21
Current children cumulated vsize (KiB) 1794768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755 s]
/proc/loadavg: 1.00 1.03 1.00 2/90 1251
/proc/meminfo: memFree=982040/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=1794768 CPUtime=1800.05
/proc/1037/stat : 1037 (java) S 1035 1037 974 0 -1 0 192128 0 1 0 179882 123 0 0 18 0 13 0 107341333 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 448692 166344 1334 9 0 446304 0
[pid=1037/tid=1039] ppid=1035 vsize=1794768 CPUtime=1709.59
/proc/1037/task/1039/stat : 1039 (java) R 1035 1037 974 0 -1 64 38635 0 1 0 170920 39 0 0 24 0 13 0 107341334 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109602774 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1040] ppid=1035 vsize=1794768 CPUtime=43.17
/proc/1037/task/1040/stat : 1040 (java) S 1035 1037 974 0 -1 64 66831 0 0 0 4287 30 0 0 16 0 13 0 107341336 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1041] ppid=1035 vsize=1794768 CPUtime=43.14
/proc/1037/task/1041/stat : 1041 (java) S 1035 1037 974 0 -1 64 73689 0 0 0 4278 36 0 0 16 0 13 0 107341336 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1042] ppid=1035 vsize=1794768 CPUtime=0.26
/proc/1037/task/1042/stat : 1042 (java) S 1035 1037 974 0 -1 64 10 0 0 0 17 9 0 0 15 0 13 0 107341338 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1043] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1043/stat : 1043 (java) S 1035 1037 974 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1044] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1044/stat : 1044 (java) S 1035 1037 974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107341339 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1045] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1045/stat : 1045 (java) S 1035 1037 974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 107341342 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1046] ppid=1035 vsize=1794768 CPUtime=1.89
/proc/1037/task/1046/stat : 1046 (java) S 1035 1037 974 0 -1 64 6312 0 0 0 186 3 0 0 16 0 13 0 107341342 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1047] ppid=1035 vsize=1794768 CPUtime=1.95
/proc/1037/task/1047/stat : 1047 (java) S 1035 1037 974 0 -1 64 5928 0 0 0 192 3 0 0 16 0 13 0 107341342 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1048] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1048/stat : 1048 (java) S 1035 1037 974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107341342 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1037/tid=1049] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1049/stat : 1049 (java) S 1035 1037 974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107341342 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1037/tid=1050] ppid=1035 vsize=1794768 CPUtime=0
/proc/1037/task/1050/stat : 1050 (java) S 1035 1037 974 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107341563 1837842432 166344 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794768

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

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

[startup+1755.12 s]
/proc/loadavg: 1.00 1.03 1.00 2/90 1251
/proc/meminfo: memFree=982040/2055920 swapFree=4159876/4192956
[pid=1037] ppid=1035 vsize=0 CPUtime=1800.16
/proc/1037/stat : 1037 (java) Z 1035 1037 974 0 -1 1036 192148 0 1 0 179886 130 0 0 16 0 2 0 107341333 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1037/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1755.15
CPU time (s): 1800.2
CPU user time (s): 1798.86
CPU system time (s): 1.3378
CPU usage (%): 102.567
Max. virtual memory (cumulated for all children) (KiB): 1798024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.3378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192148
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= 44865
involuntary context switches= 49713

runsolver used 1.9857 second user time and 5.47417 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Apr 14 23:44:00 UTC 2007

IDJOB= 351301
IDBENCH= 1717
IDSOLVER= 160
FILE ID= node20/351301-1176594240

PBS_JOBID= 4556987

Free space on /tmp= 66560 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-modszk1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351301-1176594240/sat4jPseudoCP.jar /tmp/evaluation/351301-1176594240/instance-351301-1176594240.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-351301-1176594240 -o ROOT/results/node20/solver-351301-1176594240 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351301-1176594240/sat4jPseudoCP.jar /tmp/evaluation/351301-1176594240/instance-351301-1176594240.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  867ebc446ef1d12fd0b7d8d0b9e71a77

RANDOM SEED= 20542715

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.265
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.265
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:       1644752 kB
Buffers:         59024 kB
Cached:         264500 kB
SwapCached:      15252 kB
Active:         199556 kB
Inactive:       150292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644752 kB
SwapTotal:     4192956 kB
SwapFree:      4159876 kB
Dirty:            4992 kB
Writeback:           0 kB
Mapped:          36208 kB
Slab:            46984 kB
Committed_AS:   679800 kB
PageTables:       1688 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= 66560 MiB

End job on node20 on Sun Apr 15 00:13:17 UTC 2007