Trace number 3688754

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-99 1800.1 932.14

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-146
Best CPU time to get the best result obtained on this benchmark1796.74
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688754-1337879544.opb
0.09/0.12	c reading problem ... 
1.27/0.66	c ... done. Wall clock time 0.536s.
1.27/0.66	c declared #vars     1000
1.27/0.66	c internal #vars     7318
1.27/0.66	c #constraints  14138
1.27/0.66	c constraints type 
1.27/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1.27/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.27/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.27/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
1.27/0.66	c 14138 constraints processed.
1.27/0.66	c constraints type 
1.27/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.27/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6318
1.27/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
1.27/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
1.27/0.66	c 14138 constraints processed.
1.27/0.66	c objective function length is 500 literals
4.37/1.46	c  And the winner is solver1
4.77/1.66	c SATISFIABLE
4.77/1.66	c OPTIMIZING...
4.77/1.66	c Got one! Elapsed wall clock time (in seconds):1.54
4.77/1.66	o -4
4.90/1.78	c  And the winner is solver1
5.24/2.17	c Got one! Elapsed wall clock time (in seconds):2.042
5.24/2.17	o -21
5.32/2.24	c  And the winner is solver1
5.46/2.67	c Got one! Elapsed wall clock time (in seconds):2.544
5.46/2.67	o -22
5.54/2.74	c  And the winner is solver1
5.64/3.17	c Got one! Elapsed wall clock time (in seconds):3.046
5.64/3.17	o -23
5.74/3.23	c  And the winner is solver1
5.79/3.67	c Got one! Elapsed wall clock time (in seconds):3.548
5.79/3.67	o -24
5.86/3.71	c  And the winner is solver1
5.90/4.17	c Got one! Elapsed wall clock time (in seconds):4.05
5.90/4.17	o -25
5.94/4.24	c  And the winner is solver1
6.04/4.68	c Got one! Elapsed wall clock time (in seconds):4.551
6.04/4.68	o -26
6.12/4.75	c  And the winner is solver1
6.22/5.18	c Got one! Elapsed wall clock time (in seconds):5.052
6.22/5.18	o -27
6.26/5.22	c  And the winner is solver1
6.32/5.68	c Got one! Elapsed wall clock time (in seconds):5.554
6.32/5.68	o -34
6.37/5.76	c  And the winner is solver1
6.60/6.18	c Got one! Elapsed wall clock time (in seconds):6.055
6.60/6.18	o -35
6.64/6.24	c  And the winner is solver1
6.74/6.68	c Got one! Elapsed wall clock time (in seconds):6.556
6.74/6.68	o -41
6.77/6.76	c  And the winner is solver1
6.91/7.18	c Got one! Elapsed wall clock time (in seconds):7.057
6.91/7.18	o -42
6.94/7.27	c  And the winner is solver1
7.12/7.68	c Got one! Elapsed wall clock time (in seconds):7.558
7.12/7.68	o -43
7.16/7.78	c  And the winner is solver1
7.32/8.18	c Got one! Elapsed wall clock time (in seconds):8.059
7.32/8.18	o -44
7.35/8.25	c  And the winner is solver1
7.46/8.68	c Got one! Elapsed wall clock time (in seconds):8.56
7.46/8.68	o -45
7.50/8.72	c  And the winner is solver1
7.55/9.19	c Got one! Elapsed wall clock time (in seconds):9.061
7.55/9.19	o -46
7.57/9.25	c  And the winner is solver1
7.69/9.69	c Got one! Elapsed wall clock time (in seconds):9.562
7.69/9.69	o -47
7.70/9.76	c  And the winner is solver1
7.88/10.19	c Got one! Elapsed wall clock time (in seconds):10.063
7.88/10.19	o -48
7.90/10.24	c  And the winner is solver1
8.00/10.69	c Got one! Elapsed wall clock time (in seconds):10.564
8.00/10.69	o -49
8.02/10.76	c  And the winner is solver1
8.17/11.19	c Got one! Elapsed wall clock time (in seconds):11.065
8.17/11.19	o -50
8.18/11.25	c  And the winner is solver1
8.29/11.69	c Got one! Elapsed wall clock time (in seconds):11.566
8.29/11.69	o -51
8.31/11.74	c  And the winner is solver1
8.41/12.19	c Got one! Elapsed wall clock time (in seconds):12.067
8.41/12.19	o -63
8.42/12.25	c  And the winner is solver1
8.55/12.69	c Got one! Elapsed wall clock time (in seconds):12.568
8.55/12.69	o -64
8.56/12.76	c  And the winner is solver1
8.69/13.19	c Got one! Elapsed wall clock time (in seconds):13.068
8.69/13.19	o -65
8.94/13.30	c  And the winner is solver1
8.96/13.69	c Got one! Elapsed wall clock time (in seconds):13.569
8.96/13.69	o -66
8.96/13.78	c  And the winner is solver1
9.14/14.19	c Got one! Elapsed wall clock time (in seconds):14.07
9.14/14.19	o -67
9.15/14.24	c  And the winner is solver1
9.24/14.70	c Got one! Elapsed wall clock time (in seconds):14.571
9.24/14.70	o -68
9.69/14.90	c  And the winner is solver1
9.71/15.20	c Got one! Elapsed wall clock time (in seconds):15.072
9.71/15.20	o -69
9.92/15.34	c  And the winner is solver1
10.01/15.70	c Got one! Elapsed wall clock time (in seconds):15.573
10.01/15.70	o -70
16.49/18.99	c cleaning 4307 clauses out of 8616 with flag 5002/8616
23.55/22.47	c cleaning 5151 clauses out of 10308 with flag 11001/14615
33.72/27.54	c cleaning 6077 clauses out of 12158 with flag 18002/21616
45.06/33.27	c cleaning 7036 clauses out of 14079 with flag 26000/29614
57.90/39.78	c cleaning 8017 clauses out of 16043 with flag 35000/38614
69.38/45.55	c cleaning 9014 clauses out of 18027 with flag 45001/48615
77.11/49.45	c  And the winner is solver0
77.12/49.78	c Got one! Elapsed wall clock time (in seconds):49.652
77.12/49.78	o -84
84.01/53.23	c cleaning 10886 clauses out of 21771 with flag 5000/61373
92.45/57.55	c cleaning 8441 clauses out of 16885 with flag 11000/67373
97.54/60.20	c  And the winner is solver1
97.51/60.45	c Got one! Elapsed wall clock time (in seconds):60.328
97.51/60.45	o -85
100.00/61.76	c cleaning 6941 clauses out of 13883 with flag 2000/72812
108.62/66.12	c cleaning 6467 clauses out of 12942 with flag 8000/78812
118.46/71.11	c cleaning 6737 clauses out of 13475 with flag 15000/85812
129.68/76.83	c  And the winner is solver1
129.68/76.84	c cleaning 7365 clauses out of 14739 with flag 23001/93813
130.06/77.23	c Got one! Elapsed wall clock time (in seconds):77.102
130.06/77.23	o -86
136.61/80.59	c cleaning 6183 clauses out of 12375 with flag 5001/98814
145.44/85.01	c cleaning 6089 clauses out of 12192 with flag 11001/104814
155.30/90.05	c cleaning 6550 clauses out of 13103 with flag 18001/111814
158.10/91.58	c  And the winner is solver1
158.21/91.82	c Got one! Elapsed wall clock time (in seconds):91.693
158.21/91.82	o -87
162.59/94.05	c cleaning 6248 clauses out of 12506 with flag 4001/117767
171.73/98.73	c cleaning 6124 clauses out of 12258 with flag 10001/123767
178.15/102.06	c cleaning 6561 clauses out of 13135 with flag 17002/130768
187.77/106.95	c  And the winner is solver1
187.81/107.00	c Got one! Elapsed wall clock time (in seconds):106.876
187.81/107.00	o -88
194.30/110.22	c cleaning 9468 clauses out of 18936 with flag 5001/143130
203.08/114.70	c cleaning 7731 clauses out of 15468 with flag 11001/149130
211.92/119.35	c cleaning 7231 clauses out of 14736 with flag 18000/156129
222.68/124.90	c  And the winner is solver1
222.80/125.12	c Got one! Elapsed wall clock time (in seconds):124.993
222.80/125.12	o -89
228.44/127.93	c cleaning 9654 clauses out of 19314 with flag 5000/167938
235.23/131.46	c cleaning 7823 clauses out of 15662 with flag 11002/173940
240.38/134.17	c  And the winner is solver1
240.50/134.23	c Got one! Elapsed wall clock time (in seconds):134.11
240.50/134.23	o -90
243.22/135.69	c cleaning 6841 clauses out of 13694 with flag 2000/179795
251.46/139.97	c cleaning 6366 clauses out of 12855 with flag 8002/185797
258.42/143.50	c  And the winner is solver1
258.40/143.75	c Got one! Elapsed wall clock time (in seconds):143.627
258.40/143.75	o -91
262.72/145.91	c cleaning 8633 clauses out of 17272 with flag 5001/196580
269.72/149.52	c cleaning 7278 clauses out of 14638 with flag 11000/202579
279.31/154.49	c cleaning 7156 clauses out of 14366 with flag 18006/209585
294.53/162.20	c cleaning 7517 clauses out of 15207 with flag 26003/217582
299.46/164.81	c  And the winner is solver1
299.40/165.01	c Got one! Elapsed wall clock time (in seconds):164.885
299.40/165.01	o -92
300.80/165.74	c cleaning 6409 clauses out of 12817 with flag 1000/222709
307.37/169.18	c cleaning 6190 clauses out of 12408 with flag 7000/228709
316.58/173.82	c cleaning 6598 clauses out of 13222 with flag 14004/235713
334.50/182.94	c cleaning 7306 clauses out of 14627 with flag 22007/243716
357.54/194.56	c cleaning 8076 clauses out of 16316 with flag 31002/252711
362.02/196.93	c  And the winner is solver1
362.02/196.94	c Got one! Elapsed wall clock time (in seconds):196.811
362.02/196.94	o -93
365.28/198.64	c cleaning 6984 clauses out of 14229 with flag 3001/258700
372.18/202.26	c cleaning 6593 clauses out of 13245 with flag 9001/264700
383.27/208.04	c cleaning 6813 clauses out of 13666 with flag 16015/271714
398.01/215.57	c cleaning 7349 clauses out of 14838 with flag 24000/279699
418.98/226.13	c cleaning 8233 clauses out of 16489 with flag 33000/288699
447.76/240.68	c cleaning 9052 clauses out of 18256 with flag 43000/298699
465.51/249.78	c  And the winner is solver1
465.51/249.78	c Got one! Elapsed wall clock time (in seconds):249.658
465.51/249.78	o -94
471.93/253.00	c cleaning 10825 clauses out of 21651 with flag 5000/311146
479.00/256.72	c cleaning 8340 clauses out of 16827 with flag 11001/317147
486.46/260.65	c cleaning 7612 clauses out of 15488 with flag 18002/324148
496.54/265.86	c cleaning 7904 clauses out of 15889 with flag 26015/332161
509.50/272.55	c cleaning 8478 clauses out of 17003 with flag 35033/341179
530.83/283.35	c cleaning 9167 clauses out of 18508 with flag 45016/351162
560.80/298.50	c cleaning 10089 clauses out of 20334 with flag 56009/362155
588.14/312.30	c cleaning 11061 clauses out of 22260 with flag 68024/374170
619.31/328.08	c  And the winner is solver1
619.14/328.50	c Got one! Elapsed wall clock time (in seconds):328.375
619.14/328.50	o -95
624.98/331.49	c cleaning 14070 clauses out of 28140 with flag 5000/391111
632.03/335.18	c cleaning 10018 clauses out of 20070 with flag 11000/397111
640.90/339.80	c cleaning 8472 clauses out of 17052 with flag 18000/404111
652.95/345.93	c cleaning 8139 clauses out of 16580 with flag 26000/412111
663.33/351.42	c cleaning 8677 clauses out of 17441 with flag 35000/421111
675.81/357.85	c cleaning 9372 clauses out of 18764 with flag 45000/431111
698.12/369.16	c cleaning 10194 clauses out of 20392 with flag 56000/442111
717.00/378.76	c cleaning 11024 clauses out of 22198 with flag 68000/454111
743.25/392.16	c cleaning 12086 clauses out of 24174 with flag 81000/467111
762.11/401.76	c cleaning 12987 clauses out of 26091 with flag 95003/481114
776.55/409.14	c  And the winner is solver1
776.27/409.23	c Got one! Elapsed wall clock time (in seconds):409.104
776.27/409.23	o -96
782.10/412.13	c cleaning 14241 clauses out of 28483 with flag 5001/496493
790.28/416.47	c cleaning 10124 clauses out of 20264 with flag 11023/502515
800.42/421.87	c cleaning 8453 clauses out of 17117 with flag 18000/509492
817.08/430.34	c cleaning 8166 clauses out of 16664 with flag 26000/517492
829.12/436.55	c cleaning 8732 clauses out of 17507 with flag 35009/526501
852.65/448.41	c  And the winner is solver1
852.51/448.53	c Got one! Elapsed wall clock time (in seconds):448.409
852.51/448.53	o -97
857.25/450.92	c cleaning 11620 clauses out of 23239 with flag 5000/540965
864.10/454.77	c cleaning 8792 clauses out of 17619 with flag 11000/546965
873.94/459.82	c cleaning 7873 clauses out of 15827 with flag 18000/553965
886.57/466.39	c cleaning 7977 clauses out of 15983 with flag 26029/561994
912.18/479.37	c cleaning 8478 clauses out of 16991 with flag 35014/570979
927.71/487.47	c cleaning 9232 clauses out of 18502 with flag 45003/580968
947.94/497.76	c cleaning 10115 clauses out of 20267 with flag 56000/591965
968.78/508.35	c cleaning 11048 clauses out of 22159 with flag 68007/603972
1022.04/535.05	c cleaning 12067 clauses out of 24149 with flag 81045/617010
1041.11/544.99	c cleaning 12977 clauses out of 26037 with flag 95000/630965
1072.60/560.89	c cleaning 13957 clauses out of 28060 with flag 110000/645965
1103.67/576.53	c cleaning 15039 clauses out of 30103 with flag 126000/661965
1160.48/605.42	c cleaning 16003 clauses out of 32065 with flag 143001/678966
1186.92/618.87	c cleaning 16994 clauses out of 34061 with flag 161000/696965
1243.06/646.96	c  And the winner is solver1
1242.29/647.09	c Got one! Elapsed wall clock time (in seconds):646.964
1242.29/647.09	o -98
1247.11/649.54	c cleaning 17513 clauses out of 35030 with flag 5000/714928
1255.96/654.23	c cleaning 11757 clauses out of 23542 with flag 11025/720953
1265.98/659.70	c cleaning 9339 clauses out of 18764 with flag 18004/727932
1275.00/664.56	c cleaning 8684 clauses out of 17423 with flag 26002/735930
1294.05/674.37	c cleaning 8848 clauses out of 17742 with flag 35005/744933
1319.27/687.30	c cleaning 9431 clauses out of 18894 with flag 45005/754933
1336.46/696.38	c cleaning 10196 clauses out of 20485 with flag 56027/765955
1385.71/721.15	c cleaning 11148 clauses out of 22341 with flag 68079/778007
1473.14/764.84	c cleaning 12024 clauses out of 24120 with flag 81006/790934
1504.55/780.89	c cleaning 13045 clauses out of 26093 with flag 95003/804931
1563.11/810.70	c cleaning 14026 clauses out of 28073 with flag 110028/819956
1641.76/850.12	c cleaning 15002 clauses out of 30019 with flag 126000/835928
1680.72/869.99	c  And the winner is solver1
1679.91/870.03	c Got one! Elapsed wall clock time (in seconds):869.909
1679.91/870.03	o -99
1685.51/872.88	c cleaning 16734 clauses out of 33468 with flag 5000/854379
1692.95/876.99	c cleaning 11233 clauses out of 22734 with flag 11000/860379
1702.42/882.33	c cleaning 9243 clauses out of 18501 with flag 18000/867379
1721.47/892.20	c cleaning 8611 clauses out of 17268 with flag 26010/875389
1747.34/905.53	c cleaning 8756 clauses out of 17649 with flag 35002/884381
1761.35/912.98	c cleaning 9414 clauses out of 18892 with flag 45001/894380
1788.40/927.11	c cleaning 10223 clauses out of 20481 with flag 56004/905383
1797.60/932.11	c starts		: 92
1797.60/932.11	c conflicts		: 11681
1797.60/932.11	c decisions		: 669718
1797.60/932.11	c propagations		: 8019014
1797.60/932.11	c inspects		: 1002531851
1797.60/932.11	c shortcuts		: 0
1797.60/932.11	c learnt literals	: 0
1797.60/932.11	c learnt binary clauses	: 0
1797.60/932.11	c learnt ternary clauses	: 0
1797.60/932.11	c learnt constraints	: 11681
1797.60/932.11	c ignored constraints	: 0
1797.60/932.11	c root simplifications	: 0
1797.60/932.11	c removed literals (reason simplification)	: 0
1797.60/932.11	c reason swapping (by a shorter reason)	: 0
1797.60/932.11	c Calls to reduceDB	: 0
1797.60/932.11	c number of reductions to clauses (during analyze)	: 0
1797.60/932.11	c number of learned constraints concerned by reduction	: 0
1797.60/932.11	c number of learning phase by resolution	: 0
1797.60/932.11	c number of learning phase by cutting planes	: 0
1797.60/932.11	c speed (assignments/second)	: 9088.431565442486
1797.60/932.11	c non guided choices	115
1797.60/932.12	c learnt constraints type 
1797.60/932.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11681
1797.60/932.12	c constraints type 
1797.60/932.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1797.60/932.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1797.60/932.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1797.60/932.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
1797.60/932.12	c 14139 constraints processed.
1797.60/932.12	c constraints type 
1797.60/932.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1797.60/932.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6318
1797.60/932.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1797.60/932.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
1797.60/932.12	c 14139 constraints processed.
1797.60/932.12	s SATISFIABLE
1797.60/932.12	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 
1797.60/932.12	c objective function=-99
1797.60/932.12	c Total wall clock time (in seconds): 931.995

