Trace number 348368

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.23 1772.06

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-capri.opb
MD5SUM045a73dda564043a5f702f829082d89b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7817
Total number of constraints402
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 constraints402
Minimum length of a constraint11
Maximum length of a constraint647
Number of terms in the objective function 580
Biggest coefficient in the objective function 32953
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524724
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524837
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/348368-1176580267/instance-348368-1176580267.opb
0.08/0.20	c reading problem ... 
1.97/1.28	c ... done. Wall clock time 1.085s.
1.97/1.28	c CPU time (experimental) 0.77s.
1.97/1.28	c #vars     7817
1.97/1.28	c #constraints  544
1800.08/1771.91	c starts		: 2
1800.08/1771.91	c conflicts		: 31851
1800.08/1771.91	c decisions		: 75138
1800.08/1771.91	c propagations		: 386344
1800.08/1771.91	c inspects		: 313121496
1800.08/1771.91	c learnt literals	: 0
1800.08/1771.91	c learnt binary clauses	: 0
1800.08/1771.91	c learnt ternary clauses	: 0
1800.08/1771.91	c learnt clauses	: 31851
1800.08/1771.91	c root simplifications	: 0
1800.08/1771.91	c removed literals (reason simplification)	: 0
1800.08/1771.91	c reason swapping (by a shorter reason)	: 0
1800.08/1771.91	c Calls to reduceDB	: 0
1800.08/1771.91	c speed (decisions/second)	: 42.43653411815337
1800.08/1771.91	c non guided choices	0
1800.08/1771.91	s UNKNOWN
1800.08/1771.91	c Total wall clock time (ms): 1771.715

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/node18/watcher-348368-1176580267 -o ROOT/results/node18/solver-348368-1176580267 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348368-1176580267/sat4jPseudoCP.jar /tmp/evaluation/348368-1176580267/instance-348368-1176580267.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.05 1.01 2/77 27010
/proc/meminfo: memFree=1647928/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=148 CPUtime=0
/proc/27010/stat : 27010 (java) R 27008 27010 28970 0 -1 0 36 0 0 0 0 0 0 0 19 0 1 0 105944095 151552 20 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7861345 0 0 4096 0 0 0 0 17 1 0 0
/proc/27010/statm: 38 26 19 9 0 4 0

[startup+0.065351 s]
/proc/loadavg: 1.07 1.05 1.01 2/77 27010
/proc/meminfo: memFree=1647928/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1778732 CPUtime=0.04
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 3652 0 1 0 3 1 0 0 18 0 7 0 105944095 1821421568 3394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 444683 3394 1077 9 0 442319 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1778732

[startup+0.101354 s]
/proc/loadavg: 1.07 1.05 1.01 2/77 27010
/proc/meminfo: memFree=1647928/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1781132 CPUtime=0.08
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 105944095 1823879168 3712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 445283 3712 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301373 s]
/proc/loadavg: 1.07 1.05 1.01 2/77 27010
/proc/meminfo: memFree=1647928/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1782100 CPUtime=0.34
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 5140 0 1 0 32 2 0 0 18 0 12 0 105944095 1824870400 4878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 445525 4879 1264 9 0 443137 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782100

[startup+0.701412 s]
/proc/loadavg: 1.07 1.05 1.01 2/77 27010
/proc/meminfo: memFree=1647928/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1790228 CPUtime=1.04
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 8697 0 1 0 99 5 0 0 18 0 12 0 105944095 1833193472 7837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 447557 7838 1303 9 0 445169 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1790228

[startup+1.50249 s]
/proc/loadavg: 1.07 1.05 1.01 3/89 27022
/proc/meminfo: memFree=1613976/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1793404 CPUtime=2.42
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 19861 0 1 0 232 10 0 0 18 0 13 0 105944095 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448351 16462 1312 9 0 445963 0
[pid=27010/tid=27012] ppid=27008 vsize=1793404 CPUtime=0.92
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 12846 0 1 0 86 6 0 0 23 0 13 0 105944097 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 105944098 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 105944099 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 105944101 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 105944101 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 105944101 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1793404 CPUtime=0.86
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 4344 0 0 0 84 2 0 0 16 0 13 0 105944105 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1793404 CPUtime=0.6
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 1947 0 0 0 60 0 0 0 16 0 13 0 105944105 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1793404 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1836445696 16462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1793404

