Trace number 2684714

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.22 1778.43

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j30/
normalized-j3029_8-unsat.opb
MD5SUM4beea9548a8b05c336cb9a5dcff42191
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.48317
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4960
Total number of constraints16157
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.15	c See www.sat4j.org for details.
0.09/0.16	c version 2.2.0.v20100526
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2684714-1278432603.opb
0.22/0.22	c reading problem ... 
1.78/1.23	c ... done. Wall clock time 1.013s.
1.78/1.23	c #vars     4960
1.78/1.23	c #constraints  14585
1.78/1.23	c constraints type 
1.78/1.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11829
1.78/1.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1785
1.78/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 316
112.92/109.45	c cleaning 0 clauses out of 5000 with flag 0/5000
795.52/785.88	c cleaning 0 clauses out of 11001 with flag 0/11001
1800.03/1778.34	c starts		: 43
1800.03/1778.34	c conflicts		: 15353
1800.03/1778.34	c decisions		: 25291
1800.03/1778.34	c propagations		: 4677040
1800.03/1778.34	c inspects		: 747621813
1800.03/1778.34	c learnt literals	: 0
1800.03/1778.34	c learnt binary clauses	: 0
1800.03/1778.34	c learnt ternary clauses	: 27
1800.03/1778.34	c learnt clauses	: 15352
1800.03/1778.34	c ignored clauses	: 0
1800.03/1778.34	c root simplifications	: 0
1800.03/1778.34	c removed literals (reason simplification)	: 0
1800.03/1778.34	c reason swapping (by a shorter reason)	: 0
1800.03/1778.34	c Calls to reduceDB	: 2
1800.03/1778.34	c number of reductions to clauses (during analyze)	: 0
1800.03/1778.34	c number of learned constraints concerned by reduction	: 0
1800.03/1778.34	c number of learning phase by resolution	: 0
1800.03/1778.34	c number of learning phase by cutting planes	: 0
1800.03/1778.34	c speed (assignments/second)	: 2631.8250596896423
1800.03/1778.34	c non guided choices	22
1800.03/1778.38	c learnt constraints type 
1800.03/1778.38	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 28
1800.03/1778.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15324
1800.03/1778.38	c constraints type 
1800.03/1778.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11829
1800.03/1778.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1785
1800.03/1778.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 316
1800.03/1778.38	s UNKNOWN
1800.03/1778.38	c Total wall clock time (in seconds): 1778.165

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2684714-1278432603/watcher-2684714-1278432603 -o /tmp/evaluation-result-2684714-1278432603/solver-2684714-1278432603 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2684714-1278432603.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.61 0.19 0.06 3/106 22100
/proc/meminfo: memFree=1464676/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=248 CPUtime=0
/proc/22100/stat : 22100 (java) R 22098 22100 21853 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 11467829 253952 28 1992294400 134512640 134550932 4286938576 18446744073709551615 12558814 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22100/statm: 62 28 21 10 0 23 0

[startup+0.019999 s]
/proc/loadavg: 0.61 0.19 0.06 3/106 22100
/proc/meminfo: memFree=1464676/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=13912 CPUtime=0.01
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 1241 0 1 0 0 1 0 0 18 0 2 0 11467829 14245888 688 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 3478 688 352 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13912

[startup+0.101997 s]
/proc/loadavg: 0.61 0.19 0.06 3/106 22100
/proc/meminfo: memFree=1464676/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1524024 CPUtime=0.09
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 3940 0 1 0 6 3 0 0 18 0 12 0 11467829 1560600576 3379 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524024

[startup+0.300991 s]
/proc/loadavg: 0.61 0.19 0.06 3/106 22100
/proc/meminfo: memFree=1464676/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1526396 CPUtime=0.36
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 5367 0 1 0 32 4 0 0 18 0 12 0 11467829 1563029504 4804 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 381599 4804 1362 10 0 378901 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526396