Verifier Data

OK	-99

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688754-1337879544/watcher-3688754-1337879544 -o /tmp/evaluation-result-3688754-1337879544/solver-3688754-1337879544 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688754-1337879544.opb 

running on 4 cores: 1,3,5,7

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: 3.74 3.85 3.81 3/197 23023
/proc/meminfo: memFree=25783188/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23023/stat : 23023 (java) D 23021 23023 20503 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254082906 9515008 182 33554432000 1073741824 1073778376 140737413135376 140737413126408 270118239925 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/23023/statm: 2323 182 140 9 0 71 0

[startup+0.0656021 s]
/proc/loadavg: 3.74 3.85 3.81 3/197 23023
/proc/meminfo: memFree=25783188/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 3093 0 1 0 3 1 0 0 20 0 13 0 254082906 9446973440 4302 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2306390 4302 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.10023 s]
/proc/loadavg: 3.74 3.85 3.81 3/197 23023
/proc/meminfo: memFree=25783188/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 4234 0 1 0 7 2 0 0 20 0 18 0 254082906 9787813888 5422 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2389603 5422 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300148 s]
/proc/loadavg: 3.74 3.85 3.81 3/197 23023
/proc/meminfo: memFree=25783188/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 5772 0 1 0 43 2 0 0 20 0 18 0 254082906 9787813888 8615 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2389603 8615 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700202 s]
/proc/loadavg: 3.74 3.85 3.81 3/197 23023
/proc/meminfo: memFree=25783188/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9760936 CPUtime=1.59 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 18448 0 1 0 152 7 0 0 20 0 22 0 254082906 9995198464 46698 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2440234 46699 2245 9 0 2430927 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9760936