[startup+3.10264 s]
/proc/loadavg: 1.07 1.05 1.01 4/90 27023
/proc/meminfo: memFree=1539920/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1793852 CPUtime=5.13
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 52011 0 1 0 489 24 0 0 18 0 13 0 105944095 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448463 43211 1325 9 0 446075 0
[pid=27010/tid=27012] ppid=27008 vsize=1793852 CPUtime=2.13
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 37750 0 1 0 197 16 0 0 20 0 13 0 105944097 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109669273 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1793852 CPUtime=0.02
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 823 0 0 0 2 0 0 0 16 0 13 0 105944098 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1793852 CPUtime=0.02
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 821 0 0 0 2 0 0 0 17 0 13 0 105944099 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1793852 CPUtime=0
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 105944101 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1793852 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1793852 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1793852 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1793852 CPUtime=1.75
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7836 0 0 0 171 4 0 0 18 0 13 0 105944105 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1793852 CPUtime=1.16
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4052 0 0 0 115 1 0 0 16 0 13 0 105944105 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1793852 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1793852 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1793852 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1836904448 43211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 1793852

[startup+6.30295 s]
/proc/loadavg: 1.15 1.06 1.01 2/90 27023
/proc/meminfo: memFree=1478104/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1792828 CPUtime=8.74
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 58664 0 1 0 846 28 0 0 18 0 13 0 105944095 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448207 47149 1325 9 0 445819 0
[pid=27010/tid=27012] ppid=27008 vsize=1792828 CPUtime=5.08
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 37758 0 1 0 492 16 0 0 22 0 13 0 105944097 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797791 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1792828 CPUtime=0.2
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 4401 0 0 0 18 2 0 0 16 0 13 0 105944098 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1792828 CPUtime=0.2
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 3788 0 0 0 19 1 0 0 16 0 13 0 105944099 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1792828 CPUtime=1.87
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7841 0 0 0 183 4 0 0 16 0 13 0 105944105 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1792828 CPUtime=1.33
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4123 0 0 0 131 2 0 0 17 0 13 0 105944105 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1835855872 47149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1792828

[startup+12.7026 s]
/proc/loadavg: 1.13 1.06 1.01 2/90 27023
/proc/meminfo: memFree=1449608/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1792828 CPUtime=15.28
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 62537 0 1 0 1498 30 0 0 18 0 13 0 105944095 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448207 50784 1327 9 0 445819 0
[pid=27010/tid=27012] ppid=27008 vsize=1792828 CPUtime=11.38
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 39393 0 1 0 1121 17 0 0 25 0 13 0 105944097 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777416 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1792828 CPUtime=0.26
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 5618 0 0 0 24 2 0 0 16 0 13 0 105944098 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1792828 CPUtime=0.26
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 4802 0 0 0 24 2 0 0 16 0 13 0 105944099 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0.01
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 105944101 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1792828 CPUtime=1.93
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7843 0 0 0 189 4 0 0 16 0 13 0 105944105 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1792828 CPUtime=1.39
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4128 0 0 0 137 2 0 0 17 0 13 0 105944105 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1835855872 50784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1792828

