Trace number 2663126

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-31OPT344750 6.32404 90.9175

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
MD5SUMd9b1bd39de70fdcf73e5c42a9dd94c9e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark344750
Best CPU time to get the best result obtained on this benchmark3.68644
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 344750
Optimality of the best value was proved YES
Number of variables90
Total number of constraints6
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 constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 4831838208
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 15032909794
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 4831838208
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 15032909794
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.v20100531
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.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@1f436f5
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@18385e3
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-2663126-1278546243.opb
0.23/0.22	c reading problem ... 
0.23/0.28	c ... done. Wall clock time 0.062s.
0.23/0.28	c #vars     90
0.23/0.28	c #constraints  35
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.36/0.32	c And the winner is CuttingPlanes
0.47/1.29	c SATISFIABLE
0.47/1.29	c OPTIMIZING...
0.47/1.29	c Got one! Elapsed wall clock time (in seconds):1.071
0.47/1.29	o 486400
0.48/1.34	c And the winner is CuttingPlanes
0.57/2.30	c Got one! Elapsed wall clock time (in seconds):2.081
0.57/2.30	o 399482
0.57/2.38	c And the winner is Resolution
0.86/3.31	c Got one! Elapsed wall clock time (in seconds):3.091
0.86/3.31	o 399369
0.86/3.33	c And the winner is Resolution
0.91/4.32	c Got one! Elapsed wall clock time (in seconds):4.097
0.91/4.32	o 399273
0.91/4.35	c And the winner is Resolution
1.01/5.32	c Got one! Elapsed wall clock time (in seconds):5.104
1.01/5.32	o 399271
1.01/5.36	c And the winner is Resolution
1.75/6.33	c Got one! Elapsed wall clock time (in seconds):6.112
1.75/6.33	o 399194
1.75/6.35	c And the winner is Resolution
1.78/7.33	c Got one! Elapsed wall clock time (in seconds):7.116
1.78/7.33	o 399193
1.78/7.34	c And the winner is Resolution
1.80/8.34	c Got one! Elapsed wall clock time (in seconds):8.121
1.80/8.34	o 399145
1.80/8.35	c And the winner is Resolution
1.81/9.35	c Got one! Elapsed wall clock time (in seconds):9.127
1.81/9.35	o 399114
1.93/9.45	c And the winner is CuttingPlanes
2.03/10.35	c Got one! Elapsed wall clock time (in seconds):10.136
2.03/10.35	o 395434
2.03/10.36	c And the winner is Resolution
2.08/11.36	c Got one! Elapsed wall clock time (in seconds):11.14
2.08/11.36	o 385362
2.08/11.36	c And the winner is Resolution
2.09/12.36	c Got one! Elapsed wall clock time (in seconds):12.146
2.09/12.36	o 382161
2.09/12.38	c And the winner is Resolution
2.12/13.37	c Got one! Elapsed wall clock time (in seconds):13.153
2.12/13.37	o 382154
2.12/13.38	c And the winner is Resolution
2.24/14.38	c Got one! Elapsed wall clock time (in seconds):14.163
2.24/14.38	o 382153
2.28/14.40	c And the winner is CuttingPlanes
2.29/15.38	c Got one! Elapsed wall clock time (in seconds):15.167
2.29/15.38	o 382152
2.33/15.41	c And the winner is Resolution
2.35/16.41	c Got one! Elapsed wall clock time (in seconds):16.196
2.35/16.41	o 382150
2.35/16.42	c And the winner is Resolution
2.35/17.42	c Got one! Elapsed wall clock time (in seconds):17.203
2.35/17.42	o 382110
2.35/17.42	c And the winner is Resolution
2.41/18.43	c Got one! Elapsed wall clock time (in seconds):18.209
2.41/18.43	o 382109
2.41/18.43	c And the winner is Resolution
2.42/19.43	c Got one! Elapsed wall clock time (in seconds):19.213
2.42/19.43	o 382105
2.42/19.45	c And the winner is CuttingPlanes
2.45/20.44	c Got one! Elapsed wall clock time (in seconds):20.217
2.45/20.44	o 368252
2.45/20.44	c And the winner is CuttingPlanes
2.46/21.44	c Got one! Elapsed wall clock time (in seconds):21.223
2.46/21.44	o 361684
2.46/21.47	c And the winner is CuttingPlanes
2.51/22.45	c Got one! Elapsed wall clock time (in seconds):22.229
2.51/22.45	o 360573
2.51/22.46	c And the winner is CuttingPlanes
2.53/23.46	c Got one! Elapsed wall clock time (in seconds):23.238
2.53/23.46	o 360570
2.61/23.55	c And the winner is CuttingPlanes
2.77/24.46	c Got one! Elapsed wall clock time (in seconds):24.243
2.77/24.46	o 360568
2.77/24.48	c And the winner is CuttingPlanes
2.79/25.47	c Got one! Elapsed wall clock time (in seconds):25.248
2.79/25.47	o 360565
3.05/25.61	c And the winner is CuttingPlanes
3.10/26.47	c Got one! Elapsed wall clock time (in seconds):26.256
3.10/26.47	o 360397
3.10/26.48	c And the winner is CuttingPlanes
3.11/27.48	c Got one! Elapsed wall clock time (in seconds):27.263
3.11/27.48	o 360386
3.35/27.62	c And the winner is CuttingPlanes
3.40/28.49	c Got one! Elapsed wall clock time (in seconds):28.268
3.40/28.49	o 360384
3.43/28.58	c And the winner is CuttingPlanes
3.56/29.49	c Got one! Elapsed wall clock time (in seconds):29.274
3.56/29.49	o 360381
3.60/29.51	c And the winner is CuttingPlanes
3.61/30.50	c Got one! Elapsed wall clock time (in seconds):30.279
3.61/30.50	o 360354
3.61/30.51	c And the winner is CuttingPlanes
3.62/31.50	c Got one! Elapsed wall clock time (in seconds):31.285
3.62/31.50	o 360352
3.62/31.52	c And the winner is CuttingPlanes
3.65/32.51	c Got one! Elapsed wall clock time (in seconds):32.294
3.65/32.51	o 360350
3.65/32.52	c And the winner is Resolution
3.65/33.52	c Got one! Elapsed wall clock time (in seconds):33.299
3.65/33.52	o 360325
3.65/33.52	c And the winner is CuttingPlanes
3.66/34.52	c Got one! Elapsed wall clock time (in seconds):34.305
3.66/34.52	o 360202
3.66/34.55	c And the winner is CuttingPlanes
3.72/35.54	c Got one! Elapsed wall clock time (in seconds):35.32
3.72/35.54	o 360201
3.72/35.55	c And the winner is CuttingPlanes
3.74/36.54	c Got one! Elapsed wall clock time (in seconds):36.325
3.74/36.54	o 360200
3.74/36.56	c And the winner is CuttingPlanes
3.77/37.55	c Got one! Elapsed wall clock time (in seconds):37.331
3.77/37.55	o 360192
3.77/37.56	c And the winner is CuttingPlanes
3.78/38.55	c Got one! Elapsed wall clock time (in seconds):38.336
3.78/38.55	o 360189
3.78/38.56	c And the winner is CuttingPlanes
3.79/39.56	c Got one! Elapsed wall clock time (in seconds):39.344
3.79/39.58	o 360048
3.87/39.66	c And the winner is CuttingPlanes
4.01/40.57	c Got one! Elapsed wall clock time (in seconds):40.35
4.01/40.57	o 349418
4.09/40.63	c And the winner is CuttingPlanes
4.13/41.57	c Got one! Elapsed wall clock time (in seconds):41.353
4.13/41.57	o 349416
4.13/41.58	c And the winner is CuttingPlanes
4.18/42.58	c Got one! Elapsed wall clock time (in seconds):42.36
4.18/42.58	o 349410
4.18/42.58	c And the winner is CuttingPlanes
4.19/43.58	c Got one! Elapsed wall clock time (in seconds):43.366
4.19/43.58	o 349393
4.21/43.60	c And the winner is CuttingPlanes
4.23/44.59	c Got one! Elapsed wall clock time (in seconds):44.372
4.23/44.59	o 349391
4.24/44.63	c And the winner is Resolution
4.38/45.59	c Got one! Elapsed wall clock time (in seconds):45.377
4.38/45.60	o 348954
4.38/45.61	c And the winner is CuttingPlanes
4.39/46.60	c Got one! Elapsed wall clock time (in seconds):46.383
4.39/46.60	o 348953
4.39/46.66	c And the winner is CuttingPlanes
4.39/46.67	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.54/47.61	c Got one! Elapsed wall clock time (in seconds):47.39
4.54/47.61	o 348947
4.54/47.61	c And the winner is CuttingPlanes
4.55/48.61	c Got one! Elapsed wall clock time (in seconds):48.396
4.55/48.61	o 348574
4.55/48.63	c And the winner is CuttingPlanes
4.57/49.62	c Got one! Elapsed wall clock time (in seconds):49.399
4.57/49.62	o 348570
4.57/49.62	c And the winner is Resolution
4.60/50.62	c Got one! Elapsed wall clock time (in seconds):50.403
4.60/50.62	o 348569
4.60/50.63	c And the winner is Resolution
4.60/51.63	c Got one! Elapsed wall clock time (in seconds):51.409
4.60/51.63	o 348566
4.60/51.63	c And the winner is Resolution
4.61/52.63	c Got one! Elapsed wall clock time (in seconds):52.413
4.61/52.63	o 348561
4.61/52.64	c And the winner is Resolution
4.65/53.64	c Got one! Elapsed wall clock time (in seconds):53.424
4.65/53.64	o 348553
4.65/53.65	c And the winner is CuttingPlanes
4.66/54.65	c Got one! Elapsed wall clock time (in seconds):54.428
4.66/54.65	o 348552
4.66/54.66	c And the winner is CuttingPlanes
4.68/55.65	c Got one! Elapsed wall clock time (in seconds):55.434
4.68/55.65	o 348548
4.68/55.65	c And the winner is Resolution
4.69/56.66	c Got one! Elapsed wall clock time (in seconds):56.439
4.69/56.66	o 348464
4.69/56.66	c And the winner is Resolution
4.70/57.66	c Got one! Elapsed wall clock time (in seconds):57.443
4.70/57.66	o 348463
4.70/57.67	c And the winner is Resolution
4.72/58.67	c Got one! Elapsed wall clock time (in seconds):58.449
4.72/58.67	o 348457
4.72/58.68	c And the winner is CuttingPlanes
4.75/59.67	c Got one! Elapsed wall clock time (in seconds):59.453
4.75/59.67	o 345922
4.79/59.74	c And the winner is Resolution
4.93/60.68	c Got one! Elapsed wall clock time (in seconds):60.457
4.93/60.68	o 345896
4.93/60.69	c And the winner is CuttingPlanes
4.96/61.68	c Got one! Elapsed wall clock time (in seconds):61.463
4.96/61.68	o 345814
4.99/61.71	c And the winner is CuttingPlanes
5.01/62.69	c Got one! Elapsed wall clock time (in seconds):62.467
5.01/62.69	o 345812
5.04/62.71	c And the winner is CuttingPlanes
5.06/63.69	c Got one! Elapsed wall clock time (in seconds):63.47
5.06/63.69	o 345809
5.06/63.70	c And the winner is CuttingPlanes
5.08/64.70	c Got one! Elapsed wall clock time (in seconds):64.477
5.08/64.70	o 345738
5.08/64.71	c And the winner is CuttingPlanes
5.10/65.70	c Got one! Elapsed wall clock time (in seconds):65.483
5.10/65.70	o 345737
5.10/65.71	c And the winner is CuttingPlanes
5.12/66.71	c Got one! Elapsed wall clock time (in seconds):66.489
5.12/66.71	o 345733
5.12/66.73	c And the winner is CuttingPlanes
5.15/67.71	c Got one! Elapsed wall clock time (in seconds):67.496
5.15/67.71	o 345730
5.15/67.72	c And the winner is CuttingPlanes
5.17/68.72	c Got one! Elapsed wall clock time (in seconds):68.5
5.17/68.72	o 345712
5.17/68.75	c And the winner is CuttingPlanes
5.22/69.72	c Got one! Elapsed wall clock time (in seconds):69.506
5.22/69.72	o 345710
5.22/69.73	c And the winner is CuttingPlanes
5.23/70.73	c Got one! Elapsed wall clock time (in seconds):70.511
5.23/70.73	o 345705
5.23/70.74	c And the winner is CuttingPlanes
5.26/71.73	c Got one! Elapsed wall clock time (in seconds):71.515
5.26/71.73	o 345002
5.26/71.76	c And the winner is CuttingPlanes
5.31/72.74	c Got one! Elapsed wall clock time (in seconds):72.52
5.31/72.74	o 345000
5.31/72.77	c And the winner is CuttingPlanes
5.38/73.74	c Got one! Elapsed wall clock time (in seconds):73.526
5.38/73.74	o 344999
5.38/73.76	c And the winner is CuttingPlanes
5.40/74.75	c Got one! Elapsed wall clock time (in seconds):74.531
5.40/74.75	o 344997
5.40/74.76	c And the winner is CuttingPlanes
5.41/75.75	c Got one! Elapsed wall clock time (in seconds):75.533
5.41/75.75	o 344990
5.51/75.81	c And the winner is CuttingPlanes
5.51/76.76	c Got one! Elapsed wall clock time (in seconds):76.539
5.51/76.76	o 344988
5.51/76.77	c And the winner is CuttingPlanes
5.56/77.76	c Got one! Elapsed wall clock time (in seconds):77.544
5.56/77.76	o 344984
5.62/77.80	c And the winner is CuttingPlanes
5.63/78.77	c Got one! Elapsed wall clock time (in seconds):78.55
5.63/78.77	o 344980
5.63/78.78	c And the winner is CuttingPlanes
5.66/79.77	c Got one! Elapsed wall clock time (in seconds):79.553
5.66/79.77	o 344977
5.66/79.79	c And the winner is CuttingPlanes
5.68/80.77	c Got one! Elapsed wall clock time (in seconds):80.556
5.68/80.77	o 344818
5.74/80.81	c And the winner is CuttingPlanes
5.76/81.78	c Got one! Elapsed wall clock time (in seconds):81.561
5.76/81.78	o 344811
5.79/81.83	c And the winner is CuttingPlanes
5.86/82.79	c Got one! Elapsed wall clock time (in seconds):82.568
5.86/82.79	o 344808
5.87/82.80	c And the winner is CuttingPlanes
5.88/83.79	c Got one! Elapsed wall clock time (in seconds):83.574
5.88/83.79	o 344806
5.89/83.81	c And the winner is CuttingPlanes
5.92/84.80	c Got one! Elapsed wall clock time (in seconds):84.578
5.92/84.80	o 344772
5.92/84.81	c And the winner is CuttingPlanes
5.95/85.80	c Got one! Elapsed wall clock time (in seconds):85.584
5.95/85.80	o 344766
5.95/85.83	c And the winner is CuttingPlanes
6.00/86.81	c Got one! Elapsed wall clock time (in seconds):86.589
6.00/86.81	o 344765
6.00/86.83	c And the winner is CuttingPlanes
6.00/86.86	c cleaning 4243 clauses out of 8500 with flag 11001/11001
6.10/87.81	c Got one! Elapsed wall clock time (in seconds):87.592
6.10/87.81	o 344758
6.10/87.85	c And the winner is CuttingPlanes
6.17/88.82	c Got one! Elapsed wall clock time (in seconds):88.598
6.17/88.82	o 344751
6.17/88.84	c And the winner is CuttingPlanes
6.21/89.82	c Got one! Elapsed wall clock time (in seconds):89.604
6.21/89.82	o 344750
6.21/89.86	c And the winner is CuttingPlanes
6.27/90.85	c starts		: 82
6.27/90.85	c conflicts		: 152
6.27/90.85	c decisions		: 1523
6.27/90.85	c propagations		: 10070
6.27/90.85	c inspects		: 300886
6.27/90.85	c learnt literals	: 0
6.27/90.85	c learnt binary clauses	: 0
6.27/90.85	c learnt ternary clauses	: 0
6.27/90.85	c learnt clauses	: 151
6.27/90.85	c ignored clauses	: 0
6.27/90.85	c root simplifications	: 0
6.27/90.85	c removed literals (reason simplification)	: 0
6.27/90.85	c reason swapping (by a shorter reason)	: 0
6.27/90.85	c Calls to reduceDB	: 0
6.27/90.85	c number of reductions to clauses (during analyze)	: 0
6.27/90.85	c number of learned constraints concerned by reduction	: 0
6.27/90.85	c number of learning phase by resolution	: 0
6.27/90.85	c number of learning phase by cutting planes	: 0
6.27/90.85	c speed (assignments/second)	: 9853.228962818004
6.27/90.85	c non guided choices	0
6.27/90.85	c learnt constraints type 
6.27/90.85	c constraints type 
6.27/90.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
6.27/90.85	c constraints type 
6.27/90.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
6.27/90.85	s OPTIMUM FOUND
6.27/90.85	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 x74 x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 
6.27/90.85	c objective function=344750
6.27/90.85	c Total wall clock time (in seconds): 90.63