[startup+1.50084 s]
/proc/loadavg: 3.74 3.85 3.81 7/219 23045
/proc/meminfo: memFree=25577992/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9824668 CPUtime=4.69 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 28908 0 1 0 457 12 0 0 20 0 19 0 254082906 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2456167 56723 2269 9 0 2446860 0
[pid=23023/tid=23025] ppid=23021 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/23023/task/23025/stat : 23025 (java) S 23021 23023 20503 0 -1 4202560 2538 0 1 0 59 4 0 0 20 0 19 0 254082907 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399705117688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23026] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23026/stat : 23026 (java) S 23021 23023 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399666608296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23027] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23027/stat : 23027 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399665555752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23028] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23028/stat : 23028 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399664503208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23029] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23029/stat : 23029 (java) S 23021 23023 20503 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399663450664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23030] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23030/stat : 23030 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399544887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23031] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23031/stat : 23031 (java) S 23021 23023 20503 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399543835432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23032] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23032/stat : 23032 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399542782888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23033] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23033/stat : 23033 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399541730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23034] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23034/stat : 23034 (java) S 23021 23023 20503 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254082909 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140399529318504 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23035] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23035/stat : 23035 (java) S 23021 23023 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254082910 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398924129400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23036] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23036/stat : 23036 (java) S 23021 23023 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254082910 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398923076744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23037] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23037/stat : 23037 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398922025488 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23038] ppid=23021 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/23023/task/23038/stat : 23038 (java) S 23021 23023 20503 0 -1 4202560 13403 0 0 0 118 2 0 0 20 0 19 0 254082912 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398920972856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23039] ppid=23021 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/23023/task/23039/stat : 23039 (java) R 23021 23023 20503 0 -1 4202560 11555 0 0 0 116 3 0 0 20 0 19 0 254082912 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398919907288 140399712092395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23040] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23040/stat : 23040 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398918867960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23041] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23041/stat : 23041 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398917815624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23044] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23044/stat : 23044 (java) S 23021 23023 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254082975 10060460032 56723 33554432000 1073741824 1073778376 140735930699840 140398912853032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.74 3.85 3.81 3/216 23048
/proc/meminfo: memFree=25564976/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9824668 CPUtime=5.64 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 28934 0 1 0 545 19 0 0 20 0 19 0 254082906 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2456167 56729 2273 9 0 2446860 0
[pid=23023/tid=23025] ppid=23021 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/23023/task/23025/stat : 23025 (java) S 23021 23023 20503 0 -1 4202560 2539 0 1 0 59 4 0 0 20 0 19 0 254082907 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399705117688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23026] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23026/stat : 23026 (java) S 23021 23023 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399666608296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23027] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23027/stat : 23027 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399665555752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23028] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23028/stat : 23028 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399664503208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23029] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23029/stat : 23029 (java) S 23021 23023 20503 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399663450664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23030] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23030/stat : 23030 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399544887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23031] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23031/stat : 23031 (java) S 23021 23023 20503 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399543835432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23032] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23032/stat : 23032 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399542782888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23033] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23033/stat : 23033 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399541730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23034] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23034/stat : 23034 (java) S 23021 23023 20503 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254082909 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140399529318504 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23035] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23035/stat : 23035 (java) S 23021 23023 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254082910 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398924129400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23036] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23036/stat : 23036 (java) S 23021 23023 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254082910 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398923076744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23037] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23037/stat : 23037 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398922025488 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23038] ppid=23021 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/23023/task/23038/stat : 23038 (java) S 23021 23023 20503 0 -1 4202560 13409 0 0 0 138 2 0 0 20 0 19 0 254082912 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398920972856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23039] ppid=23021 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/23023/task/23039/stat : 23039 (java) S 23021 23023 20503 0 -1 4202560 11555 0 0 0 136 3 0 0 20 0 19 0 254082912 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398919920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23040] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23040/stat : 23040 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398918867960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23041] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23041/stat : 23041 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398917815624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23044] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23044/stat : 23044 (java) S 23021 23023 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254082975 10060460032 56729 33554432000 1073741824 1073778376 140735930699840 140398912853032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 9824668