[startup+25.5018 s]
/proc/loadavg: 1.10 1.06 1.01 2/90 27023
/proc/meminfo: memFree=1469520/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1792828 CPUtime=28.18
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 66129 0 1 0 2785 33 0 0 18 0 13 0 105944095 1835855872 45659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448207 45659 1327 9 0 445819 0
[pid=27010/tid=27012] ppid=27008 vsize=1792828 CPUtime=24.04
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 39767 0 1 0 2387 17 0 0 25 0 13 0 105944097 1835855872 45659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810610 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1792828 CPUtime=0.36
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 7107 0 0 0 33 3 0 0 16 0 13 0 105944098 1835855872 45659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1792828 CPUtime=0.36
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 6531 0 0 0 33 3 0 0 16 0 13 0 105944099 1835855872 45659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0.01
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 32 0 0 0 1 0 0 0 17 0 13 0 105944101 1835855872 45659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0.21
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 95 0 0 0 13 8 0 0 15 0 13 0 105944101 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1792828 CPUtime=1.96
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7849 0 0 0 192 4 0 0 16 0 13 0 105944105 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1792828 CPUtime=1.43
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4129 0 0 0 141 2 0 0 16 0 13 0 105944105 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1835855872 144942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1566
Current children cumulated vsize (KiB) 1792828

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27221
/proc/meminfo: memFree=1065296/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1792828 CPUtime=1627.14
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 195150 0 1 0 162604 110 0 0 18 0 13 0 105944095 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448207 146557 1333 9 0 445819 0
[pid=27010/tid=27012] ppid=27008 vsize=1792828 CPUtime=1577.08
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 60162 0 1 0 157668 40 0 0 25 0 13 0 105944097 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109657890 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1792828 CPUtime=23.18
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 61680 0 0 0 2290 28 0 0 16 0 13 0 105944098 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1792828 CPUtime=23.23
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 60514 0 0 0 2298 25 0 0 16 0 13 0 105944099 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0.21
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 95 0 0 0 13 8 0 0 16 0 13 0 105944101 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1792828 CPUtime=1.96
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7849 0 0 0 192 4 0 0 16 0 13 0 105944105 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1792828 CPUtime=1.43
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4129 0 0 0 141 2 0 0 16 0 13 0 105944105 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1835855872 146557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1627.14
Current children cumulated vsize (KiB) 1792828

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27221
/proc/meminfo: memFree=1057104/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1792828 CPUtime=1688.3
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 197379 0 1 0 168718 112 0 0 18 0 13 0 105944095 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448207 148597 1333 9 0 445819 0
[pid=27010/tid=27012] ppid=27008 vsize=1792828 CPUtime=1635.88
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 60181 0 1 0 163547 41 0 0 25 0 13 0 105944097 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569571 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1792828 CPUtime=24.36
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 62782 0 0 0 2407 29 0 0 17 0 13 0 105944098 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1792828 CPUtime=24.41
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 61622 0 0 0 2415 26 0 0 16 0 13 0 105944099 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0.21
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 95 0 0 0 13 8 0 0 16 0 13 0 105944101 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1792828 CPUtime=1.96
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7849 0 0 0 192 4 0 0 16 0 13 0 105944105 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1792828 CPUtime=1.43
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4129 0 0 0 141 2 0 0 16 0 13 0 105944105 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1835855872 148597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.3
Current children cumulated vsize (KiB) 1792828

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27221
/proc/meminfo: memFree=1050128/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1792828 CPUtime=1749.47
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 199236 0 1 0 174833 114 0 0 18 0 13 0 105944095 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448207 150326 1333 9 0 445819 0
[pid=27010/tid=27012] ppid=27008 vsize=1792828 CPUtime=1694.64
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 60200 0 1 0 169423 41 0 0 25 0 13 0 105944097 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109764190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1792828 CPUtime=25.55
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 63628 0 0 0 2526 29 0 0 16 0 13 0 105944098 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1792828 CPUtime=25.62
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 62613 0 0 0 2535 27 0 0 16 0 13 0 105944099 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0.21
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 96 0 0 0 13 8 0 0 16 0 13 0 105944101 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1792828 CPUtime=1.96
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7849 0 0 0 192 4 0 0 16 0 13 0 105944105 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1792828 CPUtime=1.43
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4129 0 0 0 141 2 0 0 16 0 13 0 105944105 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1835855872 150326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.47
Current children cumulated vsize (KiB) 1792828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27221
/proc/meminfo: memFree=1044496/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=1792828 CPUtime=1800.08
/proc/27010/stat : 27010 (java) S 27008 27010 28970 0 -1 0 200752 0 1 0 179893 115 0 0 18 0 13 0 105944095 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 448207 151728 1333 9 0 445819 0
[pid=27010/tid=27012] ppid=27008 vsize=1792828 CPUtime=1743.2
/proc/27010/task/27012/stat : 27012 (java) R 27008 27010 28970 0 -1 64 60216 0 1 0 174279 41 0 0 25 0 13 0 105944097 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110128400 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27013] ppid=27008 vsize=1792828 CPUtime=26.57
/proc/27010/task/27013/stat : 27013 (java) S 27008 27010 28970 0 -1 64 64056 0 0 0 2628 29 0 0 16 0 13 0 105944098 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27014] ppid=27008 vsize=1792828 CPUtime=26.64
/proc/27010/task/27014/stat : 27014 (java) S 27008 27010 28970 0 -1 64 63685 0 0 0 2637 27 0 0 17 0 13 0 105944099 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27015] ppid=27008 vsize=1792828 CPUtime=0.22
/proc/27010/task/27015/stat : 27015 (java) S 27008 27010 28970 0 -1 64 96 0 0 0 14 8 0 0 16 0 13 0 105944101 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27016] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27016/stat : 27016 (java) S 27008 27010 28970 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27017] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27017/stat : 27017 (java) S 27008 27010 28970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105944101 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27018] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27018/stat : 27018 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 105944105 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27019] ppid=27008 vsize=1792828 CPUtime=1.96
/proc/27010/task/27019/stat : 27019 (java) S 27008 27010 28970 0 -1 64 7849 0 0 0 192 4 0 0 16 0 13 0 105944105 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27020] ppid=27008 vsize=1792828 CPUtime=1.43
/proc/27010/task/27020/stat : 27020 (java) S 27008 27010 28970 0 -1 64 4129 0 0 0 141 2 0 0 16 0 13 0 105944105 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27010/tid=27021] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27021/stat : 27021 (java) S 27008 27010 28970 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 105944105 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27022] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27022/stat : 27022 (java) S 27008 27010 28970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105944105 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27010/tid=27023] ppid=27008 vsize=1792828 CPUtime=0
/proc/27010/task/27023/stat : 27023 (java) S 27008 27010 28970 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 105944233 1835855872 151728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1792828

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

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