Verifier Data

OK	344750

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663126-1278546243/watcher-2663126-1278546243 -o /tmp/evaluation-result-2663126-1278546243/solver-2663126-1278546243 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663126-1278546243.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.35 0.09 0.03 3/106 30627
/proc/meminfo: memFree=1739296/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=13164 CPUtime=0
/proc/30627/stat : 30627 (java) R 30625 30627 30446 0 -1 4194304 510 0 0 0 0 0 0 0 19 0 1 0 22830677 13479936 211 1992294400 134512640 134550932 4291929872 18446744073709551615 7661179 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30627/statm: 3291 217 141 10 0 1121 0

[startup+0.095997 s]
/proc/loadavg: 0.35 0.09 0.03 3/106 30627
/proc/meminfo: memFree=1739296/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1524020 CPUtime=0.08
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 3936 0 1 0 6 2 0 0 19 0 12 0 22830677 1560596480 3374 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 381005 3374 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.100997 s]
/proc/loadavg: 0.35 0.09 0.03 3/106 30627
/proc/meminfo: memFree=1739296/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1524180 CPUtime=0.09
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 3972 0 1 0 7 2 0 0 19 0 12 0 22830677 1560760320 3410 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 381045 3410 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300991 s]
/proc/loadavg: 0.35 0.09 0.03 3/106 30627
/proc/meminfo: memFree=1739296/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1527092 CPUtime=0.36
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 5455 0 1 0 33 3 0 0 19 0 16 0 22830677 1563742208 4890 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 381773 4890 1351 10 0 379076 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1527092