[startup+6.30076 s]
/proc/loadavg: 3.60 3.82 3.80 3/216 23069
/proc/meminfo: memFree=25551744/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9824668 CPUtime=6.74 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 29027 0 1 0 638 36 0 0 20 0 19 0 254082906 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2456167 59807 2276 9 0 2446860 0
[pid=23023/tid=23025] ppid=23021 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/23023/task/23025/stat : 23025 (java) S 23021 23023 20503 0 -1 4202560 2541 0 1 0 60 5 0 0 20 0 19 0 254082907 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399705117688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23026] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23026/stat : 23026 (java) S 23021 23023 20503 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399666608296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23027] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23027/stat : 23027 (java) S 23021 23023 20503 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399665555752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23028] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23028/stat : 23028 (java) S 23021 23023 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399664503208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23029] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23029/stat : 23029 (java) S 23021 23023 20503 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399663450664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23030] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23030/stat : 23030 (java) S 23021 23023 20503 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399544887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23031] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23031/stat : 23031 (java) S 23021 23023 20503 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399543835432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23032] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23032/stat : 23032 (java) S 23021 23023 20503 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399542782888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23033] ppid=23021 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23023/task/23033/stat : 23033 (java) S 23021 23023 20503 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254082908 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399541730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23034] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23034/stat : 23034 (java) S 23021 23023 20503 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254082909 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140399529318504 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23035] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23035/stat : 23035 (java) S 23021 23023 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254082910 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398924129400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23036] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23036/stat : 23036 (java) S 23021 23023 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254082910 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398923076744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23037] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23037/stat : 23037 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398922025488 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23038] ppid=23021 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/23023/task/23038/stat : 23038 (java) S 23021 23023 20503 0 -1 4202560 13412 0 0 0 144 2 0 0 20 0 19 0 254082912 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398920972856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23039] ppid=23021 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23023/task/23039/stat : 23039 (java) S 23021 23023 20503 0 -1 4202560 11558 0 0 0 148 3 0 0 20 0 19 0 254082912 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398919920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23040] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23040/stat : 23040 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398918867960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23041] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23041/stat : 23041 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254082912 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398917815624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23044] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23044/stat : 23044 (java) S 23021 23023 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254082975 10060460032 59807 33554432000 1073741824 1073778376 140735930699840 140398912853032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9824668