[startup+1772.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27224
/proc/meminfo: memFree=1389064/2055920 swapFree=4168132/4192956
[pid=27010] ppid=27008 vsize=0 CPUtime=1800.18
/proc/27010/stat : 27010 (java) Z 27008 27010 28970 0 -1 1036 200773 0 1 0 179898 120 0 0 16 0 2 0 105944095 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27010/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.06
CPU time (s): 1800.23
CPU user time (s): 1798.99
CPU system time (s): 1.24281
CPU usage (%): 101.59
Max. virtual memory (cumulated for all children) (KiB): 1797500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200773
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= 43141
involuntary context switches= 53886

runsolver used 1.66675 second user time and 4.91525 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Apr 14 19:51:07 UTC 2007

IDJOB= 348368
IDBENCH= 1662
IDSOLVER= 160
FILE ID= node18/348368-1176580267

PBS_JOBID= 4556784

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  045a73dda564043a5f702f829082d89b

RANDOM SEED= 171750393

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1648272 kB
Buffers:         43928 kB
Cached:         266076 kB
SwapCached:      11092 kB
Active:         142288 kB
Inactive:       212212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648272 kB
SwapTotal:     4192956 kB
SwapFree:      4168132 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          42712 kB
Slab:            38636 kB
Committed_AS:  2826524 kB
PageTables:       1788 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= 66555 MiB

End job on node18 on Sat Apr 14 20:20:41 UTC 2007