Trace number 2662166

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.33 958.683

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-dfl001.opb
MD5SUM82090c0a4adcfdd30e3ab97004b5e93d
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 variables366703
Total number of constraints6084
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6084
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 187033
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 882752655849462510276
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662166-1276544864.opb
0.23/0.22	c reading problem ... 
17.53/13.29	c ... done. Wall clock time 13.072s.
17.53/13.29	c #vars     366703
17.53/13.29	c #constraints  118328
17.53/13.29	c constraints type 
17.53/13.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12155
17.53/13.29	c constraints type 
17.53/13.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12155
155.32/82.88	c cleaning 2494 clauses out of 5000 with flag 5000/5000
192.59/102.49	c cleaning 4245 clauses out of 8506 with flag 11000/11000
236.47/125.38	c cleaning 5623 clauses out of 11262 with flag 18001/18001
292.18/154.25	c cleaning 6817 clauses out of 13638 with flag 26000/26000
348.93/183.93	c cleaning 7906 clauses out of 15821 with flag 35000/35000
403.10/212.15	c cleaning 8956 clauses out of 17916 with flag 45001/45001
462.70/243.06	c cleaning 9960 clauses out of 19955 with flag 56000/56000
492.77/259.05	c cleaning 10981 clauses out of 21992 with flag 68001/68001
563.51/295.77	c cleaning 11976 clauses out of 24012 with flag 81002/81002
598.36/314.15	c cleaning 12505 clauses out of 25031 with flag 94001/94001
623.84/327.88	c cleaning 12758 clauses out of 25528 with flag 107003/107003
645.13/339.47	c cleaning 12876 clauses out of 25767 with flag 120000/120000
667.99/352.04	c cleaning 12938 clauses out of 25893 with flag 133002/133002
699.57/368.82	c cleaning 12968 clauses out of 25954 with flag 146002/146002
727.56/383.89	c cleaning 12987 clauses out of 25984 with flag 159000/159000
753.54/397.88	c cleaning 12993 clauses out of 25998 with flag 172001/172001
779.67/412.18	c cleaning 12997 clauses out of 26004 with flag 185000/185000
806.49/426.50	c cleaning 12998 clauses out of 26009 with flag 198002/198002
832.30/440.47	c cleaning 12997 clauses out of 26010 with flag 211001/211001
857.25/453.99	c cleaning 12998 clauses out of 26012 with flag 224000/224000
882.13/467.68	c cleaning 12999 clauses out of 26014 with flag 237000/237000
908.65/481.94	c cleaning 13000 clauses out of 26015 with flag 250000/250000
935.74/496.53	c cleaning 13001 clauses out of 26015 with flag 263000/263000
962.03/510.76	c cleaning 13002 clauses out of 26014 with flag 276000/276000
971.13/516.32	c cleaning 0 clauses out of 5002 with flag 0/5002
1011.49/537.69	c cleaning 12997 clauses out of 26010 with flag 289001/289001
1051.43/558.71	c cleaning 12996 clauses out of 26010 with flag 302001/302001
1088.75/578.56	c cleaning 12988 clauses out of 26013 with flag 315001/315001
1168.26/619.94	c cleaning 12989 clauses out of 26024 with flag 328000/328000
1215.59/644.83	c cleaning 12974 clauses out of 26035 with flag 341001/341001
1254.37/665.42	c cleaning 12992 clauses out of 26064 with flag 354004/354004
1288.84/683.94	c cleaning 13020 clauses out of 26068 with flag 367000/367000
1340.59/711.48	c cleaning 13001 clauses out of 26046 with flag 380001/380001
1362.12/723.34	c cleaning 13001 clauses out of 26045 with flag 393001/393001
1380.10/733.44	c cleaning 12994 clauses out of 26043 with flag 406000/406000
1400.55/744.89	c cleaning 13003 clauses out of 26050 with flag 419001/419001
1472.29/782.50	c cleaning 13012 clauses out of 26042 with flag 432000/432000
1521.42/808.36	c cleaning 12998 clauses out of 26032 with flag 445002/445002
1565.25/831.55	c cleaning 13005 clauses out of 26033 with flag 458001/458001
1585.17/842.72	c cleaning 13002 clauses out of 26026 with flag 471001/471001
1596.04/849.64	c cleaning 13010 clauses out of 26024 with flag 484001/484001
1607.79/856.61	c cleaning 12989 clauses out of 26013 with flag 497001/497001
1616.96/862.39	c cleaning 12999 clauses out of 26024 with flag 510001/510001
1668.41/889.42	c cleaning 12995 clauses out of 26023 with flag 523000/523000
1779.02/946.77	c cleaning 13007 clauses out of 26029 with flag 536001/536001
1800.06/958.51	c starts		: 152
1800.06/958.51	c conflicts		: 538485
1800.06/958.51	c decisions		: 2687130
1800.06/958.51	c propagations		: 38529852
1800.06/958.51	c inspects		: 261541291
1800.06/958.51	c learnt literals	: 32
1800.06/958.51	c learnt binary clauses	: 32
1800.06/958.51	c learnt ternary clauses	: 93
1800.06/958.51	c learnt clauses	: 538453
1800.06/958.51	c ignored clauses	: 0
1800.06/958.51	c root simplifications	: 0
1800.06/958.52	c removed literals (reason simplification)	: 22794619
1800.06/958.52	c reason swapping (by a shorter reason)	: 0
1800.06/958.52	c Calls to reduceDB	: 44
1800.06/958.52	c number of reductions to clauses (during analyze)	: 0
1800.06/958.52	c number of learned constraints concerned by reduction	: 0
1800.06/958.52	c number of learning phase by resolution	: 0
1800.06/958.52	c number of learning phase by cutting planes	: 0
1800.06/958.52	c speed (assignments/second)	: 40762.97506286916
1800.06/958.52	c non guided choices	1598079
1800.06/958.58	c learnt constraints type 
1800.06/958.58	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15499
1800.06/958.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
1800.06/958.58	c constraints type 
1800.06/958.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12155
1800.06/958.58	c constraints type 
1800.06/958.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12155
1800.06/958.58	s UNKNOWN
1800.06/958.58	c Total wall clock time (in seconds): 958.358

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-2662166-1276544864/watcher-2662166-1276544864 -o /tmp/evaluation-result-2662166-1276544864/solver-2662166-1276544864 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662166-1276544864.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.85 2.01 1.70 3/106 30119
/proc/meminfo: memFree=1823568/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1752 CPUtime=0
/proc/30119/stat : 30119 (java6) R 30117 30119 30094 0 -1 4194304 144 0 0 0 0 0 0 0 20 0 1 0 30090502 1794048 63 1992294400 134512640 134550932 4291451888 18446744073709551615 10434898 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30119/statm: 438 76 61 10 0 30 0