[startup+12.7007 s]

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

[pid=23023/tid=23029] ppid=23021 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/23023/task/23029/stat : 23029 (java) S 23021 23023 20503 0 -1 4202560 802 0 0 0 334 26 0 0 20 0 22 0 254082908 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140399663450664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23030] ppid=23021 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/23023/task/23030/stat : 23030 (java) S 23021 23023 20503 0 -1 4202560 1422 0 0 0 313 27 0 0 20 0 22 0 254082908 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140399544887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23031] ppid=23021 vsize=9824668 CPUtime=3.52 cores=1,3,5,7
/proc/23023/task/23031/stat : 23031 (java) S 23021 23023 20503 0 -1 4202560 962 0 0 0 326 26 0 0 20 0 22 0 254082908 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140399543835432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23032] ppid=23021 vsize=9824668 CPUtime=3.66 cores=1,3,5,7
/proc/23023/task/23032/stat : 23032 (java) S 23021 23023 20503 0 -1 4202560 1594 0 0 0 338 28 0 0 20 0 22 0 254082908 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140399542782888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23033] ppid=23021 vsize=9824668 CPUtime=3.69 cores=1,3,5,7
/proc/23023/task/23033/stat : 23033 (java) S 23021 23023 20503 0 -1 4202560 1335 0 0 0 336 33 0 0 20 0 22 0 254082908 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140399541730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23034] ppid=23021 vsize=9824668 CPUtime=44.82 cores=1,3,5,7
/proc/23023/task/23034/stat : 23034 (java) S 23021 23023 20503 0 -1 4202560 1991 0 0 0 4445 37 0 0 20 0 22 0 254082909 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140399529318504 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23035] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23035/stat : 23035 (java) S 23021 23023 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254082910 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398924129400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23036] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23036/stat : 23036 (java) S 23021 23023 20503 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 254082910 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398923076744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23037] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23037/stat : 23037 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254082912 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398922025488 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23038] ppid=23021 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/23023/task/23038/stat : 23038 (java) S 23021 23023 20503 0 -1 4202560 13431 0 0 0 171 2 0 0 20 0 22 0 254082912 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398920972856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23039] ppid=23021 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/23023/task/23039/stat : 23039 (java) S 23021 23023 20503 0 -1 4202560 11572 0 0 0 176 3 0 0 20 0 22 0 254082912 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398919920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23040] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23040/stat : 23040 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254082912 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398918867960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23041] ppid=23021 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/23023/task/23041/stat : 23041 (java) S 23021 23023 20503 0 -1 4202560 51 0 0 0 23 21 0 0 20 0 22 0 254082912 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398917815624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23135] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23135/stat : 23135 (java) S 23021 23023 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254087884 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398916761000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23307] ppid=23021 vsize=9824668 CPUtime=9.9 cores=1,3,5,7
/proc/23023/task/23307/stat : 23307 (java) R 23021 23023 20503 0 -1 4202560 3 0 0 0 990 0 0 0 20 0 22 0 254169910 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398911799376 140399545998527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23308] ppid=23021 vsize=9824668 CPUtime=9.91 cores=1,3,5,7
/proc/23023/task/23308/stat : 23308 (java) R 23021 23023 20503 0 -1 4202560 12 0 0 0 991 0 0 0 20 0 22 0 254169910 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398912852304 140399546008844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23309] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23309/stat : 23309 (java) S 23021 23023 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254169910 10060460032 547317 33554432000 1073741824 1073778376 140735930699840 140398915707944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1702.42
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.101 s]
/proc/loadavg: 4.03 3.98 3.87 5/219 23309
/proc/meminfo: memFree=25607604/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9824668 CPUtime=1797.6 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 44357 0 1 0 179353 407 0 0 20 0 22 0 254082906 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2456167 562744 2289 9 0 2446860 0
[pid=23023/tid=23025] ppid=23021 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/23023/task/23025/stat : 23025 (java) S 23021 23023 20503 0 -1 4202560 2587 0 1 0 66 6 0 0 20 0 22 0 254082907 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399705117688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23026] ppid=23021 vsize=9824668 CPUtime=3.87 cores=1,3,5,7
/proc/23023/task/23026/stat : 23026 (java) S 23021 23023 20503 0 -1 4202560 1235 0 0 0 360 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399666608296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23027] ppid=23021 vsize=9824668 CPUtime=3.43 cores=1,3,5,7
/proc/23023/task/23027/stat : 23027 (java) S 23021 23023 20503 0 -1 4202560 949 0 0 0 322 21 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399665555752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23028] ppid=23021 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/23023/task/23028/stat : 23028 (java) S 23021 23023 20503 0 -1 4202560 1731 0 0 0 333 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399664503208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23029] ppid=23021 vsize=9824668 CPUtime=3.72 cores=1,3,5,7
/proc/23023/task/23029/stat : 23029 (java) S 23021 23023 20503 0 -1 4202560 810 0 0 0 346 26 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399663450664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23030] ppid=23021 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/23023/task/23030/stat : 23030 (java) S 23021 23023 20503 0 -1 4202560 1429 0 0 0 324 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399544887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23031] ppid=23021 vsize=9824668 CPUtime=3.66 cores=1,3,5,7
/proc/23023/task/23031/stat : 23031 (java) S 23021 23023 20503 0 -1 4202560 972 0 0 0 339 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399543835432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23032] ppid=23021 vsize=9824668 CPUtime=3.79 cores=1,3,5,7
/proc/23023/task/23032/stat : 23032 (java) S 23021 23023 20503 0 -1 4202560 1599 0 0 0 351 28 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399542782888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23033] ppid=23021 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/23023/task/23033/stat : 23033 (java) S 23021 23023 20503 0 -1 4202560 1344 0 0 0 348 33 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399541730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23034] ppid=23021 vsize=9824668 CPUtime=49.68 cores=1,3,5,7
/proc/23023/task/23034/stat : 23034 (java) S 23021 23023 20503 0 -1 4202560 2054 0 0 0 4930 38 0 0 20 0 22 0 254082909 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399529318504 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23035] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23035/stat : 23035 (java) S 23021 23023 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254082910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398924129400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23036] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23036/stat : 23036 (java) S 23021 23023 20503 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 254082910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398923076744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23037] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23037/stat : 23037 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398922025488 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23038] ppid=23021 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/23023/task/23038/stat : 23038 (java) S 23021 23023 20503 0 -1 4202560 13431 0 0 0 171 2 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398920972856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23039] ppid=23021 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/23023/task/23039/stat : 23039 (java) S 23021 23023 20503 0 -1 4202560 11572 0 0 0 176 3 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398919920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23040] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23040/stat : 23040 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398918867960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23041] ppid=23021 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/23023/task/23041/stat : 23041 (java) S 23021 23023 20503 0 -1 4202560 55 0 0 0 25 23 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398917815624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23135] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23135/stat : 23135 (java) S 23021 23023 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254087884 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398916761000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23307] ppid=23021 vsize=9824668 CPUtime=54.46 cores=1,3,5,7
/proc/23023/task/23307/stat : 23307 (java) R 23021 23023 20503 0 -1 4202560 4 0 0 0 5446 0 0 0 20 0 22 0 254169910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398911799376 140399545986711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23308] ppid=23021 vsize=9824668 CPUtime=54.47 cores=1,3,5,7
/proc/23023/task/23308/stat : 23308 (java) R 23021 23023 20503 0 -1 4202560 21 0 0 0 5447 0 0 0 20 0 22 0 254169910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398912850400 140399545967958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23309] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23309/stat : 23309 (java) S 23021 23023 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254169910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398915707944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (KiB) 9824668

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

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