[startup+0.700979 s]
/proc/loadavg: 0.61 0.19 0.06 3/106 22100
/proc/meminfo: memFree=1464676/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1528632 CPUtime=0.98
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 7193 0 1 0 94 4 0 0 18 0 12 0 11467829 1565319168 6485 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 382158 6485 1403 10 0 379460 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528632

[startup+1.50196 s]
/proc/loadavg: 0.61 0.19 0.06 4/118 22112
/proc/meminfo: memFree=1431968/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1539980 CPUtime=2.37
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 16641 0 1 0 228 9 0 0 18 0 13 0 11467829 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 384995 15089 1422 10 0 382297 0
[pid=22100/tid=22102] ppid=22098 vsize=1539980 CPUtime=1.05
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 10807 0 1 0 99 6 0 0 25 0 13 0 11467830 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11467831 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11467831 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11467833 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11467834 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11467834 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1539980 CPUtime=0.59
/proc/22100/task/22109/stat : 22109 (java) R 22098 22100 21853 0 -1 4202560 1964 0 0 0 59 0 0 0 18 0 13 0 11467838 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 104164050 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1539980 CPUtime=0.69
/proc/22100/task/22110/stat : 22110 (java) R 22098 22100 21853 0 -1 4202560 2800 0 0 0 69 0 0 0 15 0 13 0 11467838 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 106251372 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1539980 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11467838 1576939520 15089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1539980

[startup+3.10691 s]
/proc/loadavg: 0.61 0.19 0.06 4/119 22113
/proc/meminfo: memFree=1398048/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1540620 CPUtime=5.11
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 45293 0 1 0 488 23 0 0 18 0 13 0 11467829 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385155 37819 1440 10 0 382457 0
[pid=22100/tid=22102] ppid=22098 vsize=1540620 CPUtime=1.95
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 32075 0 1 0 180 15 0 0 18 0 13 0 11467830 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1540620 CPUtime=0.01
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 399 0 0 0 1 0 0 0 18 0 13 0 11467831 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1540620 CPUtime=0.01
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 431 0 0 0 1 0 0 0 18 0 13 0 11467831 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 11467833 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1540620 CPUtime=1.52
/proc/22100/task/22109/stat : 22109 (java) R 22098 22100 21853 0 -1 4202560 6029 0 0 0 149 3 0 0 15 0 13 0 11467838 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 103861706 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1540620 CPUtime=1.56
/proc/22100/task/22110/stat : 22110 (java) R 22098 22100 21853 0 -1 4202560 5285 0 0 0 155 1 0 0 15 0 13 0 11467838 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 103861484 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) R 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11467838 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1577594880 37819 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 1540620

[startup+6.30181 s]
/proc/loadavg: 0.64 0.20 0.07 2/119 22113
/proc/meminfo: memFree=1311000/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1540620 CPUtime=8.73
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 50753 0 1 0 848 25 0 0 18 0 13 0 11467829 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385155 41665 1440 10 0 382457 0
[pid=22100/tid=22102] ppid=22098 vsize=1540620 CPUtime=4.89
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 32090 0 1 0 473 16 0 0 24 0 13 0 11467830 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4109895885 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1540620 CPUtime=0.09
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 2221 0 0 0 9 0 0 0 16 0 13 0 11467831 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1540620 CPUtime=0.1
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 2497 0 0 0 9 1 0 0 16 0 13 0 11467831 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 13 0 11467833 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1540620 CPUtime=1.87
/proc/22100/task/22109/stat : 22109 (java) S 22098 22100 21853 0 -1 4202560 7335 0 0 0 183 4 0 0 15 0 13 0 11467838 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1540620 CPUtime=1.72
/proc/22100/task/22110/stat : 22110 (java) S 22098 22100 21853 0 -1 4202560 5518 0 0 0 170 2 0 0 15 0 13 0 11467838 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11467838 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1540620 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1577594880 41665 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 1540620