[startup+0.700978 s]
/proc/loadavg: 0.35 0.09 0.03 3/106 30627
/proc/meminfo: memFree=1739296/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1527932 CPUtime=0.47
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 5819 0 1 0 44 3 0 0 19 0 14 0 22830677 1564602368 5198 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 381983 5198 1373 10 0 379286 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1527932

[startup+1.50195 s]
/proc/loadavg: 0.35 0.09 0.03 1/120 30643
/proc/meminfo: memFree=1723560/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1528100 CPUtime=0.57
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 5985 0 1 0 54 3 0 0 19 0 14 0 22830677 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 382025 5357 1384 10 0 379328 0
[pid=30627/tid=30629] ppid=30625 vsize=1528100 CPUtime=0.27
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 3751 0 1 0 25 2 0 0 19 0 14 0 22830678 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 22830679 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 14 0 22830679 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 22830681 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 14 0 22830681 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 22830682 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1528100 CPUtime=0.14
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 421 0 0 0 14 0 0 0 18 0 14 0 22830686 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1528100 CPUtime=0.05
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 508 0 0 0 5 0 0 0 15 0 14 0 22830686 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22830686 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1528100 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1564774400 5357 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1528100

[startup+3.10191 s]
/proc/loadavg: 0.56 0.14 0.04 1/120 30645
/proc/meminfo: memFree=1722816/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1530420 CPUtime=0.86
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 6719 0 1 0 83 3 0 0 19 0 14 0 22830677 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 382605 6039 1418 10 0 379908 0
[pid=30627/tid=30629] ppid=30625 vsize=1530420 CPUtime=0.27
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 3764 0 1 0 25 2 0 0 19 0 14 0 22830678 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 22830679 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 14 0 22830679 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 22830681 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 14 0 22830681 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 22830682 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1530420 CPUtime=0.21
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 539 0 0 0 21 0 0 0 17 0 14 0 22830686 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1530420 CPUtime=0.19
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 891 0 0 0 19 0 0 0 16 0 14 0 22830686 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22830686 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1530420 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1567150080 6039 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1530420
heavy processes:

