Trace number 3454054

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 Res//CP 2.3.0SAT (TO)-93 1800.31 920.492

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_1.opb
MD5SUM162153f0f0e5f8f2e587b9d579ee09dc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-145
Best CPU time to get the best result obtained on this benchmark1797.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -136
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c ManyCore solver with 2 solvers running in parallel
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.12	c No reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3454054-1307195585.opb
0.11/0.12	c reading problem ... 
1.27/0.64	c ... done. Wall clock time 0.519s.
1.27/0.64	c #vars     7318
1.27/0.64	c #constraints  14138
1.27/0.64	c constraints type 
1.27/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1.27/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.27/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.27/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
1.27/0.64	c constraints type 
1.27/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.27/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6318
1.27/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
1.27/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
2.42/0.94	c  And the winner is CuttingPlanes
2.67/1.15	c SATISFIABLE
2.67/1.15	c OPTIMIZING...
2.67/1.15	c Got one! Elapsed wall clock time (in seconds):1.033
2.67/1.15	o -4
2.90/1.27	c  And the winner is CuttingPlanes
3.08/1.66	c Got one! Elapsed wall clock time (in seconds):1.543
3.08/1.66	o -21
3.17/1.75	c  And the winner is CuttingPlanes
3.30/2.17	c Got one! Elapsed wall clock time (in seconds):2.049
3.30/2.17	o -22
3.40/2.25	c  And the winner is CuttingPlanes
3.51/2.67	c Got one! Elapsed wall clock time (in seconds):2.558
3.51/2.67	o -23
3.56/2.73	c  And the winner is CuttingPlanes
3.65/3.18	c Got one! Elapsed wall clock time (in seconds):3.062
3.65/3.18	o -24
3.70/3.23	c  And the winner is CuttingPlanes
3.79/3.68	c Got one! Elapsed wall clock time (in seconds):3.567
3.79/3.68	o -25
3.81/3.77	c  And the winner is CuttingPlanes
3.95/4.19	c Got one! Elapsed wall clock time (in seconds):4.071
3.95/4.19	o -26
3.96/4.28	c  And the winner is CuttingPlanes
4.22/4.69	c Got one! Elapsed wall clock time (in seconds):4.575
4.22/4.69	o -27
4.23/4.76	c  And the winner is CuttingPlanes
4.35/5.20	c Got one! Elapsed wall clock time (in seconds):5.079
4.35/5.20	o -31
4.36/5.27	c  And the winner is CuttingPlanes
4.50/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
4.50/5.70	o -32
4.69/5.81	c  And the winner is CuttingPlanes
4.73/6.20	c Got one! Elapsed wall clock time (in seconds):6.088
4.73/6.20	o -33
4.91/6.35	c  And the winner is CuttingPlanes
5.02/6.71	c Got one! Elapsed wall clock time (in seconds):6.592
5.02/6.71	o -34
5.03/6.78	c  And the winner is CuttingPlanes
5.20/7.21	c Got one! Elapsed wall clock time (in seconds):7.096
5.20/7.21	o -35
5.20/7.28	c  And the winner is CuttingPlanes
5.34/7.72	c Got one! Elapsed wall clock time (in seconds):7.599
5.34/7.72	o -36
5.34/7.82	c  And the winner is CuttingPlanes
5.54/8.22	c Got one! Elapsed wall clock time (in seconds):8.105
5.54/8.22	o -37
5.68/8.36	c  And the winner is CuttingPlanes
5.81/8.73	c Got one! Elapsed wall clock time (in seconds):8.609
5.81/8.73	o -38
5.81/8.80	c  And the winner is CuttingPlanes
5.97/9.23	c Got one! Elapsed wall clock time (in seconds):9.113
5.97/9.23	o -39
6.10/9.31	c  And the winner is CuttingPlanes
6.11/9.73	c Got one! Elapsed wall clock time (in seconds):9.617
6.11/9.73	o -45
6.24/9.84	c  And the winner is CuttingPlanes
6.33/10.24	c Got one! Elapsed wall clock time (in seconds):10.121
6.33/10.24	o -46
6.45/10.34	c  And the winner is CuttingPlanes
6.54/10.74	c Got one! Elapsed wall clock time (in seconds):10.625
6.54/10.74	o -47
6.64/10.83	c  And the winner is CuttingPlanes
6.71/11.25	c Got one! Elapsed wall clock time (in seconds):11.129
6.71/11.25	o -48
6.83/11.33	c  And the winner is CuttingPlanes
6.90/11.75	c Got one! Elapsed wall clock time (in seconds):11.633
6.90/11.75	o -49
6.99/11.86	c  And the winner is CuttingPlanes
7.12/12.25	c Got one! Elapsed wall clock time (in seconds):12.137
7.12/12.25	o -50
7.40/12.40	c  And the winner is CuttingPlanes
7.41/12.76	c Got one! Elapsed wall clock time (in seconds):12.64
7.41/12.76	o -51
7.54/12.85	c  And the winner is CuttingPlanes
7.61/13.28	c Got one! Elapsed wall clock time (in seconds):13.165
7.61/13.28	o -52
7.68/13.39	c  And the winner is CuttingPlanes
7.82/13.79	c Got one! Elapsed wall clock time (in seconds):13.669
7.82/13.79	o -54
8.04/13.95	c  And the winner is CuttingPlanes
8.17/14.29	c Got one! Elapsed wall clock time (in seconds):14.173
8.17/14.29	o -55
8.19/14.41	c  And the winner is CuttingPlanes
8.39/14.79	c Got one! Elapsed wall clock time (in seconds):14.677
8.39/14.79	o -56
8.61/14.91	c  And the winner is CuttingPlanes
8.64/15.30	c Got one! Elapsed wall clock time (in seconds):15.181
8.64/15.30	o -58
8.64/15.38	c  And the winner is CuttingPlanes
8.79/15.80	c Got one! Elapsed wall clock time (in seconds):15.685
8.79/15.80	o -74
8.98/15.93	c  And the winner is CuttingPlanes
9.05/16.31	c Got one! Elapsed wall clock time (in seconds):16.189
9.05/16.31	o -75
9.23/16.41	c  And the winner is CuttingPlanes
9.27/16.81	c Got one! Elapsed wall clock time (in seconds):16.693
9.27/16.81	o -76
9.44/16.93	c  And the winner is CuttingPlanes
9.51/17.31	c Got one! Elapsed wall clock time (in seconds):17.197
9.51/17.31	o -77
15.32/20.20	c  And the winner is CuttingPlanes
15.35/20.33	c Got one! Elapsed wall clock time (in seconds):20.21
15.35/20.33	o -78
17.49/21.48	c  And the winner is CuttingPlanes
17.73/21.83	c Got one! Elapsed wall clock time (in seconds):21.718
17.73/21.83	o -79
19.45/22.73	c cleaning 5103 clauses out of 10206 with flag 1001/10206
29.81/27.99	c cleaning 5546 clauses out of 11102 with flag 7000/16205
32.57/29.31	c  And the winner is CuttingPlanes
32.57/29.37	c Got one! Elapsed wall clock time (in seconds):29.248
32.57/29.37	o -80
38.85/32.56	c cleaning 5573 clauses out of 11159 with flag 4001/21808
48.62/37.46	c cleaning 5787 clauses out of 11585 with flag 10000/27807
60.32/43.31	c cleaning 6393 clauses out of 12798 with flag 17000/34807
73.47/49.90	c cleaning 7196 clauses out of 14406 with flag 25001/42808
88.41/57.45	c cleaning 8099 clauses out of 16210 with flag 34001/51808
105.14/65.85	c cleaning 9052 clauses out of 18111 with flag 44001/61808
123.87/75.22	c cleaning 10023 clauses out of 20059 with flag 55001/72808
155.21/90.98	c  And the winner is Resolution
155.38/91.16	c Got one! Elapsed wall clock time (in seconds):91.041
155.38/91.16	o -81
156.88/91.97	c cleaning 7928 clauses out of 15855 with flag 1000/78627
166.63/96.88	c cleaning 6959 clauses out of 13927 with flag 7000/84627
178.13/102.68	c cleaning 6979 clauses out of 13969 with flag 14001/91628
187.61/107.48	c  And the winner is CuttingPlanes
187.77/107.83	c Got one! Elapsed wall clock time (in seconds):107.714
187.77/107.83	o -82
196.11/112.07	c cleaning 8900 clauses out of 17803 with flag 5000/102441
207.04/117.50	c cleaning 7449 clauses out of 14903 with flag 11000/108441
219.56/123.84	c cleaning 7222 clauses out of 14454 with flag 18000/115441
234.08/131.19	c cleaning 7607 clauses out of 15233 with flag 26001/123442
270.37/149.31	c cleaning 7952 clauses out of 16625 with flag 35000/132441
323.72/176.04	c cleaning 9117 clauses out of 18673 with flag 45000/142441
379.23/203.84	c cleaning 10078 clauses out of 20556 with flag 56000/153441
435.56/232.05	c cleaning 11219 clauses out of 22478 with flag 68000/165441
489.04/258.89	c cleaning 12082 clauses out of 24259 with flag 81000/178441
556.57/292.71	c cleaning 12793 clauses out of 26177 with flag 95000/192441
598.65/313.71	c  And the winner is CuttingPlanes
598.65/313.72	c Got one! Elapsed wall clock time (in seconds):313.599
598.65/313.72	o -83
607.63/318.25	c cleaning 13729 clauses out of 27458 with flag 5000/206515
617.95/323.43	c cleaning 9859 clauses out of 19729 with flag 11000/212515
640.79/334.99	c cleaning 8431 clauses out of 16870 with flag 18000/219515
676.49/352.87	c  And the winner is CuttingPlanes
676.64/353.37	c Got one! Elapsed wall clock time (in seconds):353.252
676.64/353.37	o -84
678.31/354.24	c cleaning 7135 clauses out of 14269 with flag 1001/225345
689.21/359.75	c cleaning 6562 clauses out of 13133 with flag 7000/231344
700.89/365.68	c  And the winner is CuttingPlanes
701.06/365.92	c Got one! Elapsed wall clock time (in seconds):365.802
701.06/365.92	o -85
709.81/370.36	c cleaning 9051 clauses out of 18108 with flag 5001/242881
721.27/376.12	c cleaning 7522 clauses out of 15056 with flag 11000/248880
757.35/394.28	c cleaning 6886 clauses out of 14534 with flag 18000/255880
799.84/415.55	c cleaning 7496 clauses out of 15648 with flag 26000/263880
814.53/422.98	c  And the winner is CuttingPlanes
814.69/423.22	c Got one! Elapsed wall clock time (in seconds):423.106
814.69/423.22	o -86
819.88/425.83	c cleaning 7010 clauses out of 14027 with flag 3000/269755
830.89/431.43	c cleaning 6502 clauses out of 13018 with flag 9001/275756
843.81/437.92	c cleaning 6753 clauses out of 13515 with flag 16000/282755
870.86/451.52	c  And the winner is CuttingPlanes
870.91/451.83	c Got one! Elapsed wall clock time (in seconds):451.717
870.91/451.83	o -87
879.83/456.36	c cleaning 8506 clauses out of 17024 with flag 5001/293017
901.92/467.42	c cleaning 7200 clauses out of 14517 with flag 11000/299016
938.96/486.03	c cleaning 6830 clauses out of 14317 with flag 18000/306016
980.04/506.66	c cleaning 7638 clauses out of 15487 with flag 26000/314016
1023.93/528.67	c cleaning 8163 clauses out of 16849 with flag 35000/323016
1041.61/537.54	c  And the winner is CuttingPlanes
1041.69/537.66	c Got one! Elapsed wall clock time (in seconds):537.545
1041.69/537.66	o -88
1044.96/539.31	c cleaning 7223 clauses out of 14446 with flag 2001/328776
1060.38/547.17	c cleaning 6607 clauses out of 13222 with flag 8000/334775
1094.88/564.46	c cleaning 6541 clauses out of 13615 with flag 15000/341775
1128.49/581.34	c  And the winner is CuttingPlanes
1128.59/581.45	c Got one! Elapsed wall clock time (in seconds):581.335
1128.59/581.45	o -89
1136.47/585.46	c cleaning 9774 clauses out of 19556 with flag 5000/354257
1157.73/596.18	c cleaning 7885 clauses out of 15782 with flag 11000/360257
1192.72/613.72	c cleaning 7419 clauses out of 14897 with flag 18000/367257
1232.18/633.50	c cleaning 7342 clauses out of 15478 with flag 26000/375257
1270.43/652.72	c  And the winner is CuttingPlanes
1270.48/653.05	c Got one! Elapsed wall clock time (in seconds):652.936
1270.48/653.05	o -90
1287.59/661.63	c cleaning 10373 clauses out of 21092 with flag 5000/388213
1314.84/675.32	c cleaning 7974 clauses out of 16719 with flag 11000/394213
1342.64/689.37	c  And the winner is CuttingPlanes
1342.79/689.71	c Got one! Elapsed wall clock time (in seconds):689.588
1342.79/689.71	o -91
1362.98/699.82	c cleaning 9954 clauses out of 19912 with flag 5001/405380
1390.20/713.57	c cleaning 7805 clauses out of 15957 with flag 11000/411379
1420.25/728.64	c cleaning 7451 clauses out of 15152 with flag 18000/418379
1452.53/744.85	c cleaning 7836 clauses out of 15701 with flag 26000/426379
1474.09/755.73	c  And the winner is CuttingPlanes
1474.14/756.13	c Got one! Elapsed wall clock time (in seconds):756.012
1474.14/756.13	o -92
1494.48/766.39	c cleaning 9157 clauses out of 18498 with flag 5000/437012
1523.12/780.75	c cleaning 7552 clauses out of 15341 with flag 11000/443012
1555.35/796.93	c cleaning 7161 clauses out of 14789 with flag 18000/450012
1590.18/814.42	c cleaning 7608 clauses out of 15628 with flag 26000/458012
1600.16/819.60	c  And the winner is CuttingPlanes
1600.36/819.87	c Got one! Elapsed wall clock time (in seconds):819.757
1600.36/819.87	o -93
1618.61/829.01	c cleaning 6569 clauses out of 13386 with flag 3000/463378
1645.88/842.78	c cleaning 6227 clauses out of 12817 with flag 9000/469378
1676.66/858.26	c cleaning 6565 clauses out of 13590 with flag 16000/476378
1709.87/874.99	c cleaning 7324 clauses out of 15025 with flag 24000/484378
1744.63/892.48	c cleaning 8031 clauses out of 16701 with flag 33000/493378
1779.85/910.12	c cleaning 9278 clauses out of 18670 with flag 43000/503378
1800.09/920.32	c starts		: 76
1800.09/920.32	c conflicts		: 7621
1800.09/920.32	c decisions		: 525553
1800.09/920.32	c propagations		: 5988326
1800.09/920.32	c inspects		: 466898509
1800.09/920.32	c shortcuts		: 0
1800.09/920.32	c learnt literals	: 0
1800.09/920.32	c learnt binary clauses	: 0
1800.09/920.32	c learnt ternary clauses	: 0
1800.09/920.32	c learnt constraints	: 7621
1800.09/920.32	c ignored constraints	: 0
1800.09/920.32	c root simplifications	: 0
1800.09/920.32	c removed literals (reason simplification)	: 0
1800.09/920.32	c reason swapping (by a shorter reason)	: 0
1800.09/920.32	c Calls to reduceDB	: 0
1800.09/920.32	c number of reductions to clauses (during analyze)	: 0
1800.09/920.32	c number of learned constraints concerned by reduction	: 0
1800.09/920.32	c number of learning phase by resolution	: 0
1800.09/920.32	c number of learning phase by cutting planes	: 0
1800.09/920.32	c speed (assignments/second)	: 59616.179515769356
1800.09/920.32	c non guided choices	360
1800.09/920.33	c learnt constraints type 
1800.09/920.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7621
1800.09/920.33	c constraints type 
1800.09/920.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1800.09/920.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.09/920.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.09/920.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
1800.09/920.33	c constraints type 
1800.09/920.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.09/920.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6318
1800.09/920.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.09/920.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
1800.09/920.33	s SATISFIABLE
1800.09/920.33	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 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 x113 x114 x115 -x116 -x117 -x118 -x119 x120 -x121 x122 -x123 -x124 -x125 x126 -x127 x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 x237 -x238 x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 x252 x253 -x254 -x255 x256 x257 x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 x327 -x328 -x329 x330 -x331 x332 -x333 -x334 -x335 -x336 x337 -x338 x339 x340 -x341 -x342 x343 x344 -x345 x346 x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 x392 -x393 x394 x395 -x396 x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 x433 x434 x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 x469 -x470 x471 x472 -x473 x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 x548 -x549 -x550 -x551 -x552 -x553 x554 -x555 -x556 x557 -x558 x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 x591 x592 -x593 -x594 x595 x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 x623 -x624 x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 x647 x648 x649 -x650 x651 -x652 x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 -x667 -x668 x669 -x670 x671 x672 -x673 x674 -x675 -x676 x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 x696 -x697 -x698 -x699 x700 -x701 x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 x714 x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 -x741 x742 x743 x744 -x745 -x746 -x747 -x748 -x749 x750 -x751 -x752 -x753 -x754 x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 x766 -x767 -x768 x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 x779 x780 x781 x782 -x783 x784 -x785 -x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 x796 -x797 -x798 -x799 -x800 -x801 x802 -x803 -x804 -x805 x806 -x807 x808 -x809 -x810 x811 x812 x813 -x814 -x815 -x816 -x817 x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 x826 -x827 x828 -x829 -x830 x831 -x832 -x833 -x834 x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 x854 -x855 -x856 x857 x858 x859 x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 x883 -x884 x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 x909 -x910 -x911 -x912 -x913 x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 x926 -x927 x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 x941 x942 x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 x953 -x954 -x955 -x956 x957 -x958 -x959 -x960 -x961 -x962 -x963 x964 -x965 -x966 -x967 -x968 -x969 x970 -x971 -x972 -x973 -x974 -x975 x976 -x977 -x978 x979 x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 x996 -x997 -x998 -x999 x1000 
1800.09/920.33	c objective function=-93
1800.09/920.33	c Total wall clock time (in seconds): 920.214