[startup+12.7016 s]
/proc/loadavg: 0.67 0.22 0.07 2/119 22113
/proc/meminfo: memFree=1275040/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1541644 CPUtime=15.33
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 58185 0 1 0 1505 28 0 0 18 0 13 0 11467829 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385411 48772 1440 10 0 382713 0
[pid=22100/tid=22102] ppid=22098 vsize=1541644 CPUtime=11.14
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 35326 0 1 0 1098 16 0 0 25 0 13 0 11467830 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4109916930 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1541644 CPUtime=0.2
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 4109 0 0 0 19 1 0 0 15 0 13 0 11467831 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1541644 CPUtime=0.21
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 4556 0 0 0 19 2 0 0 16 0 13 0 11467831 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 11467833 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1541644 CPUtime=1.93
/proc/22100/task/22109/stat : 22109 (java) S 22098 22100 21853 0 -1 4202560 7578 0 0 0 189 4 0 0 16 0 13 0 11467838 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1541644 CPUtime=1.79
/proc/22100/task/22110/stat : 22110 (java) S 22098 22100 21853 0 -1 4202560 5524 0 0 0 177 2 0 0 15 0 13 0 11467838 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11467838 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1578643456 48772 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 1541644

[startup+25.5012 s]
/proc/loadavg: 0.74 0.25 0.09 2/119 22113
/proc/meminfo: memFree=1264996/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1541644 CPUtime=28.28
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 60808 0 1 0 2798 30 0 0 18 0 13 0 11467829 1578643456 51089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385411 51089 1440 10 0 382713 0
[pid=22100/tid=22102] ppid=22098 vsize=1541644 CPUtime=23.81
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 35484 0 1 0 2364 17 0 0 25 0 13 0 11467830 1578643456 51089 1992294400 134512640 134550932 4286938576 18446744073709551615 4109444768 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1541644 CPUtime=0.31
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 5268 0 0 0 30 1 0 0 15 0 13 0 11467831 1578643456 51089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1541644 CPUtime=0.31
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 5861 0 0 0 29 2 0 0 16 0 13 0 11467831 1578643456 51089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 11467833 1578643456 51089 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1541644 CPUtime=0

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

[pid=22100/tid=22106] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1541644 CPUtime=1.95
/proc/22100/task/22109/stat : 22109 (java) S 22098 22100 21853 0 -1 4202560 7582 0 0 0 191 4 0 0 15 0 13 0 11467838 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1541644 CPUtime=1.97
/proc/22100/task/22110/stat : 22110 (java) S 22098 22100 21853 0 -1 4202560 5530 0 0 0 195 2 0 0 15 0 13 0 11467838 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 11467838 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1578643456 84886 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1560.83
Current children cumulated vsize (KiB) 1541644

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 0.84 2/119 22158
/proc/meminfo: memFree=1125372/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1541644 CPUtime=1621.6
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 98771 0 1 0 162073 87 0 0 18 0 13 0 11467829 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385411 85592 1450 10 0 382713 0
[pid=22100/tid=22102] ppid=22098 vsize=1541644 CPUtime=1582.08
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 36459 0 1 0 158182 26 0 0 25 0 13 0 11467830 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4109971259 0 4 0 16800975 0 0 0 -1 1 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1541644 CPUtime=17.32
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 23695 0 0 0 1705 27 0 0 15 0 13 0 11467831 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1541644 CPUtime=17.42
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 24094 0 0 0 1724 18 0 0 16 0 13 0 11467831 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1541644 CPUtime=0.81
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 247 0 0 0 74 7 0 0 15 0 13 0 11467833 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1541644 CPUtime=1.95
/proc/22100/task/22109/stat : 22109 (java) S 22098 22100 21853 0 -1 4202560 7582 0 0 0 191 4 0 0 15 0 13 0 11467838 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1541644 CPUtime=1.97
/proc/22100/task/22110/stat : 22110 (java) S 22098 22100 21853 0 -1 4202560 5530 0 0 0 195 2 0 0 15 0 13 0 11467838 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 11467838 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1578643456 85592 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1621.6
Current children cumulated vsize (KiB) 1541644

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 0.85 2/119 22160
/proc/meminfo: memFree=1122148/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1541644 CPUtime=1682.43
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 99682 0 1 0 168154 89 0 0 18 0 13 0 11467829 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385411 86416 1450 10 0 382713 0
[pid=22100/tid=22102] ppid=22098 vsize=1541644 CPUtime=1641.19
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 36486 0 1 0 164093 26 0 0 25 0 13 0 11467830 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4109893824 0 4 0 16800975 0 0 0 -1 1 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1541644 CPUtime=18.16
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 24154 0 0 0 1788 28 0 0 16 0 13 0 11467831 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1541644 CPUtime=18.27
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 24515 0 0 0 1809 18 0 0 15 0 13 0 11467831 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1541644 CPUtime=0.81
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 249 0 0 0 74 7 0 0 15 0 13 0 11467833 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1541644 CPUtime=1.95
/proc/22100/task/22109/stat : 22109 (java) S 22098 22100 21853 0 -1 4202560 7582 0 0 0 191 4 0 0 15 0 13 0 11467838 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1541644 CPUtime=1.97
/proc/22100/task/22110/stat : 22110 (java) S 22098 22100 21853 0 -1 4202560 5530 0 0 0 195 2 0 0 15 0 13 0 11467838 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11467838 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1578643456 86416 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1682.43
Current children cumulated vsize (KiB) 1541644