[startup+6.30181 s]
/proc/loadavg: 0.56 0.14 0.04 2/120 30655
/proc/meminfo: memFree=1717980/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1543536 CPUtime=1.75
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 12889 0 1 0 169 6 0 0 19 0 14 0 22830677 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 385884 9733 1427 10 0 383187 0
[pid=30627/tid=30629] ppid=30625 vsize=1543536 CPUtime=0.28
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 3805 0 1 0 26 2 0 0 19 0 14 0 22830678 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 22830679 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 14 0 22830679 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 22830681 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 14 0 22830681 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 22830682 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1543536 CPUtime=0.89
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 6129 0 0 0 87 2 0 0 16 0 14 0 22830686 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1543536 CPUtime=0.31
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 1004 0 0 0 31 0 0 0 16 0 14 0 22830686 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22830686 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1543536 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1580580864 9733 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1543536
heavy processes:

[startup+12.7016 s]
/proc/loadavg: 0.55 0.15 0.05 1/120 30667
/proc/meminfo: memFree=1701240/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1541928 CPUtime=2.12
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 14327 0 1 0 204 8 0 0 19 0 14 0 22830677 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 385482 10774 1428 10 0 382785 0
[pid=30627/tid=30629] ppid=30625 vsize=1541928 CPUtime=0.28
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 3892 0 1 0 26 2 0 0 19 0 14 0 22830678 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 22830679 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 14 0 22830679 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1541928 CPUtime=0.01
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 2 0 0 0 0 1 0 0 15 0 14 0 22830681 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 14 0 22830681 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 22830682 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1541928 CPUtime=0.98
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 6138 0 0 0 96 2 0 0 15 0 14 0 22830686 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1541928 CPUtime=0.41
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 1201 0 0 0 41 0 0 0 16 0 14 0 22830686 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22830686 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1541928 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1578934272 10774 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1541928
heavy processes:

[startup+25.5002 s]
/proc/loadavg: 0.46 0.14 0.05 1/120 30693

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

[startup+86.3014 s]
/proc/loadavg: 0.29 0.15 0.05 1/120 30815
/proc/meminfo: memFree=1611712/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1542952 CPUtime=6
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 38212 0 1 0 578 22 0 0 19 0 14 0 22830677 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 385738 33470 1445 10 0 383041 0
[pid=30627/tid=30629] ppid=30625 vsize=1542952 CPUtime=0.31
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 4321 0 1 0 29 2 0 0 19 0 14 0 22830678 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 313 0 0 0 0 0 0 0 18 0 14 0 22830679 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 264 0 0 0 0 0 0 0 16 0 14 0 22830679 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1542952 CPUtime=0.08
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 286 0 0 0 5 3 0 0 15 0 14 0 22830681 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 22830681 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 22830682 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1542952 CPUtime=1.81
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 6241 0 0 0 179 2 0 0 15 0 14 0 22830686 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1542952 CPUtime=1.17
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 2419 0 0 0 117 0 0 0 15 0 14 0 22830686 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 22830686 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1579982848 33470 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1542952

[startup+89.5013 s]
/proc/loadavg: 0.26 0.14 0.05 1/120 30823
/proc/meminfo: memFree=1608240/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1542952 CPUtime=6.21
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 38665 0 1 0 599 22 0 0 19 0 14 0 22830677 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 385738 33922 1445 10 0 383041 0
[pid=30627/tid=30629] ppid=30625 vsize=1542952 CPUtime=0.31
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 4321 0 1 0 29 2 0 0 19 0 14 0 22830678 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 328 0 0 0 0 0 0 0 18 0 14 0 22830679 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1542952 CPUtime=0.01
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 303 0 0 0 1 0 0 0 15 0 14 0 22830679 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1542952 CPUtime=0.1
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 497 0 0 0 7 3 0 0 15 0 14 0 22830681 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 22830681 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 22830682 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1542952 CPUtime=1.81
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 6241 0 0 0 179 2 0 0 15 0 14 0 22830686 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1542952 CPUtime=1.17
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 2419 0 0 0 117 0 0 0 15 0 14 0 22830686 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 22830686 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1579982848 33922 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1542952