Verifier Data

OK	-93

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454054-1307195585/watcher-3454054-1307195585 -o /tmp/evaluation-result-3454054-1307195585/solver-3454054-1307195585 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454054-1307195585.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.73 2.96 3.45 3/525 11218
/proc/meminfo: memFree=22816968/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 1243 0 0 0 0 0 0 0 17 0 2 0 811974344 31268864 963 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 7634 963 736 9 0 385 0
[pid=11218/tid=11219] ppid=11214 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) R 11214 11218 4512 0 -1 4202560 5140 0 1 0 0 0 0 0 17 0 2 0 811974344 10694979584 5957 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.112902 s]
/proc/loadavg: 1.73 2.96 3.45 3/525 11218
/proc/meminfo: memFree=22816968/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10540164 CPUtime=0.11 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 13125 0 1 0 9 2 0 0 17 0 18 0 811974344 10793127936 12823 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2635041 12824 2092 9 0 2625775 0
[pid=11218/tid=11219] ppid=11214 vsize=10540164 CPUtime=0.08 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) R 11214 11218 4512 0 -1 4202560 11221 0 1 0 7 1 0 0 25 0 18 0 811974344 10793127936 12824 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 47487329231619 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540164

[startup+0.20086 s]
/proc/loadavg: 1.73 2.96 3.45 3/525 11218
/proc/meminfo: memFree=22816968/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10540312 CPUtime=0.23 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 13975 0 1 0 21 2 0 0 17 0 18 0 811974344 10793279488 13673 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2635078 13673 2179 9 0 2625812 0
[pid=11218/tid=11219] ppid=11214 vsize=10540312 CPUtime=0.17 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) R 11214 11218 4512 0 -1 4202560 11931 0 1 0 16 1 0 0 25 0 18 0 811974344 10793279488 13674 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114502 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10540312