[startup+0.0986821 s]
/proc/loadavg: 1.85 2.01 1.70 3/106 30119
/proc/meminfo: memFree=1823568/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1523992 CPUtime=0.07
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 3918 0 1 0 5 2 0 0 15 0 12 0 30090502 1560567808 3357 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 380998 3357 1064 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1523992

[startup+0.101681 s]
/proc/loadavg: 1.85 2.01 1.70 3/106 30119
/proc/meminfo: memFree=1823568/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1525204 CPUtime=0.08
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 3956 0 1 0 5 3 0 0 15 0 12 0 30090502 1561808896 3395 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 381301 3395 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.330701 s]
/proc/loadavg: 1.85 2.01 1.70 3/106 30119
/proc/meminfo: memFree=1823568/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1526532 CPUtime=0.41
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 9487 0 1 0 36 5 0 0 15 0 12 0 30090502 1563168768 8924 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 381633 8924 1360 10 0 378936 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1526532

[startup+0.701724 s]
/proc/loadavg: 1.85 2.01 1.70 3/106 30119
/proc/meminfo: memFree=1823568/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1527600 CPUtime=1.02
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 13107 0 1 0 95 7 0 0 15 0 12 0 30090502 1564262400 12441 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 381900 12442 1400 10 0 379203 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1527600