[startup+932.101 s]
/proc/loadavg: 4.03 3.98 3.87 5/219 23309
/proc/meminfo: memFree=25607604/32873844 swapFree=6856/6856
[pid=23023] ppid=23021 vsize=9824668 CPUtime=1797.6 cores=1,3,5,7
/proc/23023/stat : 23023 (java) S 23021 23023 20503 0 -1 4202496 44357 0 1 0 179353 407 0 0 20 0 22 0 254082906 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140735930690976 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23023/statm: 2456167 562744 2289 9 0 2446860 0
[pid=23023/tid=23025] ppid=23021 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/23023/task/23025/stat : 23025 (java) S 23021 23023 20503 0 -1 4202560 2587 0 1 0 66 6 0 0 20 0 22 0 254082907 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399705117688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23026] ppid=23021 vsize=9824668 CPUtime=3.87 cores=1,3,5,7
/proc/23023/task/23026/stat : 23026 (java) S 23021 23023 20503 0 -1 4202560 1235 0 0 0 360 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399666608296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23027] ppid=23021 vsize=9824668 CPUtime=3.43 cores=1,3,5,7
/proc/23023/task/23027/stat : 23027 (java) S 23021 23023 20503 0 -1 4202560 949 0 0 0 322 21 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399665555752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23028] ppid=23021 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/23023/task/23028/stat : 23028 (java) S 23021 23023 20503 0 -1 4202560 1731 0 0 0 333 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399664503208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23029] ppid=23021 vsize=9824668 CPUtime=3.72 cores=1,3,5,7
/proc/23023/task/23029/stat : 23029 (java) S 23021 23023 20503 0 -1 4202560 810 0 0 0 346 26 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399663450664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23030] ppid=23021 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/23023/task/23030/stat : 23030 (java) S 23021 23023 20503 0 -1 4202560 1429 0 0 0 324 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399544887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23031] ppid=23021 vsize=9824668 CPUtime=3.66 cores=1,3,5,7
/proc/23023/task/23031/stat : 23031 (java) S 23021 23023 20503 0 -1 4202560 972 0 0 0 339 27 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399543835432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23032] ppid=23021 vsize=9824668 CPUtime=3.79 cores=1,3,5,7
/proc/23023/task/23032/stat : 23032 (java) S 23021 23023 20503 0 -1 4202560 1599 0 0 0 351 28 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399542782888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23033] ppid=23021 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/23023/task/23033/stat : 23033 (java) S 23021 23023 20503 0 -1 4202560 1344 0 0 0 348 33 0 0 20 0 22 0 254082908 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399541730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23034] ppid=23021 vsize=9824668 CPUtime=49.68 cores=1,3,5,7
/proc/23023/task/23034/stat : 23034 (java) S 23021 23023 20503 0 -1 4202560 2054 0 0 0 4930 38 0 0 20 0 22 0 254082909 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140399529318504 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23035] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23035/stat : 23035 (java) S 23021 23023 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254082910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398924129400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23036] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23036/stat : 23036 (java) S 23021 23023 20503 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 254082910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398923076744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23037] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23037/stat : 23037 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398922025488 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23038] ppid=23021 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/23023/task/23038/stat : 23038 (java) S 23021 23023 20503 0 -1 4202560 13431 0 0 0 171 2 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398920972856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23039] ppid=23021 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/23023/task/23039/stat : 23039 (java) S 23021 23023 20503 0 -1 4202560 11572 0 0 0 176 3 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398919920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23040] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23040/stat : 23040 (java) S 23021 23023 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398918867960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23041] ppid=23021 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/23023/task/23041/stat : 23041 (java) S 23021 23023 20503 0 -1 4202560 55 0 0 0 25 23 0 0 20 0 22 0 254082912 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398917815624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23023/tid=23135] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23135/stat : 23135 (java) S 23021 23023 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254087884 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398916761000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23023/tid=23307] ppid=23021 vsize=9824668 CPUtime=54.46 cores=1,3,5,7
/proc/23023/task/23307/stat : 23307 (java) R 23021 23023 20503 0 -1 4202560 4 0 0 0 5446 0 0 0 20 0 22 0 254169910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398911799376 140399545986711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23023/tid=23308] ppid=23021 vsize=9824668 CPUtime=54.47 cores=1,3,5,7
/proc/23023/task/23308/stat : 23308 (java) R 23021 23023 20503 0 -1 4202560 21 0 0 0 5447 0 0 0 20 0 22 0 254169910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398912850400 140399545967958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23023/tid=23309] ppid=23021 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23023/task/23309/stat : 23309 (java) S 23021 23023 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254169910 10060460032 562744 33554432000 1073741824 1073778376 140735930699840 140398915707944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23023 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=218389
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=242355
# CPU time returned by wait4() is 1797.46
# while last known CPU time is 1797.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.50021
#  lost CPU user time (s): 2.79012
#  lost CPU system time (s): -0.29