[startup+0.300836 s]
/proc/loadavg: 1.73 2.96 3.45 3/525 11218
/proc/meminfo: memFree=22816968/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10543496 CPUtime=0.46 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 16573 0 1 0 44 2 0 0 17 0 18 0 811974344 10796539904 15922 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2635874 15922 2209 9 0 2626608 0
[pid=11218/tid=11219] ppid=11214 vsize=10543496 CPUtime=0.27 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) R 11214 11218 4512 0 -1 4202560 13074 0 1 0 26 1 0 0 25 0 18 0 811974344 10796539904 15922 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 46912505604526 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10543496

[startup+0.70074 s]
/proc/loadavg: 1.73 2.96 3.45 3/525 11218
/proc/meminfo: memFree=22816968/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10553720 CPUtime=1.63 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 40253 0 1 0 157 6 0 0 17 0 22 0 811974344 10807009280 37650 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2638430 37650 2231 9 0 2629164 0
[pid=11218/tid=11219] ppid=11214 vsize=10553720 CPUtime=0.61 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) S 11214 11218 4512 0 -1 4202560 30095 0 1 0 58 3 0 0 19 0 22 0 811974344 10807009280 37650 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10553720

[startup+1.50066 s]
/proc/loadavg: 1.73 2.96 3.45 6/566 11265
/proc/meminfo: memFree=22547764/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10554264 CPUtime=3.08 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 51228 0 1 0 301 7 0 0 17 0 19 0 811974344 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2638566 46549 2244 9 0 2629300 0
[pid=11218/tid=11219] ppid=11214 vsize=10554264 CPUtime=0.62 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) S 11214 11218 4512 0 -1 4202560 30142 0 1 0 59 3 0 0 17 0 19 0 811974344 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11223] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11223/stat : 11223 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11225] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11225/stat : 11225 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11227] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11227/stat : 11227 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11229] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11229/stat : 11229 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11231] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11231/stat : 11231 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11233] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11233/stat : 11233 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11235] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11235/stat : 11235 (java) S 11214 11218 4512 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11237] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11237/stat : 11237 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11240] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11240/stat : 11240 (java) S 11214 11218 4512 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 811974347 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11241] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11241/stat : 11241 (java) S 11214 11218 4512 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 811974348 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11243] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11243/stat : 11243 (java) S 11214 11218 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 811974348 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11247] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11247/stat : 11247 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 811974350 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11248] ppid=11214 vsize=10554264 CPUtime=0.75 cores=0,2,4,6
/proc/11218/task/11248/stat : 11248 (java) S 11214 11218 4512 0 -1 4202560 4092 0 0 0 74 1 0 0 15 0 19 0 811974350 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11251] ppid=11214 vsize=10554264 CPUtime=0.83 cores=0,2,4,6
/proc/11218/task/11251/stat : 11251 (java) S 11214 11218 4512 0 -1 4202560 6951 0 0 0 82 1 0 0 16 0 19 0 811974350 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11252] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11252/stat : 11252 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811974350 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11254] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11254/stat : 11254 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811974350 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11261] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11261/stat : 11261 (java) S 11214 11218 4512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 811974410 10807566336 46549 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10554264

