Trace number 2658788

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.24 1797.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos2.opb
MD5SUM44facea850693084b6f9bb62059a35af
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32294
Total number of constraints1133
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints1120
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 124
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 8589934588
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2658788-1276530928.opb
0.24/0.21	c reading problem ... 
3.08/2.06	c ... done. Wall clock time 1.852s.
3.08/2.06	c #vars     32294
3.08/2.06	c #constraints  20795
3.08/2.06	c constraints type 
3.08/2.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
3.08/2.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
3.08/2.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1150
122.38/120.59	c cleaning 2502 clauses out of 5004 with flag 5004/5004
241.03/239.15	c cleaning 4249 clauses out of 8498 with flag 11000/11000
325.79/323.53	c cleaning 5618 clauses out of 11249 with flag 18000/18000
443.94/441.47	c cleaning 6815 clauses out of 13631 with flag 26000/26000
618.93/616.32	c cleaning 7912 clauses out of 15825 with flag 35009/35009
817.99/815.49	c cleaning 8953 clauses out of 17910 with flag 45006/45006
1025.65/1023.14	c cleaning 9476 clauses out of 18952 with flag 55001/55001
1242.80/1240.39	c cleaning 9732 clauses out of 19477 with flag 65002/65002
1298.10/1295.70	c cleaning 9866 clauses out of 19743 with flag 75000/75000
1344.18/1341.73	c cleaning 9932 clauses out of 19878 with flag 85001/85001
1391.16/1388.72	c cleaning 9966 clauses out of 19947 with flag 95002/95002
1439.26/1436.86	c cleaning 9984 clauses out of 19979 with flag 105000/105000
1482.99/1480.59	c cleaning 9992 clauses out of 19995 with flag 115000/115000
1524.39/1521.90	c cleaning 9997 clauses out of 20005 with flag 125002/125002
1565.30/1562.84	c cleaning 9996 clauses out of 20006 with flag 135000/135000
1607.90/1605.44	c cleaning 10003 clauses out of 20011 with flag 145001/145001
1652.70/1650.24	c cleaning 9999 clauses out of 20008 with flag 155001/155001
1696.11/1693.64	c cleaning 9997 clauses out of 20008 with flag 165000/165000
1739.01/1736.54	c cleaning 9999 clauses out of 20011 with flag 175000/175000
1779.81/1777.31	c cleaning 10001 clauses out of 20013 with flag 185001/185001
1800.04/1797.52	c starts		: 117
1800.04/1797.52	c conflicts		: 190395
1800.04/1797.52	c decisions		: 278356
1800.04/1797.52	c propagations		: 3162955
1800.04/1797.52	c inspects		: 79830540
1800.04/1797.52	c learnt literals	: 0
1800.04/1797.52	c learnt binary clauses	: 739
1800.04/1797.52	c learnt ternary clauses	: 55
1800.04/1797.52	c learnt clauses	: 190395
1800.04/1797.52	c ignored clauses	: 0
1800.04/1797.52	c root simplifications	: 0
1800.04/1797.52	c removed literals (reason simplification)	: 20213273
1800.04/1797.52	c reason swapping (by a shorter reason)	: 0
1800.04/1797.52	c Calls to reduceDB	: 20
1800.04/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.52	c number of learned constraints concerned by reduction	: 0
1800.04/1797.52	c number of learning phase by resolution	: 0
1800.04/1797.52	c number of learning phase by cutting planes	: 0
1800.04/1797.52	c speed (assignments/second)	: 1761.6439714234314
1800.04/1797.52	c non guided choices	2726
1800.04/1797.57	c learnt constraints type 
1800.04/1797.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14678
1800.04/1797.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 739
1800.04/1797.57	c constraints type 
1800.04/1797.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
1800.04/1797.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
1800.04/1797.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1150
1800.04/1797.57	s UNKNOWN
1800.04/1797.57	c Total wall clock time (in seconds): 1797.366

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-2658788-1276530928/watcher-2658788-1276530928 -o /tmp/evaluation-result-2658788-1276530928/solver-2658788-1276530928 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658788-1276530928.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: 1.00 1.00 1.08 3/106 762
/proc/meminfo: memFree=1872088/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=24036 CPUtime=0
/proc/762/stat : 762 (runsolver) R 760 762 544 0 -1 4202560 82 0 0 0 0 0 0 0 19 0 1 0 28696760 24612864 106 1992294400 4194304 4302564 140734460513024 18446744073709551615 216120534007 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/762/statm: 6009 106 69 27 0 2647 0