[startup+1.50179 s]
/proc/loadavg: 1.85 2.01 1.70 2/118 30131
/proc/meminfo: memFree=1759924/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1527600 CPUtime=1.82
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 25677 0 1 0 170 12 0 0 15 0 12 0 30090502 1564262400 25011 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 381900 25012 1400 10 0 379203 0
[pid=30119/tid=30121] ppid=30117 vsize=1527600 CPUtime=1.46
/proc/30119/task/30121/stat : 30121 (java) R 30117 30119 30094 0 -1 4202560 23582 0 1 0 135 11 0 0 25 0 12 0 30090503 1564262400 25012 1992294400 134512640 134550932 4293760432 18446744073709551615 4109127796 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30090505 1564262400 25013 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30090505 1564262400 25014 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30090506 1564262400 25014 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30090507 1564262400 25015 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30090507 1564262400 25016 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 30090511 1564262400 25017 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1527600 CPUtime=0.05
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 247 0 0 0 5 0 0 0 21 0 12 0 30090511 1564262400 25017 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1527600 CPUtime=0.28
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 782 0 0 0 28 0 0 0 16 0 12 0 30090511 1564262400 25018 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30090511 1564262400 25019 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1527600 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 30090511 1564262400 25019 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1527600

[startup+3.10193 s]
/proc/loadavg: 1.85 2.01 1.70 4/118 30131
/proc/meminfo: memFree=1696064/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1539472 CPUtime=4.2
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 48519 0 1 0 398 22 0 0 15 0 12 0 30090502 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 384868 45748 1415 10 0 382171 0
[pid=30119/tid=30121] ppid=30117 vsize=1539472 CPUtime=2.7
/proc/30119/task/30121/stat : 30121 (java) R 30117 30119 30094 0 -1 4202560 32021 0 1 0 255 15 0 0 25 0 12 0 30090503 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4109188441 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1539472 CPUtime=0.05
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 3423 0 0 0 4 1 0 0 16 0 12 0 30090505 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1539472 CPUtime=0.14
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 6067 0 0 0 12 2 0 0 18 0 12 0 30090505 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1539472 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30090506 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1539472 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30090507 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1539472 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30090507 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1539472 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 30090511 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1539472 CPUtime=0.36
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 1082 0 0 0 36 0 0 0 16 0 12 0 30090511 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1539472 CPUtime=0.89
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 4857 0 0 0 88 1 0 0 16 0 12 0 30090511 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1539472 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30090511 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1539472 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 30090511 1576419328 45748 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 1539472

[startup+6.30119 s]
/proc/loadavg: 1.79 1.99 1.70 2/118 30131
/proc/meminfo: memFree=1552224/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1538284 CPUtime=8.5
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 85665 0 1 0 808 42 0 0 15 0 12 0 30090502 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 384571 77407 1416 10 0 381874 0
[pid=30119/tid=30121] ppid=30117 vsize=1538284 CPUtime=4.99
/proc/30119/task/30121/stat : 30121 (java) R 30117 30119 30094 0 -1 4202560 32030 0 1 0 484 15 0 0 25 0 12 0 30090503 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4109132246 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1538284 CPUtime=0.94
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 22245 0 0 0 83 11 0 0 16 0 12 0 30090505 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1538284 CPUtime=1.01
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 24348 0 0 0 89 12 0 0 16 0 12 0 30090505 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30090506 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30090507 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30090507 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 30090511 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1538284 CPUtime=0.61
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 1116 0 0 0 61 0 0 0 16 0 12 0 30090511 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1538284 CPUtime=0.89
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 4857 0 0 0 88 1 0 0 16 0 12 0 30090511 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30090511 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 30090511 1575202816 77407 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1538284

[startup+12.7017 s]
/proc/loadavg: 1.88 2.00 1.70 2/118 30131
/proc/meminfo: memFree=1353948/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1538284 CPUtime=16.89
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 137735 0 1 0 1624 65 0 0 15 0 12 0 30090502 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 384571 124103 1416 10 0 381874 0
[pid=30119/tid=30121] ppid=30117 vsize=1538284 CPUtime=9.31
/proc/30119/task/30121/stat : 30121 (java) R 30117 30119 30094 0 -1 4202560 32043 0 1 0 915 16 0 0 24 0 12 0 30090503 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4109086487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1538284 CPUtime=2.98
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 47019 0 0 0 277 21 0 0 16 0 12 0 30090505 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1538284 CPUtime=3
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 51631 0 0 0 276 24 0 0 16 0 12 0 30090505 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30090506 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30090507 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30090507 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 30090511 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1538284 CPUtime=0.63
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 1116 0 0 0 63 0 0 0 16 0 12 0 30090511 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1538284 CPUtime=0.91
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 4857 0 0 0 90 1 0 0 15 0 12 0 30090511 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30090511 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1538284 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 30090511 1575202816 124103 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 1538284