[startup+3.10138 s]
/proc/loadavg: 1.73 2.96 3.45 4/566 11277
/proc/meminfo: memFree=22225956/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10554264 CPUtime=3.65 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 64101 0 1 0 357 8 0 0 17 0 19 0 811974344 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2638566 59420 2244 9 0 2629300 0
[pid=11218/tid=11219] ppid=11214 vsize=10554264 CPUtime=0.63 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) S 11214 11218 4512 0 -1 4202560 30265 0 1 0 60 3 0 0 16 0 19 0 811974344 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=11218/tid=11223] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11223/stat : 11223 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11225] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11225/stat : 11225 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11227] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11227/stat : 11227 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11229] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11229/stat : 11229 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11231] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11231/stat : 11231 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11233] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11233/stat : 11233 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11235] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11235/stat : 11235 (java) S 11214 11218 4512 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11237] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11237/stat : 11237 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811974346 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11240] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11240/stat : 11240 (java) S 11214 11218 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 811974347 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11241] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11241/stat : 11241 (java) S 11214 11218 4512 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 811974348 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11243] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11243/stat : 11243 (java) S 11214 11218 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 811974348 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11247] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11247/stat : 11247 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 811974350 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11248] ppid=11214 vsize=10554264 CPUtime=0.78 cores=0,2,4,6
/proc/11218/task/11248/stat : 11248 (java) S 11214 11218 4512 0 -1 4202560 4096 0 0 0 77 1 0 0 15 0 19 0 811974350 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11251] ppid=11214 vsize=10554264 CPUtime=0.9 cores=0,2,4,6
/proc/11218/task/11251/stat : 11251 (java) S 11214 11218 4512 0 -1 4202560 6959 0 0 0 89 1 0 0 15 0 19 0 811974350 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11252] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11252/stat : 11252 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811974350 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11254] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11254/stat : 11254 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811974350 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11261] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11261/stat : 11261 (java) S 11214 11218 4512 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 811974410 10807566336 59420 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 10554264