[startup+90.3013 s]
/proc/loadavg: 0.26 0.14 0.05 1/120 30825
/proc/meminfo: memFree=1607868/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1542952 CPUtime=6.27
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 38717 0 1 0 605 22 0 0 19 0 14 0 22830677 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 385738 33974 1445 10 0 383041 0
[pid=30627/tid=30629] ppid=30625 vsize=1542952 CPUtime=0.31
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 4321 0 1 0 29 2 0 0 19 0 14 0 22830678 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 328 0 0 0 0 0 0 0 18 0 14 0 22830679 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1542952 CPUtime=0.01
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 303 0 0 0 1 0 0 0 15 0 14 0 22830679 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1542952 CPUtime=0.1
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 497 0 0 0 7 3 0 0 15 0 14 0 22830681 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 22830681 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 22830682 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1542952 CPUtime=1.81
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 6241 0 0 0 179 2 0 0 15 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1542952 CPUtime=1.17
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 2419 0 0 0 117 0 0 0 15 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1542952

[startup+90.7012 s]
/proc/loadavg: 0.26 0.14 0.05 1/120 30825
/proc/meminfo: memFree=1607868/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1542952 CPUtime=6.27
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 38717 0 1 0 605 22 0 0 19 0 14 0 22830677 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 385738 33974 1445 10 0 383041 0
[pid=30627/tid=30629] ppid=30625 vsize=1542952 CPUtime=0.31
/proc/30627/task/30629/stat : 30629 (java) S 30625 30627 30446 0 -1 4202560 4321 0 1 0 29 2 0 0 19 0 14 0 22830678 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 328 0 0 0 0 0 0 0 18 0 14 0 22830679 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1542952 CPUtime=0.01
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 303 0 0 0 1 0 0 0 15 0 14 0 22830679 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1542952 CPUtime=0.1
/proc/30627/task/30632/stat : 30632 (java) S 30625 30627 30446 0 -1 4202560 497 0 0 0 7 3 0 0 15 0 14 0 22830681 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 22830681 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 22830682 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1542952 CPUtime=1.81
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 6241 0 0 0 179 2 0 0 15 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1542952 CPUtime=1.17
/proc/30627/task/30637/stat : 30637 (java) S 30625 30627 30446 0 -1 4202560 2419 0 0 0 117 0 0 0 15 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) S 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30639] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30639/stat : 30639 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 22830686 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) S 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22830707 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30643] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30643/stat : 30643 (java) S 30625 30627 30446 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 22830707 1579982848 33974 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1542952