[startup+25.5017 s]
/proc/loadavg: 1.99 2.02 1.71 3/122 30137
/proc/meminfo: memFree=1246228/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1539580 CPUtime=41.72
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 159534 0 2 0 4093 79 0 0 15 0 16 0 30090502 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 384895 145302 1439 10 0 382198 0
[pid=30119/tid=30121] ppid=30117 vsize=1539580 CPUtime=9.79
/proc/30119/task/30121/stat : 30121 (java) S 30117 30119 30094 0 -1 4202560 32070 0 1 0 963 16 0 0 15 0 16 0 30090503 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1539580 CPUtime=4.47
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 57192 0 0 0 421 26 0 0 15 0 16 0 30090505 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1539580 CPUtime=4.49
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 62994 0 0 0 419 30 0 0 16 0 16 0 30090505 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1539580 CPUtime=0.01
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 7 0 0 0 1 0 0 0 16 0 16 0 30090506 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1539580 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30090507 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1539580 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30090507 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1539580 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30090511 1576529920 145302 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1539580 CPUtime=2

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

/proc/30119/statm: 385151 208253 1451 10 0 382454 0
[pid=30119/tid=30121] ppid=30117 vsize=1540604 CPUtime=9.79
/proc/30119/task/30121/stat : 30121 (java) S 30117 30119 30094 0 -1 4202560 32095 0 1 0 963 16 0 0 15 0 16 0 30090503 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1540604 CPUtime=24.69
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 90242 0 0 0 2403 66 0 0 16 0 16 0 30090505 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1540604 CPUtime=24.75
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 93289 0 0 0 2399 76 0 0 16 0 16 0 30090505 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1540604 CPUtime=74.56
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 364493 0 0 0 7306 150 0 0 15 0 16 0 30090506 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 30090507 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30090507 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30090511 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1540604 CPUtime=2.93
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 1894 0 0 0 292 1 0 0 15 0 16 0 30090511 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1540604 CPUtime=2.72
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 5202 0 1 0 270 2 0 0 15 0 16 0 30090511 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30090511 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 30090511 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30132] ppid=30117 vsize=1540604 CPUtime=704.63
/proc/30119/task/30132/stat : 30132 (java) R 30117 30119 30094 0 -1 4202560 379 0 0 0 70451 12 0 0 25 0 16 0 30091832 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4109253064 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30119/tid=30133] ppid=30117 vsize=1540604 CPUtime=702.87
/proc/30119/task/30133/stat : 30133 (java) R 30117 30119 30094 0 -1 4202560 585 0 0 0 70269 18 0 0 25 0 16 0 30091832 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4109084354 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30119/tid=30134] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30134/stat : 30134 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30092005 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30135] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30135/stat : 30135 (java) S 30117 30119 30094 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30092014 1577578496 208253 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1547.01
Current children cumulated vsize (KiB) 1540604