[startup+6.30073 s]
/proc/loadavg: 1.75 2.95 3.44 4/566 11301
/proc/meminfo: memFree=21987000/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10554264 CPUtime=4.91 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 94774 0 1 0 478 13 0 0 17 0 22 0 811974344 10807566336 90070 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2638566 90072 2246 9 0 2629300 0
[pid=11218/tid=11219] ppid=11214 vsize=10554264 CPUtime=0.64 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) S 11214 11218 4512 0 -1 4202560 30554 0 1 0 61 3 0 0 16 0 22 0 811974344 10807566336 90073 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11223] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11223/stat : 11223 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811974346 10807566336 90074 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11225] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11225/stat : 11225 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811974346 10807566336 90075 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11227] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11227/stat : 11227 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811974346 10807566336 90077 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11229] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11229/stat : 11229 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811974346 10807566336 90078 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11231] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11231/stat : 11231 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811974346 10807566336 90079 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11233] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11233/stat : 11233 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811974346 10807566336 90080 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11235] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11235/stat : 11235 (java) S 11214 11218 4512 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 811974346 10807566336 90081 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11237] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11237/stat : 11237 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811974346 10807566336 90082 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11240] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11240/stat : 11240 (java) S 11214 11218 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811974347 10807566336 90083 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11241] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11241/stat : 11241 (java) S 11214 11218 4512 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 811974348 10807566336 90084 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11243] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11243/stat : 11243 (java) S 11214 11218 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811974348 10807566336 90085 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11247] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11247/stat : 11247 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 811974350 10807566336 90087 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11248] ppid=11214 vsize=10554264 CPUtime=0.85 cores=0,2,4,6
/proc/11218/task/11248/stat : 11248 (java) S 11214 11218 4512 0 -1 4202560 4107 0 0 0 84 1 0 0 15 0 22 0 811974350 10807566336 90088 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11251] ppid=11214 vsize=10554264 CPUtime=0.96 cores=0,2,4,6
/proc/11218/task/11251/stat : 11251 (java) S 11214 11218 4512 0 -1 4202560 6974 0 0 0 95 1 0 0 15 0 22 0 811974350 10807566336 90089 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=19434972/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10554264 CPUtime=1605.21 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 850078 0 1 0 160417 104 0 0 17 0 22 0 811974344 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2638566 845016 2271 9 0 2629300 0
[pid=11218/tid=11219] ppid=11214 vsize=10554264 CPUtime=0.71 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) S 11214 11218 4512 0 -1 4202560 31383 0 1 0 67 4 0 0 15 0 22 0 811974344 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11223] ppid=11214 vsize=10554264 CPUtime=0.18 cores=0,2,4,6
/proc/11218/task/11223/stat : 11223 (java) S 11214 11218 4512 0 -1 4202560 2261 0 0 0 18 0 0 0 16 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11225] ppid=11214 vsize=10554264 CPUtime=0.11 cores=0,2,4,6
/proc/11218/task/11225/stat : 11225 (java) S 11214 11218 4512 0 -1 4202560 56 0 0 0 11 0 0 0 16 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11227] ppid=11214 vsize=10554264 CPUtime=0.19 cores=0,2,4,6
/proc/11218/task/11227/stat : 11227 (java) S 11214 11218 4512 0 -1 4202560 1871 0 0 0 19 0 0 0 15 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11229] ppid=11214 vsize=10554264 CPUtime=0.22 cores=0,2,4,6
/proc/11218/task/11229/stat : 11229 (java) S 11214 11218 4512 0 -1 4202560 2300 0 0 0 22 0 0 0 15 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11231] ppid=11214 vsize=10554264 CPUtime=0.16 cores=0,2,4,6
/proc/11218/task/11231/stat : 11231 (java) S 11214 11218 4512 0 -1 4202560 26 0 0 0 16 0 0 0 15 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11233] ppid=11214 vsize=10554264 CPUtime=0.27 cores=0,2,4,6
/proc/11218/task/11233/stat : 11233 (java) S 11214 11218 4512 0 -1 4202560 2267 0 0 0 27 0 0 0 16 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11235] ppid=11214 vsize=10554264 CPUtime=0.14 cores=0,2,4,6
/proc/11218/task/11235/stat : 11235 (java) S 11214 11218 4512 0 -1 4202560 2705 0 0 0 14 0 0 0 16 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=11218/tid=11237] ppid=11214 vsize=10554264 CPUtime=0.19 cores=0,2,4,6
/proc/11218/task/11237/stat : 11237 (java) S 11214 11218 4512 0 -1 4202560 2179 0 0 0 19 0 0 0 15 0 22 0 811974346 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11240] ppid=11214 vsize=10554264 CPUtime=7.3 cores=0,2,4,6
/proc/11218/task/11240/stat : 11240 (java) S 11214 11218 4512 0 -1 4202560 25705 0 0 0 727 3 0 0 15 0 22 0 811974347 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11241] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11241/stat : 11241 (java) S 11214 11218 4512 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 811974348 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11243] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11243/stat : 11243 (java) S 11214 11218 4512 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 22 0 811974348 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11247] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11247/stat : 11247 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 811974350 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11248] ppid=11214 vsize=10554264 CPUtime=1.08 cores=0,2,4,6
/proc/11218/task/11248/stat : 11248 (java) S 11214 11218 4512 0 -1 4202560 4143 0 0 0 107 1 0 0 15 0 22 0 811974350 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11251] ppid=11214 vsize=10554264 CPUtime=1.17 cores=0,2,4,6
/proc/11218/task/11251/stat : 11251 (java) S 11214 11218 4512 0 -1 4202560 7002 0 0 0 116 1 0 0 15 0 22 0 811974350 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11252] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11252/stat : 11252 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811974350 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11254] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11254/stat : 11254 (java) S 11214 11218 4512 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 811974350 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11387] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11387/stat : 11387 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811983460 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11468] ppid=11214 vsize=10554264 CPUtime=2.42 cores=0,2,4,6
/proc/11218/task/11468/stat : 11468 (java) R 11214 11218 4512 0 -1 4202560 0 0 0 0 242 0 0 0 20 0 22 0 812056331 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 46912506035120 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11218/tid=11469] ppid=11214 vsize=10554264 CPUtime=2.41 cores=0,2,4,6
/proc/11218/task/11469/stat : 11469 (java) R 11214 11218 4512 0 -1 4202560 0 0 0 0 241 0 0 0 22 0 22 0 812056331 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 46912506085664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11218/tid=11470] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11470/stat : 11470 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 812056332 10807566336 845016 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1605.21
Current children cumulated vsize (KiB) 10554264