[startup+1722.3 s]
/proc/loadavg: 1.04 1.03 0.86 2/119 22162
/proc/meminfo: memFree=1118676/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1541644 CPUtime=1743.32
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 100655 0 1 0 174241 91 0 0 18 0 13 0 11467829 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385411 87302 1450 10 0 382713 0
[pid=22100/tid=22102] ppid=22098 vsize=1541644 CPUtime=1700.26
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 36514 0 1 0 170000 26 0 0 25 0 13 0 11467830 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4109895870 0 4 0 16800975 0 0 0 -1 1 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1541644 CPUtime=19.07
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 24679 0 0 0 1878 29 0 0 16 0 13 0 11467831 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1541644 CPUtime=19.18
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 24927 0 0 0 1899 19 0 0 15 0 13 0 11467831 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1541644 CPUtime=0.81
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 253 0 0 0 74 7 0 0 16 0 13 0 11467833 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1541644 CPUtime=1.95
/proc/22100/task/22109/stat : 22109 (java) S 22098 22100 21853 0 -1 4202560 7582 0 0 0 191 4 0 0 15 0 13 0 11467838 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1541644 CPUtime=1.97
/proc/22100/task/22110/stat : 22110 (java) S 22098 22100 21853 0 -1 4202560 5530 0 0 0 195 2 0 0 15 0 13 0 11467838 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11467838 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1578643456 87302 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1743.32
Current children cumulated vsize (KiB) 1541644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.3 s]
/proc/loadavg: 1.18 1.07 0.88 2/119 22164
/proc/meminfo: memFree=1116196/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=1541644 CPUtime=1800.03
/proc/22100/stat : 22100 (java) S 22098 22100 21853 0 -1 4202496 101245 0 1 0 179911 92 0 0 18 0 13 0 11467829 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 385411 87839 1450 10 0 382713 0
[pid=22100/tid=22102] ppid=22098 vsize=1541644 CPUtime=1755.45
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4202560 36538 0 1 0 175519 26 0 0 25 0 13 0 11467830 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4110081000 0 4 0 16800975 0 0 0 -1 1 0 0 5
[pid=22100/tid=22103] ppid=22098 vsize=1541644 CPUtime=19.82
/proc/22100/task/22103/stat : 22103 (java) S 22098 22100 21853 0 -1 4202560 24934 0 0 0 1952 30 0 0 16 0 13 0 11467831 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22104] ppid=22098 vsize=1541644 CPUtime=19.95
/proc/22100/task/22104/stat : 22104 (java) S 22098 22100 21853 0 -1 4202560 25230 0 0 0 1976 19 0 0 15 0 13 0 11467831 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22105] ppid=22098 vsize=1541644 CPUtime=0.82
/proc/22100/task/22105/stat : 22105 (java) S 22098 22100 21853 0 -1 4202560 257 0 0 0 75 7 0 0 15 0 13 0 11467833 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 0 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22106] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22106/stat : 22106 (java) S 22098 22100 21853 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22107] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22107/stat : 22107 (java) S 22098 22100 21853 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11467834 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22108] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22108/stat : 22108 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22109] ppid=22098 vsize=1541644 CPUtime=1.95
/proc/22100/task/22109/stat : 22109 (java) S 22098 22100 21853 0 -1 4202560 7582 0 0 0 191 4 0 0 15 0 13 0 11467838 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22110] ppid=22098 vsize=1541644 CPUtime=1.97
/proc/22100/task/22110/stat : 22110 (java) S 22098 22100 21853 0 -1 4202560 5530 0 0 0 195 2 0 0 15 0 13 0 11467838 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 0 0 0 0
[pid=22100/tid=22111] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22111/stat : 22111 (java) S 22098 22100 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11467838 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22112] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22112/stat : 22112 (java) S 22098 22100 21853 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 11467838 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
[pid=22100/tid=22113] ppid=22098 vsize=1541644 CPUtime=0
/proc/22100/task/22113/stat : 22113 (java) S 22098 22100 21853 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11467956 1578643456 87839 1992294400 134512640 134550932 4286938576 18446744073709551615 4294960144 0 4 0 16800975 18446604437801253056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541644

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

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