[startup+90.9012 s]
/proc/loadavg: 0.26 0.14 0.05 1/120 30825
/proc/meminfo: memFree=1607868/2059040 swapFree=4141912/4192956
[pid=30627] ppid=30625 vsize=1542952 CPUtime=6.3
/proc/30627/stat : 30627 (java) S 30625 30627 30446 0 -1 4202496 38723 0 1 0 608 22 0 0 19 0 13 0 22830677 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30627/statm: 385738 33979 1445 10 0 383041 0
[pid=30627/tid=30629] ppid=30625 vsize=1542952 CPUtime=0.32
/proc/30627/task/30629/stat : 30629 (java) R 30625 30627 30446 0 -1 4202560 4326 0 1 0 30 2 0 0 18 0 13 0 22830678 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30627/tid=30630] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30630/stat : 30630 (java) S 30625 30627 30446 0 -1 4202560 328 0 0 0 0 0 0 0 18 0 13 0 22830679 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30631] ppid=30625 vsize=1542952 CPUtime=0.01
/proc/30627/task/30631/stat : 30631 (java) S 30625 30627 30446 0 -1 4202560 303 0 0 0 1 0 0 0 15 0 13 0 22830679 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30632] ppid=30625 vsize=1542952 CPUtime=0.1
/proc/30627/task/30632/stat : 30632 (java) R 30625 30627 30446 0 -1 4202560 497 0 0 0 7 3 0 0 15 0 13 0 22830681 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 106263552 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30627/tid=30633] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30633/stat : 30633 (java) S 30625 30627 30446 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22830681 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30634] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30634/stat : 30634 (java) S 30625 30627 30446 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22830682 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 1 0 0 0
[pid=30627/tid=30635] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30635/stat : 30635 (java) R 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 22830686 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30627/tid=30636] ppid=30625 vsize=1542952 CPUtime=1.81
/proc/30627/task/30636/stat : 30636 (java) S 30625 30627 30446 0 -1 4202560 6241 0 0 0 179 2 0 0 15 0 13 0 22830686 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832510272 0 0 -1 0 0 0 0
[pid=30627/tid=30637] ppid=30625 vsize=1542952 CPUtime=1.18
/proc/30627/task/30637/stat : 30637 (java) R 30625 30627 30446 0 -1 4202560 2419 0 0 0 118 0 0 0 15 0 13 0 22830686 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 256 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30627/tid=30638] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30638/stat : 30638 (java) R 30625 30627 30446 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 10 0 22830686 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 256 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30627/tid=30642] ppid=30625 vsize=1542952 CPUtime=0
/proc/30627/task/30642/stat : 30642 (java) R 30625 30627 30446 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 9 0 22830707 1579982848 33979 1992294400 134512640 134550932 4291929872 18446744073709551615 4294960144 256 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 1542952