[startup+882.321 s]
/proc/loadavg: 2.16 2.48 3.04 3/542 11471
/proc/meminfo: memFree=19428484/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10554264 CPUtime=1724.46 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 851716 0 1 0 172342 104 0 0 17 0 22 0 811974344 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2638566 846641 2271 9 0 2629300 0
[pid=11218/tid=11219] ppid=11214 vsize=10554264 CPUtime=0.71 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) S 11214 11218 4512 0 -1 4202560 31383 0 1 0 67 4 0 0 15 0 22 0 811974344 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11223] ppid=11214 vsize=10554264 CPUtime=0.2 cores=0,2,4,6
/proc/11218/task/11223/stat : 11223 (java) S 11214 11218 4512 0 -1 4202560 2261 0 0 0 20 0 0 0 15 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11225] ppid=11214 vsize=10554264 CPUtime=0.12 cores=0,2,4,6
/proc/11218/task/11225/stat : 11225 (java) S 11214 11218 4512 0 -1 4202560 56 0 0 0 12 0 0 0 15 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11227] ppid=11214 vsize=10554264 CPUtime=0.2 cores=0,2,4,6
/proc/11218/task/11227/stat : 11227 (java) S 11214 11218 4512 0 -1 4202560 1871 0 0 0 20 0 0 0 15 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11229] ppid=11214 vsize=10554264 CPUtime=0.25 cores=0,2,4,6
/proc/11218/task/11229/stat : 11229 (java) S 11214 11218 4512 0 -1 4202560 2304 0 0 0 25 0 0 0 16 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11231] ppid=11214 vsize=10554264 CPUtime=0.16 cores=0,2,4,6
/proc/11218/task/11231/stat : 11231 (java) S 11214 11218 4512 0 -1 4202560 26 0 0 0 16 0 0 0 15 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=11218/tid=11233] ppid=11214 vsize=10554264 CPUtime=0.3 cores=0,2,4,6
/proc/11218/task/11233/stat : 11233 (java) S 11214 11218 4512 0 -1 4202560 2267 0 0 0 30 0 0 0 16 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11235] ppid=11214 vsize=10554264 CPUtime=0.15 cores=0,2,4,6
/proc/11218/task/11235/stat : 11235 (java) S 11214 11218 4512 0 -1 4202560 2705 0 0 0 15 0 0 0 16 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=11218/tid=11237] ppid=11214 vsize=10554264 CPUtime=0.21 cores=0,2,4,6
/proc/11218/task/11237/stat : 11237 (java) S 11214 11218 4512 0 -1 4202560 2182 0 0 0 21 0 0 0 16 0 22 0 811974346 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11240] ppid=11214 vsize=10554264 CPUtime=8.13 cores=0,2,4,6
/proc/11218/task/11240/stat : 11240 (java) S 11214 11218 4512 0 -1 4202560 27327 0 0 0 810 3 0 0 15 0 22 0 811974347 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11241] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11241/stat : 11241 (java) S 11214 11218 4512 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 811974348 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11243] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11243/stat : 11243 (java) S 11214 11218 4512 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 22 0 811974348 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11247] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11247/stat : 11247 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 811974350 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11248] ppid=11214 vsize=10554264 CPUtime=1.08 cores=0,2,4,6
/proc/11218/task/11248/stat : 11248 (java) S 11214 11218 4512 0 -1 4202560 4143 0 0 0 107 1 0 0 15 0 22 0 811974350 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11251] ppid=11214 vsize=10554264 CPUtime=1.17 cores=0,2,4,6
/proc/11218/task/11251/stat : 11251 (java) S 11214 11218 4512 0 -1 4202560 7002 0 0 0 116 1 0 0 15 0 22 0 811974350 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11252] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11252/stat : 11252 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811974350 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11254] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11254/stat : 11254 (java) S 11214 11218 4512 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811974350 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11387] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11387/stat : 11387 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811983460 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11468] ppid=11214 vsize=10554264 CPUtime=61.57 cores=0,2,4,6
/proc/11218/task/11468/stat : 11468 (java) R 11214 11218 4512 0 -1 4202560 4 0 0 0 6157 0 0 0 25 0 22 0 812056331 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 46912506043816 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11218/tid=11469] ppid=11214 vsize=10554264 CPUtime=61.57 cores=0,2,4,6
/proc/11218/task/11469/stat : 11469 (java) R 11214 11218 4512 0 -1 4202560 0 0 0 0 6157 0 0 0 25 0 22 0 812056331 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 46912506000842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11218/tid=11470] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11470/stat : 11470 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 812056332 10807566336 846641 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.46
Current children cumulated vsize (KiB) 10554264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.302 s]
/proc/loadavg: 2.08 2.42 2.99 3/542 11472
/proc/meminfo: memFree=19425500/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=10554264 CPUtime=1800.09 cores=0,2,4,6
/proc/11218/stat : 11218 (java) S 11214 11218 4512 0 -1 4202496 852491 0 1 0 179904 105 0 0 17 0 22 0 811974344 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 2638566 847410 2271 9 0 2629300 0
[pid=11218/tid=11219] ppid=11214 vsize=10554264 CPUtime=0.71 cores=0,2,4,6
/proc/11218/task/11219/stat : 11219 (java) S 11214 11218 4512 0 -1 4202560 31383 0 1 0 67 4 0 0 15 0 22 0 811974344 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11223] ppid=11214 vsize=10554264 CPUtime=0.21 cores=0,2,4,6
/proc/11218/task/11223/stat : 11223 (java) S 11214 11218 4512 0 -1 4202560 2262 0 0 0 21 0 0 0 15 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11225] ppid=11214 vsize=10554264 CPUtime=0.12 cores=0,2,4,6
/proc/11218/task/11225/stat : 11225 (java) S 11214 11218 4512 0 -1 4202560 84 0 0 0 12 0 0 0 16 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11227] ppid=11214 vsize=10554264 CPUtime=0.2 cores=0,2,4,6
/proc/11218/task/11227/stat : 11227 (java) S 11214 11218 4512 0 -1 4202560 1928 0 0 0 20 0 0 0 16 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=11218/tid=11229] ppid=11214 vsize=10554264 CPUtime=0.26 cores=0,2,4,6
/proc/11218/task/11229/stat : 11229 (java) S 11214 11218 4512 0 -1 4202560 2363 0 0 0 26 0 0 0 16 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11231] ppid=11214 vsize=10554264 CPUtime=0.16 cores=0,2,4,6
/proc/11218/task/11231/stat : 11231 (java) S 11214 11218 4512 0 -1 4202560 26 0 0 0 16 0 0 0 15 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11233] ppid=11214 vsize=10554264 CPUtime=0.3 cores=0,2,4,6
/proc/11218/task/11233/stat : 11233 (java) S 11214 11218 4512 0 -1 4202560 2267 0 0 0 30 0 0 0 15 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11235] ppid=11214 vsize=10554264 CPUtime=0.15 cores=0,2,4,6
/proc/11218/task/11235/stat : 11235 (java) S 11214 11218 4512 0 -1 4202560 2705 0 0 0 15 0 0 0 15 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=11218/tid=11237] ppid=11214 vsize=10554264 CPUtime=0.23 cores=0,2,4,6
/proc/11218/task/11237/stat : 11237 (java) S 11214 11218 4512 0 -1 4202560 2229 0 0 0 23 0 0 0 16 0 22 0 811974346 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11240] ppid=11214 vsize=10554264 CPUtime=8.52 cores=0,2,4,6
/proc/11218/task/11240/stat : 11240 (java) S 11214 11218 4512 0 -1 4202560 27906 0 0 0 848 4 0 0 15 0 22 0 811974347 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11241] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11241/stat : 11241 (java) S 11214 11218 4512 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 811974348 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11243] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11243/stat : 11243 (java) S 11214 11218 4512 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 22 0 811974348 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11247] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11247/stat : 11247 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 811974350 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11248] ppid=11214 vsize=10554264 CPUtime=1.08 cores=0,2,4,6
/proc/11218/task/11248/stat : 11248 (java) S 11214 11218 4512 0 -1 4202560 4143 0 0 0 107 1 0 0 15 0 22 0 811974350 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11251] ppid=11214 vsize=10554264 CPUtime=1.17 cores=0,2,4,6
/proc/11218/task/11251/stat : 11251 (java) S 11214 11218 4512 0 -1 4202560 7002 0 0 0 116 1 0 0 15 0 22 0 811974350 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=11218/tid=11252] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11252/stat : 11252 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811974350 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=11218/tid=11254] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11254/stat : 11254 (java) S 11214 11218 4512 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811974350 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11387] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11387/stat : 11387 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811983460 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=11218/tid=11468] ppid=11214 vsize=10554264 CPUtime=99.17 cores=0,2,4,6
/proc/11218/task/11468/stat : 11468 (java) R 11214 11218 4512 0 -1 4202560 6 0 0 0 9917 0 0 0 25 0 22 0 812056331 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 46912505950049 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11218/tid=11469] ppid=11214 vsize=10554264 CPUtime=99.17 cores=0,2,4,6
/proc/11218/task/11469/stat : 11469 (java) R 11214 11218 4512 0 -1 4202560 0 0 0 0 9917 0 0 0 25 0 22 0 812056331 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 46912506000828 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11218/tid=11470] ppid=11214 vsize=10554264 CPUtime=0 cores=0,2,4,6
/proc/11218/task/11470/stat : 11470 (java) S 11214 11218 4512 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 812056332 10807566336 847410 33554432000 1073741824 1073778376 140733772912496 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10554264

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

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