[startup+1778.41 s]
/proc/loadavg: 1.18 1.07 0.88 2/119 22164
/proc/meminfo: memFree=1116196/2059040 swapFree=4192956/4192956
[pid=22100] ppid=22098 vsize=0 CPUtime=1800.18
/proc/22100/stat : 22100 (java) Z 22098 22100 21853 0 -1 4203548 101265 0 1 0 179924 94 0 0 17 0 2 0 11467829 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22100/statm: 0 0 0 0 0 0 0
[pid=22100/tid=22102] ppid=22098 vsize=0 CPUtime=1755.56
/proc/22100/task/22102/stat : 22102 (java) R 22098 22100 21853 0 -1 4203588 36538 0 1 0 175528 28 0 0 25 0 2 0 11467830 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 5
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.43
CPU time (s): 1800.22
CPU user time (s): 1799.25
CPU system time (s): 0.965853
CPU usage (%): 101.225
Max. virtual memory (cumulated for all children) (KiB): 1544596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101265
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= 43654
involuntary context switches= 33264

runsolver used 3.64844 second user time and 9.49256 second system time

The end

Launcher Data

Begin job on node041 at 2010-07-06 18:10:03
IDJOB=2684714
IDBENCH=73438
IDSOLVER=1165
FILE ID=node041/2684714-1278432603
PBS_JOBID= 11233442
Free space on /tmp= 62104 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j30/normalized-j3029_8-unsat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684714-1278432603/watcher-2684714-1278432603 -o /tmp/evaluation-result-2684714-1278432603/solver-2684714-1278432603 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2684714-1278432603.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4beea9548a8b05c336cb9a5dcff42191
RANDOM SEED=1285817043

node041.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1465072 kB
Buffers:        103968 kB
Cached:         357104 kB
SwapCached:          0 kB
Active:         176692 kB
Inactive:       344344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1465072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             908 kB
Writeback:           0 kB
AnonPages:       59952 kB
Mapped:          14428 kB
Slab:            50876 kB
PageTables:       4208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62104 MiB
End job on node041 at 2010-07-06 18:39:43