Child status: 30
Real time (s): 90.9175
CPU time (s): 6.32404
CPU user time (s): 6.08308
CPU system time (s): 0.240963
CPU usage (%): 6.9558
Max. virtual memory (cumulated for all children) (KiB): 1544696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.08308
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38723
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= 3081
involuntary context switches= 1075

runsolver used 0.223965 second user time and 0.557915 second system time

The end

Launcher Data

Begin job on node057 at 2010-07-08 01:44:03
IDJOB=2663126
IDBENCH=2374
IDSOLVER=1166
FILE ID=node057/2663126-1278546243
PBS_JOBID= 11239485
Free space on /tmp= 62508 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/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663126-1278546243/watcher-2663126-1278546243 -o /tmp/evaluation-result-2663126-1278546243/solver-2663126-1278546243 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663126-1278546243.opb

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

MD5SUM BENCH= d9b1bd39de70fdcf73e5c42a9dd94c9e
RANDOM SEED=1587103205

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1739568 kB
Buffers:         44596 kB
Cached:         174872 kB
SwapCached:       6028 kB
Active:         141840 kB
Inactive:        92624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1739568 kB
SwapTotal:     4192956 kB
SwapFree:      4141912 kB
Dirty:            2084 kB
Writeback:           0 kB
AnonPages:       11804 kB
Mapped:          11996 kB
Slab:            62916 kB
PageTables:       4148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183604 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= 62508 MiB
End job on node057 at 2010-07-08 01:45:34