[startup+920.426 s]
/proc/loadavg: 2.08 2.42 2.99 3/542 11472
/proc/meminfo: memFree=19425500/32951124 swapFree=64303760/67111528
[pid=11218] ppid=11214 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/11218/stat : 11218 (java) Z 11214 11218 4512 0 -1 4203548 852518 0 1 0 179909 114 0 0 15 0 2 0 811974344 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11218/statm: 0 0 0 0 0 0 0
[pid=11218/tid=11469] ppid=11214 vsize=0 CPUtime=99.26 cores=0,2,4,6
/proc/11218/task/11469/stat : 11469 (java) R 11214 11218 4512 0 -1 4203588 0 0 0 0 9918 8 0 0 25 0 2 0 812056331 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 920.492
CPU time (s): 1800.31
CPU user time (s): 1799.1
CPU system time (s): 1.20582
CPU usage (%): 195.581
Max. virtual memory (cumulated for all children) (KiB): 10554264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.20582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 852518
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= 24720
involuntary context switches= 25719

runsolver used 5.40018 second user time and 11.2713 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 15:53:05
IDJOB=3454054
IDBENCH=48258
IDSOLVER=1950
FILE ID=node145/3454054-1307195585
RUNJOBID= node145-1307195585-11199
PBS_JOBID= 13508838
Free space on /tmp= 73988 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454054-1307195585/watcher-3454054-1307195585 -o /tmp/evaluation-result-3454054-1307195585/solver-3454054-1307195585 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454054-1307195585.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 162153f0f0e5f8f2e587b9d579ee09dc
RANDOM SEED=399559709

node145.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22817520 kB
Buffers:        274788 kB
Cached:         604952 kB
SwapCached:        944 kB
Active:        9380528 kB
Inactive:       483536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22817520 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:             828 kB
Writeback:           0 kB
AnonPages:     8982748 kB
Mapped:          34004 kB
Slab:           135312 kB
PageTables:      65600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153198564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73988 MiB
End job on node145 at 2011-06-04 16:08:27