[startup+882.302 s]
/proc/loadavg: 1.90 1.97 1.86 4/122 30168
/proc/meminfo: memFree=989672/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1540604 CPUtime=1654.35
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 625998 0 2 0 165070 365 0 0 15 0 16 0 30090502 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 385151 208875 1451 10 0 382454 0
[pid=30119/tid=30121] ppid=30117 vsize=1540604 CPUtime=9.79
/proc/30119/task/30121/stat : 30121 (java) S 30117 30119 30094 0 -1 4202560 32104 0 1 0 963 16 0 0 15 0 16 0 30090503 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1540604 CPUtime=26.35
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 90251 0 0 0 2567 68 0 0 16 0 16 0 30090505 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1540604 CPUtime=26.4
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 93902 0 0 0 2562 78 0 0 16 0 16 0 30090505 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1540604 CPUtime=86.24
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 400512 0 0 0 8460 164 0 0 15 0 16 0 30090506 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 30090507 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30090507 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30090511 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1540604 CPUtime=2.93
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 1894 0 0 0 292 1 0 0 15 0 16 0 30090511 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1540604 CPUtime=2.72
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 5202 0 1 0 270 2 0 0 15 0 16 0 30090511 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30090511 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30090511 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30132] ppid=30117 vsize=1540604 CPUtime=750.76
/proc/30119/task/30132/stat : 30132 (java) R 30117 30119 30094 0 -1 4202560 395 0 0 0 75064 12 0 0 25 0 16 0 30091832 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4109084372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30119/tid=30133] ppid=30117 vsize=1540604 CPUtime=749.08
/proc/30119/task/30133/stat : 30133 (java) R 30117 30119 30094 0 -1 4202560 614 0 0 0 74888 20 0 0 25 0 16 0 30091832 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4109084408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30119/tid=30134] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30134/stat : 30134 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30092005 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30135] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30135/stat : 30135 (java) S 30117 30119 30094 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30092014 1577578496 208875 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1654.35
Current children cumulated vsize (KiB) 1540604

[startup+942.302 s]
/proc/loadavg: 2.01 1.99 1.87 3/122 30170
/proc/meminfo: memFree=961276/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1540604 CPUtime=1770.31
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 643322 0 2 0 176653 378 0 0 15 0 16 0 30090502 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 385151 215955 1451 10 0 382454 0
[pid=30119/tid=30121] ppid=30117 vsize=1540604 CPUtime=9.79
/proc/30119/task/30121/stat : 30121 (java) S 30117 30119 30094 0 -1 4202560 32106 0 1 0 963 16 0 0 15 0 16 0 30090503 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1540604 CPUtime=28.42
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 92367 0 0 0 2772 70 0 0 16 0 16 0 30090505 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1540604 CPUtime=28.44
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 98890 0 0 0 2762 82 0 0 16 0 16 0 30090505 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1540604 CPUtime=89.25
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 410664 0 0 0 8757 168 0 0 15 0 16 0 30090506 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 30090507 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30090507 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1540604 CPUtime=2.93
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 1894 0 0 0 292 1 0 0 15 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1540604 CPUtime=2.72
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 5202 0 1 0 270 2 0 0 15 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30132] ppid=30117 vsize=1540604 CPUtime=805.62
/proc/30119/task/30132/stat : 30132 (java) R 30117 30119 30094 0 -1 4202560 419 0 0 0 80550 12 0 0 25 0 16 0 30091832 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4109851064 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30119/tid=30133] ppid=30117 vsize=1540604 CPUtime=803.05
/proc/30119/task/30133/stat : 30133 (java) R 30117 30119 30094 0 -1 4202560 652 0 0 0 80283 22 0 0 25 0 16 0 30091832 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4109548210 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30119/tid=30134] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30134/stat : 30134 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30092005 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30135] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30135/stat : 30135 (java) S 30117 30119 30094 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30092014 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1770.31
Current children cumulated vsize (KiB) 1540604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+958.503 s]
/proc/loadavg: 2.01 1.99 1.88 3/122 30170
/proc/meminfo: memFree=961152/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=1540604 CPUtime=1800.06
/proc/30119/stat : 30119 (java) S 30117 30119 30094 0 -1 4202496 648364 0 2 0 179624 382 0 0 15 0 16 0 30090502 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 385151 215955 1451 10 0 382454 0
[pid=30119/tid=30121] ppid=30117 vsize=1540604 CPUtime=9.79
/proc/30119/task/30121/stat : 30121 (java) S 30117 30119 30094 0 -1 4202560 32106 0 1 0 963 16 0 0 15 0 16 0 30090503 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30122] ppid=30117 vsize=1540604 CPUtime=28.91
/proc/30119/task/30122/stat : 30122 (java) S 30117 30119 30094 0 -1 4202560 92367 0 0 0 2821 70 0 0 16 0 16 0 30090505 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30123] ppid=30117 vsize=1540604 CPUtime=28.93
/proc/30119/task/30123/stat : 30123 (java) S 30117 30119 30094 0 -1 4202560 98890 0 0 0 2810 83 0 0 15 0 16 0 30090505 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30124] ppid=30117 vsize=1540604 CPUtime=91.65
/proc/30119/task/30124/stat : 30124 (java) S 30117 30119 30094 0 -1 4202560 415690 0 0 0 8995 170 0 0 15 0 16 0 30090506 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 0 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30125] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30125/stat : 30125 (java) S 30117 30119 30094 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 30090507 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30126] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30117 30119 30094 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30090507 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30127] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30117 30119 30094 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30128] ppid=30117 vsize=1540604 CPUtime=2.93
/proc/30119/task/30128/stat : 30128 (java) S 30117 30119 30094 0 -1 4202560 1894 0 0 0 292 1 0 0 15 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30129] ppid=30117 vsize=1540604 CPUtime=2.72
/proc/30119/task/30129/stat : 30129 (java) S 30117 30119 30094 0 -1 4202560 5202 0 1 0 270 2 0 0 15 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30130] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30130/stat : 30130 (java) S 30117 30119 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30131] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30131/stat : 30131 (java) S 30117 30119 30094 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30090511 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
[pid=30119/tid=30132] ppid=30117 vsize=1540604 CPUtime=818.92
/proc/30119/task/30132/stat : 30132 (java) R 30117 30119 30094 0 -1 4202560 424 0 0 0 81880 12 0 0 25 0 16 0 30091832 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4109671760 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30119/tid=30133] ppid=30117 vsize=1540604 CPUtime=816.12
/proc/30119/task/30133/stat : 30133 (java) R 30117 30119 30094 0 -1 4202560 663 0 0 0 81589 23 0 0 25 0 16 0 30091832 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4109632220 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30119/tid=30134] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30134/stat : 30134 (java) S 30117 30119 30094 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30092005 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 1 0 0 0
[pid=30119/tid=30135] ppid=30117 vsize=1540604 CPUtime=0
/proc/30119/task/30135/stat : 30135 (java) S 30117 30119 30094 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30092014 1577578496 215955 1992294400 134512640 134550932 4293760432 18446744073709551615 4294960144 0 4 0 16800975 18446604437830145216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1540604

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

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