[startup+0.029556 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 762
/proc/meminfo: memFree=1872088/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1517712 CPUtime=0.01
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 2620 0 1 0 0 1 0 0 18 0 3 0 28696760 1554137088 2064 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.102125 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 762
/proc/meminfo: memFree=1872088/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1525208 CPUtime=0.09
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 3964 0 1 0 7 2 0 0 18 0 12 0 28696760 1561812992 3403 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 381302 3403 1076 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525208

[startup+0.301147 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 762
/proc/meminfo: memFree=1872088/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1525976 CPUtime=0.36
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 5516 0 1 0 33 3 0 0 18 0 12 0 28696760 1562599424 4951 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 381494 4951 1359 10 0 378796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525976

[startup+0.70119 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 762
/proc/meminfo: memFree=1872088/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1539224 CPUtime=1.14
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 9625 0 1 0 109 5 0 0 18 0 12 0 28696760 1576165376 8516 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 384806 8516 1405 10 0 382108 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1539224

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 1.08 4/118 774
/proc/meminfo: memFree=1830392/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541268 CPUtime=2.58
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 22892 0 1 0 248 10 0 0 18 0 12 0 28696760 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385317 19087 1406 10 0 382619 0
[pid=762/tid=764] ppid=760 vsize=1541268 CPUtime=1.09
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 14143 0 1 0 103 6 0 0 18 0 12 0 28696762 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4108784673 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 28696763 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 28696763 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28696765 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 28696765 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28696765 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28696769 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541268 CPUtime=0.48
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 1183 0 0 0 48 0 0 0 23 0 12 0 28696769 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541268 CPUtime=0.99
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6502 0 0 0 96 3 0 0 16 0 12 0 28696770 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 28696770 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541268 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28696770 1578258432 19087 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1541268

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.08 4/118 774
/proc/meminfo: memFree=1746444/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541592 CPUtime=4.41
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 37460 0 1 0 426 15 0 0 18 0 13 0 28696760 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385398 33654 1422 10 0 382700 0
[pid=762/tid=764] ppid=760 vsize=1541592 CPUtime=2.58
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 28637 0 1 0 247 11 0 0 20 0 13 0 28696762 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4109496387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 28696763 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 28696763 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 13 0 28696765 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 28696765 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 28696765 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28696769 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541592 CPUtime=0.65
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 1228 0 0 0 65 0 0 0 15 0 13 0 28696769 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541592 CPUtime=1.16
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6524 0 0 0 113 3 0 0 15 0 13 0 28696770 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28696770 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28696770 1578590208 33654 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1541592

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 775
/proc/meminfo: memFree=1741228/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541592 CPUtime=7.77
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 37859 0 1 0 761 16 0 0 18 0 13 0 28696760 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385398 33904 1422 10 0 382700 0
[pid=762/tid=764] ppid=760 vsize=1541592 CPUtime=5.77
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 29016 0 1 0 566 11 0 0 25 0 13 0 28696762 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4109168637 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 28696763 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 28696763 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 28696765 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 28696765 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 28696765 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28696769 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541592 CPUtime=0.74
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 1241 0 0 0 74 0 0 0 15 0 13 0 28696769 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541592 CPUtime=1.23
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6531 0 0 0 120 3 0 0 15 0 13 0 28696770 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28696770 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28696770 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=775] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/775/stat : 775 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 28697022 1578590208 33904 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1541592

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.08 3/119 775
/proc/meminfo: memFree=1734160/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541592 CPUtime=14.32
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 39781 0 1 0 1415 17 0 0 18 0 13 0 28696760 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385398 35759 1424 10 0 382700 0
[pid=762/tid=764] ppid=760 vsize=1541592 CPUtime=12.08
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 30910 0 1 0 1195 13 0 0 25 0 13 0 28696762 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4109119124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 28696763 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 28696763 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 28696765 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 28696765 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 28696765 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28696769 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541592 CPUtime=0.91
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 1255 0 0 0 91 0 0 0 15 0 13 0 28696769 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541592 CPUtime=1.32
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6545 0 0 0 129 3 0 0 16 0 13 0 28696770 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28696770 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28696770 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=775] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/775/stat : 775 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 28697022 1578590208 35759 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 1541592

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 777
/proc/meminfo: memFree=1710848/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541592 CPUtime=27.2
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 45452 0 1 0 2701 19 0 0 18 0 13 0 28696760 1578590208 41392 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385398 41392 1433 10 0 382700 0
[pid=762/tid=764] ppid=760 vsize=1541592 CPUtime=24.79
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 32061 0 1 0 2466 13 0 0 25 0 13 0 28696762 1578590208 41392 1992294400 134512640 134550932 4286823792 18446744073709551615 4109424853 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541592 CPUtime=0.07
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 2034 0 0 0 7 0 0 0 18 0 13 0 28696763 1578590208 41392 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541592 CPUtime=0.07
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 2481 0 0 0 7 0 0 0 18 0 13 0 28696763 1578590208 41392 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28696765 1578590208 41392 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541592 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28696765 1578590208 41392 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541592 CPUtime=0

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

[pid=762] ppid=760 vsize=1541392 CPUtime=1664.82
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 71691 0 1 0 166441 41 0 0 18 0 13 0 28696760 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385348 61545 1442 10 0 382650 0
[pid=762/tid=764] ppid=760 vsize=1541392 CPUtime=1658.44
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 32092 0 1 0 165820 24 0 0 25 0 13 0 28696762 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4109629327 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541392 CPUtime=0.5
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 9448 0 0 0 47 3 0 0 15 0 13 0 28696763 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541392 CPUtime=0.49
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 8753 0 0 0 46 3 0 0 16 0 13 0 28696763 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541392 CPUtime=2.01
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 10068 0 0 0 198 3 0 0 15 0 13 0 28696765 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28696769 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541392 CPUtime=1.83
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 3598 0 0 0 182 1 0 0 16 0 13 0 28696769 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541392 CPUtime=1.49
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6565 0 0 0 146 3 0 0 16 0 13 0 28696770 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28696770 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28696770 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=775] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/775/stat : 775 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 28697022 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.82
Current children cumulated vsize (KiB) 1541392

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/119 834
/proc/meminfo: memFree=1628512/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541392 CPUtime=1724.81
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 71698 0 1 0 172440 41 0 0 18 0 13 0 28696760 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385348 61545 1442 10 0 382650 0
[pid=762/tid=764] ppid=760 vsize=1541392 CPUtime=1718.29
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 32093 0 1 0 171804 25 0 0 25 0 13 0 28696762 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4109492740 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541392 CPUtime=0.52
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 9448 0 0 0 49 3 0 0 15 0 13 0 28696763 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541392 CPUtime=0.5
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 8753 0 0 0 47 3 0 0 16 0 13 0 28696763 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541392 CPUtime=2.11
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 10070 0 0 0 208 3 0 0 15 0 13 0 28696765 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28696769 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541392 CPUtime=1.83
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 3598 0 0 0 182 1 0 0 16 0 13 0 28696769 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541392 CPUtime=1.49
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6565 0 0 0 146 3 0 0 16 0 13 0 28696770 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28696770 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/774/stat : 774 (java) R 760 762 544 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28696770 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=762/tid=775] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/775/stat : 775 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 28697022 1578385408 61545 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.81
Current children cumulated vsize (KiB) 1541392

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/119 836
/proc/meminfo: memFree=1628264/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541392 CPUtime=1784.83
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 71716 0 1 0 178441 42 0 0 18 0 13 0 28696760 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385348 61553 1442 10 0 382650 0
[pid=762/tid=764] ppid=760 vsize=1541392 CPUtime=1777.97
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 32095 0 1 0 177771 26 0 0 25 0 13 0 28696762 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4109424808 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541392 CPUtime=0.57
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 9452 0 0 0 54 3 0 0 16 0 13 0 28696763 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541392 CPUtime=0.55
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 8757 0 0 0 52 3 0 0 15 0 13 0 28696763 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541392 CPUtime=2.36
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 10074 0 0 0 233 3 0 0 15 0 13 0 28696765 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28696769 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541392 CPUtime=1.83
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 3598 0 0 0 182 1 0 0 16 0 13 0 28696769 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541392 CPUtime=1.49
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6565 0 0 0 146 3 0 0 16 0 13 0 28696770 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28696770 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28696770 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=775] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/775/stat : 775 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 28697022 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.83
Current children cumulated vsize (KiB) 1541392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.00 1.01 1.01 2/119 836
/proc/meminfo: memFree=1628264/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1541392 CPUtime=1800.04
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 71716 0 1 0 179961 43 0 0 18 0 13 0 28696760 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385348 61553 1442 10 0 382650 0
[pid=762/tid=764] ppid=760 vsize=1541392 CPUtime=1793.17
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 32095 0 1 0 179291 26 0 0 25 0 13 0 28696762 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4109424816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=1541392 CPUtime=0.57
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 9452 0 0 0 54 3 0 0 16 0 13 0 28696763 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1541392 CPUtime=0.55
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 8757 0 0 0 52 3 0 0 15 0 13 0 28696763 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1541392 CPUtime=2.36
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 10074 0 0 0 233 3 0 0 15 0 13 0 28696765 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28696765 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28696769 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1541392 CPUtime=1.83
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 3598 0 0 0 182 1 0 0 16 0 13 0 28696769 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1541392 CPUtime=1.49
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6565 0 0 0 146 3 0 0 16 0 13 0 28696770 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28696770 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28696770 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=775] ppid=760 vsize=1541392 CPUtime=0
/proc/762/task/775/stat : 775 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 28697022 1578385408 61553 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1541392

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

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