Real time (s): 932.14
CPU time (s): 1800.1
CPU user time (s): 1796.32
CPU system time (s): 3.78
CPU usage (%): 193.115
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 4.24235
maximum resident set size= 2251088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44387
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34163
involuntary context switches= 56697

runsolver used 3.47147 second user time and 9.24459 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 19:12:24
IDJOB=3688754
IDBENCH=48258
IDSOLVER=2268
FILE ID=node106/3688754-1337879544
RUNJOBID= node106-1337871881-20520
PBS_JOBID= 14620098
Free space on /tmp= 71664 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688754-1337879544/watcher-3688754-1337879544 -o /tmp/evaluation-result-3688754-1337879544/solver-3688754-1337879544 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688754-1337879544.opb

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

MD5SUM BENCH= 162153f0f0e5f8f2e587b9d579ee09dc
RANDOM SEED=149628266

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25783568 kB
Buffers:          203052 kB
Cached:          2902276 kB
SwapCached:            0 kB
Active:          3918008 kB
Inactive:        2402216 kB
Active(anon):    3217764 kB
Inactive(anon):        0 kB
Active(file):     700244 kB
Inactive(file):  2402216 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               516 kB
Writeback:             0 kB
AnonPages:       3221632 kB
Mapped:            22696 kB
Shmem:               200 kB
Slab:             626144 kB
SReclaimable:      68608 kB
SUnreclaim:       557536 kB
KernelStack:        1616 kB
PageTables:        10496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3540588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3149824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node106 at 2012-05-24 19:27:58