[startup+958.617 s]
/proc/loadavg: 2.01 1.99 1.88 3/122 30170
/proc/meminfo: memFree=961152/2059040 swapFree=4140192/4192956
[pid=30119] ppid=30117 vsize=0 CPUtime=1800.25
/proc/30119/stat : 30119 (java) Z 30117 30119 30094 0 -1 4203548 648383 0 2 0 179642 383 0 0 15 0 2 0 30090502 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30119/statm: 0 0 0 0 0 0 0
[pid=30119/tid=30133] ppid=30117 vsize=0 CPUtime=816.16
/proc/30119/task/30133/stat : 30133 (java) R 30117 30119 30094 0 -1 4203588 663 0 0 0 81592 24 0 0 25 0 2 0 30091832 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 958.683
CPU time (s): 1800.33
CPU user time (s): 1796.43
CPU system time (s): 3.90441
CPU usage (%): 187.792
Max. virtual memory (cumulated for all children) (KiB): 1570220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.43
system time used= 3.90441
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648383
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33049
involuntary context switches= 53314

runsolver used 4.78727 second user time and 10.0215 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-14 21:47:46
IDJOB=2662166
IDBENCH=2388
IDSOLVER=1166
FILE ID=node003/2662166-1276544864
PBS_JOBID= 11173480
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-dfl001.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662166-1276544864/watcher-2662166-1276544864 -o /tmp/evaluation-result-2662166-1276544864/solver-2662166-1276544864 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662166-1276544864.opb

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

MD5SUM BENCH= 82090c0a4adcfdd30e3ab97004b5e93d
RANDOM SEED=592516445

node003.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.251
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.50
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.251
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:       1823840 kB
Buffers:         31260 kB
Cached:         125340 kB
SwapCached:       5848 kB
Active:          85984 kB
Inactive:        83060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823840 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:           19888 kB
Writeback:           0 kB
AnonPages:       11004 kB
Mapped:          13008 kB
Slab:            44284 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183152 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= 62556 MiB
End job on node003 at 2010-06-14 22:03:46