[startup+1797.62 s]
/proc/loadavg: 1.00 1.01 1.01 2/119 836
/proc/meminfo: memFree=1628264/2059040 swapFree=4135652/4192956
[pid=762] ppid=760 vsize=1542040 CPUtime=1800.21
/proc/762/stat : 762 (java) S 760 762 544 0 -1 4202496 71737 0 1 0 179978 43 0 0 18 0 14 0 28696760 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/762/statm: 385510 61574 1445 10 0 382812 0
[pid=762/tid=764] ppid=760 vsize=1542040 CPUtime=1793.27
/proc/762/task/764/stat : 764 (java) R 760 762 544 0 -1 4202560 32095 0 1 0 179301 26 0 0 25 0 14 0 28696762 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4109424592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=762/tid=765] ppid=760 vsize=1542040 CPUtime=0.57
/proc/762/task/765/stat : 765 (java) S 760 762 544 0 -1 4202560 9452 0 0 0 54 3 0 0 16 0 14 0 28696763 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=766] ppid=760 vsize=1542040 CPUtime=0.55
/proc/762/task/766/stat : 766 (java) S 760 762 544 0 -1 4202560 8757 0 0 0 52 3 0 0 15 0 14 0 28696763 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=767] ppid=760 vsize=1542040 CPUtime=2.36
/proc/762/task/767/stat : 767 (java) S 760 762 544 0 -1 4202560 10074 0 0 0 233 3 0 0 15 0 14 0 28696765 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=768] ppid=760 vsize=1542040 CPUtime=0
/proc/762/task/768/stat : 768 (java) S 760 762 544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 28696765 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=769] ppid=760 vsize=1542040 CPUtime=0
/proc/762/task/769/stat : 769 (java) S 760 762 544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 28696765 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=770] ppid=760 vsize=1542040 CPUtime=0
/proc/762/task/770/stat : 770 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 28696769 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=1542040 CPUtime=1.83
/proc/762/task/771/stat : 771 (java) S 760 762 544 0 -1 4202560 3598 0 0 0 182 1 0 0 15 0 14 0 28696769 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=772] ppid=760 vsize=1542040 CPUtime=1.52
/proc/762/task/772/stat : 772 (java) S 760 762 544 0 -1 4202560 6567 0 0 0 149 3 0 0 15 0 14 0 28696770 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=1542040 CPUtime=0
/proc/762/task/773/stat : 773 (java) S 760 762 544 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 28696770 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=762/tid=774] ppid=760 vsize=1542040 CPUtime=0
/proc/762/task/774/stat : 774 (java) S 760 762 544 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 14 0 28696770 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=762/tid=775] ppid=760 vsize=1542040 CPUtime=0
/proc/762/task/775/stat : 775 (java) S 760 762 544 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 28697022 1579048960 61574 1992294400 134512640 134550932 4286823792 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1542040

Child status: 143
Real time (s): 1797.65
CPU time (s): 1800.24
CPU user time (s): 1799.78
CPU system time (s): 0.45693
CPU usage (%): 100.144
Max. virtual memory (cumulated for all children) (KiB): 1547460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71738
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= 37059
involuntary context switches= 29652

runsolver used 3.60045 second user time and 9.57154 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-14 17:55:28
IDJOB=2658788
IDBENCH=2332
IDSOLVER=1164
FILE ID=node002/2658788-1276530928
PBS_JOBID= 11173455
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658788-1276530928/watcher-2658788-1276530928 -o /tmp/evaluation-result-2658788-1276530928/solver-2658788-1276530928 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658788-1276530928.opb

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

MD5SUM BENCH= 44facea850693084b6f9bb62059a35af
RANDOM SEED=1595077902

node002.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.242
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.242
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1872484 kB
Buffers:          9196 kB
Cached:          88484 kB
SwapCached:      10156 kB
Active:          47300 kB
Inactive:        63068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1872484 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            2612 kB
Writeback:           0 kB
AnonPages:       11240 kB
Mapped:           9220 kB
Slab:            54284 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180340 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= 62456 MiB
End job on node002 at 2010-06-14 18:25:28