Trace number 363481

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, and are wall clock time (not CPU 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
SAT4JPseudoResolution 2007-03-23SAT (TO)50797 1800.39 1787.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark1.03584
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/363481-1177028218/instance-363481-1177028218.opb
0.19/0.21	c reading problem ... 
0.59/0.57	c ... done. Wall clock time 0.36s.
0.59/0.57	c CPU time (experimental) 0.45s.
0.59/0.57	c #vars     572
0.59/0.57	c #constraints  215
2.71/2.05	c SATISFIABLE
2.71/2.05	c OPTIMIZING...
2.71/2.05	c Got one! Elapsed wall clock time (in seconds):1.838
2.71/2.05	o 69672
3.86/2.66	c Got one! Elapsed wall clock time (in seconds):2.448
3.86/2.66	o 69599
4.26/2.82	c Got one! Elapsed wall clock time (in seconds):2.608
4.26/2.82	o 69148
4.50/3.00	c Got one! Elapsed wall clock time (in seconds):2.793
4.50/3.00	o 67335
5.47/3.96	c Got one! Elapsed wall clock time (in seconds):3.751
5.47/3.96	o 62969
5.59/4.05	c Got one! Elapsed wall clock time (in seconds):3.845
5.59/4.05	o 55468
10.29/8.65	c Got one! Elapsed wall clock time (in seconds):8.442
10.29/8.65	o 54221
10.91/9.22	c Got one! Elapsed wall clock time (in seconds):9.012
10.91/9.22	o 53140
14.03/12.23	c Got one! Elapsed wall clock time (in seconds):12.026
14.03/12.23	o 50958
1092.16/1083.71	c cleaning 524480 clauses out of 1049028 for limit 6.257527298199574E9
1117.05/1108.51	c cleaning 265236 clauses out of 530545 for limit 4.9915418416775185E-8
1120.95/1112.42	c cleaning 132880 clauses out of 265808 for limit 1.6413842788190217E-7
1123.35/1114.88	c cleaning 66684 clauses out of 133430 for limit 5.403183806404303E-7
1124.25/1115.70	c cleaning 33594 clauses out of 67244 for limit 1.7645604937214867E-6
1124.45/1115.95	c cleaning 17047 clauses out of 34150 for limit 5.730008552260413E-6
1126.60/1118.03	c cleaning 12011 clauses out of 24111 for limit 0.009003041819304612
1126.80/1118.23	c cleaning 6232 clauses out of 12594 for limit 0.028254629570824
1127.00/1118.44	c cleaning 3367 clauses out of 6860 for limit 0.08537211773243472
1128.65/1120.01	c cleaning 4186 clauses out of 8494 for limit 10.268837834593825
1128.75/1120.17	c cleaning 2339 clauses out of 4807 for limit 29.893778020613023
1128.95/1120.32	c cleaning 1411 clauses out of 2968 for limit 79.8448515596504
1129.05/1120.48	c cleaning 964 clauses out of 2060 for limit 190.28432604915238
1129.15/1120.59	c cleaning 733 clauses out of 1593 for limit 404.58223821193894
1129.35/1120.74	c cleaning 609 clauses out of 1360 for limit 781.5190471500091
1129.45/1120.90	c cleaning 562 clauses out of 1251 for limit 1401.125550405523
1129.65/1121.04	c cleaning 531 clauses out of 1189 for limit 2431.1311886237286
1131.78/1123.18	c cleaning 3510 clauses out of 7158 for limit 269479.09894770343
1131.98/1123.34	c cleaning 2007 clauses out of 4149 for limit 767474.1288350554
1132.08/1123.49	c cleaning 1252 clauses out of 2641 for limit 1986370.0271087508
1134.21/1125.55	c cleaning 3627 clauses out of 7391 for limit 2.8778292339709264E8
1134.41/1125.72	c cleaning 2131 clauses out of 4262 for limit 8.21375302891024E8
1134.51/1125.85	c cleaning 1316 clauses out of 2632 for limit 2.1956322418365426E9
1136.85/1128.15	c cleaning 3906 clauses out of 7815 for limit 4.929564137471655E11
1137.05/1128.31	c cleaning 2128 clauses out of 4411 for limit 1.4431961333640747E12
1137.15/1128.45	c cleaning 1389 clauses out of 2781 for limit 3.7674568683610938E12
1137.26/1128.57	c cleaning 920 clauses out of 1893 for limit 9.136693634598389E12
1137.36/1128.69	c cleaning 657 clauses out of 1473 for limit 1.936389936011819E13
1139.70/1130.97	c cleaning 4897 clauses out of 9816 for limit 2.36519515177192E-4
1139.80/1131.09	c cleaning 2645 clauses out of 5419 for limit 7.065424595413909E-4
1139.90/1131.19	c cleaning 1567 clauses out of 3273 for limit 0.0019272266243981113
1140.10/1131.30	c cleaning 1034 clauses out of 2207 for limit 0.004718096916617896
1140.20/1131.41	c cleaning 764 clauses out of 1672 for limit 0.01026016377130539
1140.30/1131.51	c cleaning 632 clauses out of 1409 for limit 0.02009879274055269
1142.85/1134.03	c cleaning 4823 clauses out of 9776 for limit 23.55544029121422
1143.05/1134.22	c cleaning 2656 clauses out of 5454 for limit 69.69918252075162
1143.15/1134.39	c cleaning 1575 clauses out of 3298 for limit 190.08509042216852
1143.35/1134.54	c cleaning 1036 clauses out of 2223 for limit 465.0665772324488
1143.45/1134.67	c cleaning 795 clauses out of 1687 for limit 1010.6374712512704
1143.65/1134.80	c cleaning 644 clauses out of 1392 for limit 2019.887263796254
1146.49/1137.62	c cleaning 4817 clauses out of 9748 for limit 2347776.826885234
1146.59/1137.78	c cleaning 2655 clauses out of 5431 for limit 6949417.706126989
1146.79/1137.92	c cleaning 1578 clauses out of 3276 for limit 1.8999414304821867E7
1146.89/1138.05	c cleaning 1040 clauses out of 2198 for limit 4.669950800668069E7
1146.99/1138.16	c cleaning 772 clauses out of 1658 for limit 1.0209661751570505E8
1149.82/1140.96	c cleaning 4431 clauses out of 8887 for limit 5.706494512987585E10
1150.02/1141.13	c cleaning 2475 clauses out of 4955 for limit 1.686173659073803E11
1150.12/1141.25	c cleaning 1438 clauses out of 2980 for limit 4.623656715879796E11
1150.22/1141.38	c cleaning 967 clauses out of 2042 for limit 1.1127612551087622E12
1150.43/1141.50	c cleaning 739 clauses out of 1575 for limit 2.379211565496189E12
1150.52/1141.62	c cleaning 610 clauses out of 1335 for limit 4.624382297195649E12
1153.56/1144.63	c cleaning 5589 clauses out of 11228 for limit 2.0133058442896347E-4
1153.66/1144.79	c cleaning 3013 clauses out of 6137 for limit 6.062376415018288E-4
1153.86/1144.95	c cleaning 1754 clauses out of 3623 for limit 0.001691811851057576
1153.96/1145.10	c cleaning 1125 clauses out of 2369 for limit 0.004266887801497981
1154.16/1145.24	c cleaning 814 clauses out of 1744 for limit 0.009558410770722012
1154.26/1145.37	c cleaning 654 clauses out of 1430 for limit 0.019224365748629853
1159.11/1150.12	c cleaning 5843 clauses out of 11776 for limit 140.54641591520408
1159.21/1150.29	c cleaning 3174 clauses out of 6435 for limit 425.00489436003545
1159.41/1150.47	c cleaning 1840 clauses out of 3759 for limit 1197.4489855568834
1159.51/1150.60	c cleaning 1166 clauses out of 2421 for limit 3072.270616434912
1159.71/1150.74	c cleaning 836 clauses out of 1754 for limit 6986.280890159753
1159.80/1150.88	c cleaning 660 clauses out of 1419 for limit 14255.53875923206
1160.00/1151.00	c cleaning 587 clauses out of 1257 for limit 26486.075730053388
1160.10/1151.12	c cleaning 544 clauses out of 1172 for limit 46940.768237520984
1164.65/1155.62	c cleaning 5807 clauses out of 11626 for limit 2.843203707254363E8
1164.95/1155.93	c cleaning 3156 clauses out of 6321 for limit 8.641266827037008E8
1165.16/1156.13	c cleaning 1826 clauses out of 3663 for limit 2.4542180772895455E9
1165.25/1156.25	c cleaning 1117 clauses out of 2337 for limit 6.343767300579522E9
1165.35/1156.38	c cleaning 858 clauses out of 1721 for limit 1.4220520241119255E10
1165.58/1156.52	c cleaning 682 clauses out of 1365 for limit 2.9627063911503788E10
1165.68/1156.64	c cleaning 585 clauses out of 1180 for limit 5.634970024089129E10
1165.78/1156.75	c cleaning 546 clauses out of 1095 for limit 1.0014179812767944E11
1165.88/1156.86	c cleaning 486 clauses out of 1049 for limit 1.7238914005497513E11
1169.84/1160.74	c cleaning 5002 clauses out of 10063 for limit 2.4122358742519833E-6
1170.04/1160.90	c cleaning 2768 clauses out of 5563 for limit 7.210462046617027E-6
1170.14/1161.05	c cleaning 1593 clauses out of 3297 for limit 2.010379830964846E-5
1170.24/1161.18	c cleaning 1090 clauses out of 2202 for limit 4.954121055907819E-5
1170.33/1161.29	c cleaning 797 clauses out of 1610 for limit 1.1151798576312093E-4
1170.53/1161.43	c cleaning 646 clauses out of 1314 for limit 2.255619425997639E-4
1170.64/1161.56	c cleaning 555 clauses out of 1167 for limit 4.184193019522481E-4
1170.74/1161.69	c cleaning 494 clauses out of 1114 for limit 7.24306339475598E-4
1170.93/1161.82	c cleaning 525 clauses out of 1119 for limit 0.0011879516522693974
1171.03/1161.95	c cleaning 507 clauses out of 1093 for limit 0.0020036878547003006
1175.28/1166.15	c cleaning 5490 clauses out of 11087 for limit 7.218456091867202
1175.58/1166.41	c cleaning 2995 clauses out of 6096 for limit 21.628917472536518
1175.78/1166.61	c cleaning 1752 clauses out of 3602 for limit 60.426359781867205
1175.88/1166.75	c cleaning 1124 clauses out of 2350 for limit 152.74189183347374
1175.98/1166.87	c cleaning 810 clauses out of 1727 for limit 343.1026630183048
1176.18/1167.01	c cleaning 655 clauses out of 1416 for limit 689.4051896446301
1176.28/1167.14	c cleaning 574 clauses out of 1261 for limit 1276.6698499092515
1176.38/1167.28	c cleaning 537 clauses out of 1186 for limit 2236.301601946752
1176.58/1167.40	c cleaning 537 clauses out of 1149 for limit 3806.7198984350043
1180.22/1171.07	c cleaning 5252 clauses out of 10613 for limit 9132402.3821
1180.42/1171.23	c cleaning 2884 clauses out of 5860 for limit 2.724877369866111E7
1180.52/1171.36	c cleaning 1699 clauses out of 3477 for limit 7.581066150828743E7
1180.62/1171.48	c cleaning 1095 clauses out of 2278 for limit 1.9082582303176367E8
1180.82/1171.61	c cleaning 806 clauses out of 1683 for limit 4.2595393529060185E8
1180.92/1171.73	c cleaning 642 clauses out of 1376 for limit 8.583209090722249E8
1181.02/1171.85	c cleaning 616 clauses out of 1235 for limit 1.5786707682351096E9
1181.12/1171.96	c cleaning 560 clauses out of 1121 for limit 2.8739408330657454E9
1181.22/1172.05	c cleaning 527 clauses out of 1058 for limit 5.006683285113203E9
1181.32/1172.17	c cleaning 471 clauses out of 1031 for limit 8.472918108026833E9
1181.52/1172.30	c cleaning 478 clauses out of 1061 for limit 1.3591478080997072E10
1181.62/1172.41	c cleaning 487 clauses out of 1082 for limit 2.195716105575749E10
1185.85/1176.67	c cleaning 6042 clauses out of 12097 for limit 1.953800391603499E-6
1186.05/1176.90	c cleaning 3264 clauses out of 6553 for limit 5.936145925581269E-6
1186.26/1177.05	c cleaning 1852 clauses out of 3789 for limit 1.693074302966612E-5
1186.35/1177.18	c cleaning 1214 clauses out of 2438 for limit 4.3436749767178555E-5
1186.45/1177.29	c cleaning 856 clauses out of 1723 for limit 1.012574811947655E-4
1186.65/1177.40	c cleaning 673 clauses out of 1367 for limit 2.1047463734609196E-4
1186.75/1177.52	c cleaning 586 clauses out of 1195 for limit 3.9745757453946314E-4
1186.85/1177.64	c cleaning 505 clauses out of 1108 for limit 7.062204643498306E-4
1186.95/1177.77	c cleaning 500 clauses out of 1104 for limit 0.0011700418177176656
1187.05/1177.89	c cleaning 501 clauses out of 1103 for limit 0.0019293735482952999
1187.25/1178.02	c cleaning 496 clauses out of 1104 for limit 0.00318528040287164
1190.69/1181.45	c cleaning 4751 clauses out of 9606 for limit 2.9737955234285023
1190.88/1181.69	c cleaning 2627 clauses out of 5356 for limit 8.804476043544085
1191.08/1181.89	c cleaning 1561 clauses out of 3228 for limit 24.067552820791118
1191.28/1182.06	c cleaning 1035 clauses out of 2167 for limit 59.12381308903778
1191.48/1182.20	c cleaning 770 clauses out of 1634 for limit 129.56694088080155
1191.58/1182.33	c cleaning 645 clauses out of 1362 for limit 255.83267574628357
1191.69/1182.45	c cleaning 575 clauses out of 1217 for limit 472.17004282545594
1191.79/1182.57	c cleaning 533 clauses out of 1143 for limit 829.9141628992661
1191.88/1182.68	c cleaning 517 clauses out of 1111 for limit 1409.4697073168031
1191.98/1182.79	c cleaning 509 clauses out of 1092 for limit 2360.1197021631656
1192.18/1182.92	c cleaning 500 clauses out of 1083 for limit 3924.497882802501
1192.28/1183.02	c Got one! Elapsed wall clock time (in seconds):1182.813
1192.28/1183.02	o 50797
1800.03/1787.81	c starts		: 106
1800.03/1787.81	c conflicts		: 1805173
1800.03/1787.81	c decisions		: 2082789
1800.03/1787.81	c propagations		: 24492659
1800.03/1787.81	c inspects		: 2659239481
1800.03/1787.81	c learnt literals	: 5
1800.03/1787.81	c learnt binary clauses	: 282
1800.03/1787.81	c learnt ternary clauses	: 254
1800.03/1787.81	c learnt clauses	: 1805168
1800.03/1787.81	c root simplifications	: 0
1800.03/1787.81	c removed literals (reason simplification)	: 0
1800.03/1787.81	c reason swapping (by a shorter reason)	: 0
1800.03/1787.81	c Calls to reduceDB	: 127
1800.03/1787.81	c speed (decisions/second)	: 3443.8730714093203
1800.03/1787.81	c non guided choices	171
1800.03/1787.81	s SATISFIABLE
1800.22/1787.81	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
1800.22/1787.81	v -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
1800.22/1787.81	v 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
1800.22/1787.81	v 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
1800.22/1787.81	v x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128
1800.22/1787.81	v -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149
1800.22/1787.81	v -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170
1800.22/1787.81	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191
1800.22/1787.81	v -x192 x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212
1800.22/1787.81	v -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 x233
1800.22/1787.81	v -x234 x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 x254
1800.22/1787.81	v -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275
1800.22/1787.81	v -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296
1800.22/1787.81	v -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317
1800.22/1787.81	v -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338
1800.22/1787.81	v x339 -x340 x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359
1800.22/1787.81	v -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380
1800.22/1787.81	v -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401
1800.22/1787.81	v -x402 -x403 x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422
1800.22/1787.81	v x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443
1800.22/1787.81	v -x444 -x445 -x446 x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464
1800.22/1787.81	v -x465 -x466 -x467 x468 -x469 -x470 -x471 x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485
1800.22/1787.81	v -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 -x504 -x505 -x506
1800.22/1787.81	v -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527
1800.22/1787.81	v -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 -x548
1800.22/1787.81	v -x549 -x550 x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569
1800.22/1787.81	v -x570 -x571 -x572
1800.22/1787.81	c objective function=50797
1800.22/1787.81	c Total wall clock time (ms): 1787.606

Verifier Data (download as text)

OK	50797

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-363481-1177028218 -o ROOT/results/node48/solver-363481-1177028218 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363481-1177028218/sat4jPseudoResolution.jar /tmp/evaluation/363481-1177028218/instance-363481-1177028218.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 7650
/proc/meminfo: memFree=1866288/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=18568 CPUtime=0
/proc/7650/stat : 7650 (runsolver) D 7648 7650 7341 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 57667117 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 255539604775 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/7650/statm: 4642 292 257 24 0 2626 0

[startup+0.062682 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 7650
/proc/meminfo: memFree=1866288/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1777060 CPUtime=0.04
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 3528 0 1 0 2 2 0 0 18 0 5 0 57667117 1819709440 3273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 444265 3273 1048 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.101685 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 7650
/proc/meminfo: memFree=1866288/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1777844 CPUtime=0.07
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 3875 0 1 0 5 2 0 0 18 0 7 0 57667117 1820512256 3618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 444461 3618 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301705 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 7650
/proc/meminfo: memFree=1866288/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1781412 CPUtime=0.32
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 5061 0 1 0 28 4 0 0 18 0 12 0 57667117 1824165888 4800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 445353 4800 1264 9 0 442965 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781412

[startup+0.701743 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 7650
/proc/meminfo: memFree=1866288/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1784956 CPUtime=0.99
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 7442 0 1 0 94 5 0 0 18 0 13 0 57667117 1827794944 6653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 446239 6653 1307 9 0 443851 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1784956

[startup+1.50282 s]
/proc/loadavg: 0.91 0.96 0.98 3/77 7663
/proc/meminfo: memFree=1841992/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1786932 CPUtime=2.16
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 13571 0 1 0 209 7 0 0 18 0 13 0 57667117 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 446733 11453 1314 9 0 444345 0
[pid=7650/tid=7652] ppid=7648 vsize=1786932 CPUtime=1.15
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 9338 0 1 0 110 5 0 0 20 0 13 0 57667119 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109597543 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 57667120 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 57667120 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 57667123 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 57667123 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 57667123 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1786932 CPUtime=0.51
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 1823 0 0 0 51 0 0 0 17 0 13 0 57667127 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1786932 CPUtime=0.47
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 1688 0 0 0 47 0 0 0 16 0 13 0 57667127 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7663] ppid=7648 vsize=1786932 CPUtime=0
/proc/7650/task/7663/stat : 7663 (java) S 7648 7650 7341 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 57667176 1829818368 11453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1786932

[startup+3.10296 s]
/proc/loadavg: 0.91 0.96 0.98 3/76 7663
/proc/meminfo: memFree=1805320/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1794072 CPUtime=4.65
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 33492 0 1 0 447 18 0 0 18 0 13 0 57667117 1837129728 27405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 448518 27406 1317 9 0 446130 0
[pid=7650/tid=7652] ppid=7648 vsize=1794072 CPUtime=2.65
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 23542 0 1 0 252 13 0 0 17 0 13 0 57667119 1837129728 27406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109588477 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 57667120 1837129728 27407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 57667120 1837129728 27408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 57667123 1837129728 27408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 57667123 1837129728 27408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 57667123 1837129728 27409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1837129728 27410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1794072 CPUtime=1.38
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7098 0 0 0 135 3 0 0 16 0 13 0 57667127 1837129728 27410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1794072 CPUtime=0.58
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2130 0 0 0 58 0 0 0 16 0 13 0 57667127 1837129728 27411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1837129728 27412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1794072 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1837129728 27412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 1794072

[startup+6.30125 s]
/proc/loadavg: 0.92 0.96 0.98 2/77 7669
/proc/meminfo: memFree=1693104/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1793128 CPUtime=7.93
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 50716 0 1 0 767 26 0 0 18 0 13 0 57667117 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 448282 44292 1326 9 0 445894 0
[pid=7650/tid=7652] ppid=7648 vsize=1793128 CPUtime=5.79
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 37730 0 1 0 560 19 0 0 25 0 13 0 57667119 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109628425 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1793128 CPUtime=0.01
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 1381 0 0 0 1 0 0 0 17 0 13 0 57667120 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1793128 CPUtime=0.01
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 1614 0 0 0 1 0 0 0 17 0 13 0 57667120 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1793128 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 57667123 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1793128 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1793128 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 57667123 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1793128 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1793128 CPUtime=1.41
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7105 0 0 0 138 3 0 0 16 0 13 0 57667127 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1793128 CPUtime=0.64
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2155 0 0 0 64 0 0 0 16 0 13 0 57667127 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1793128 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1793128 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7669] ppid=7648 vsize=1793128 CPUtime=0
/proc/7650/task/7669/stat : 7669 (java) S 7648 7650 7341 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 57667525 1836163072 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 1793128

[startup+12.7018 s]
/proc/loadavg: 0.93 0.96 0.98 2/77 7671
/proc/meminfo: memFree=1661736/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1794152 CPUtime=14.61
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 67237 0 1 0 1427 34 0 0 18 0 13 0 57667117 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 448538 58281 1334 9 0 446150 0
[pid=7650/tid=7652] ppid=7648 vsize=1794152 CPUtime=11.98
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 37735 0 1 0 1179 19 0 0 18 0 13 0 57667119 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587293 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1794152 CPUtime=0.15
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 9295 0 0 0 11 4 0 0 17 0 13 0 57667120 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1794152 CPUtime=0.15
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 9963 0 0 0 10 5 0 0 17 0 13 0 57667120 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1794152 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1794152 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1794152 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 57667123 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1794152 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1794152 CPUtime=1.56
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7125 0 0 0 153 3 0 0 16 0 13 0 57667127 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1794152 CPUtime=0.73
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2380 0 0 0 72 1 0 0 17 0 13 0 57667127 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1794152 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1794152 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1837211648 58281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 1794152

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.98 3/77 7672
/proc/meminfo: memFree=1606496/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1788856 CPUtime=27.74
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 81832 0 1 0 2732 42 0 0 18 0 13 0 57667117 1831788544 67023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 447214 67023 1334 9 0 444826 0
[pid=7650/tid=7652] ppid=7648 vsize=1788856 CPUtime=24.45
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 37738 0 1 0 2426 19 0 0 25 0 13 0 57667119 1831788544 67023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109605535 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1788856 CPUtime=0.47
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 16380 0 0 0 39 8 0 0 17 0 13 0 57667120 1831788544 67023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1788856 CPUtime=0.46
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 17470 0 0 0 38 8 0 0 16 0 13 0 57667120 1831788544 67023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 67023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 67023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7650/tid=7655] ppid=7648 vsize=1788856 CPUtime=2.03
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 1377 0 2 0 181 22 0 0 16 0 13 0 57667123 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1788856 CPUtime=1.66
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7134 0 0 0 163 3 0 0 17 0 13 0 57667127 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1788856 CPUtime=0.84
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2387 0 0 0 83 1 0 0 16 0 13 0 57667127 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7673] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7673/stat : 7673 (java) S 7648 7650 7341 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 57785420 1831788544 169877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1673.96
Current children cumulated vsize (KiB) 1788856

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7673
/proc/meminfo: memFree=1139032/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1788856 CPUtime=1734.37
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 623140 0 3 0 173116 321 0 0 18 0 13 0 57667117 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 447214 181937 1337 9 0 444826 0
[pid=7650/tid=7652] ppid=7648 vsize=1788856 CPUtime=1708.31
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 47003 0 1 0 170801 30 0 0 25 0 13 0 57667119 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109654662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1788856 CPUtime=10.75
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 272460 0 0 0 950 125 0 0 16 0 13 0 57667120 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1788856 CPUtime=10.72
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 292043 0 0 0 934 138 0 0 16 0 13 0 57667120 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1788856 CPUtime=2.03
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 1382 0 2 0 181 22 0 0 16 0 13 0 57667123 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1788856 CPUtime=1.66
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7134 0 0 0 163 3 0 0 17 0 13 0 57667127 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1788856 CPUtime=0.84
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2387 0 0 0 83 1 0 0 16 0 13 0 57667127 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7673] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7673/stat : 7673 (java) S 7648 7650 7341 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 57785420 1831788544 181937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1734.37
Current children cumulated vsize (KiB) 1788856

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7673
/proc/meminfo: memFree=1085272/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1788856 CPUtime=1794.62
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 639849 0 3 0 179133 329 0 0 18 0 13 0 57667117 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 447214 195350 1337 9 0 444826 0
[pid=7650/tid=7652] ppid=7648 vsize=1788856 CPUtime=1768.02
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 47006 0 1 0 176772 30 0 0 25 0 13 0 57667119 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109663535 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1788856 CPUtime=11.02
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 280319 0 0 0 974 128 0 0 16 0 13 0 57667120 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1788856 CPUtime=10.99
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 300889 0 0 0 957 142 0 0 16 0 13 0 57667120 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1788856 CPUtime=2.03
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 1383 0 2 0 181 22 0 0 16 0 13 0 57667123 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1788856 CPUtime=1.66
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7134 0 0 0 163 3 0 0 17 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1788856 CPUtime=0.84
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2387 0 0 0 83 1 0 0 16 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7673] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7673/stat : 7673 (java) S 7648 7650 7341 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 57785420 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 1788856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7673
/proc/meminfo: memFree=1085272/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1788856 CPUtime=1800.03
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 639849 0 3 0 179674 329 0 0 18 0 13 0 57667117 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 447214 195350 1337 9 0 444826 0
[pid=7650/tid=7652] ppid=7648 vsize=1788856 CPUtime=1773.42
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 47006 0 1 0 177312 30 0 0 25 0 13 0 57667119 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109655065 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1788856 CPUtime=11.02
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 280319 0 0 0 974 128 0 0 16 0 13 0 57667120 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1788856 CPUtime=10.99
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 300889 0 0 0 957 142 0 0 16 0 13 0 57667120 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1788856 CPUtime=2.03
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 1383 0 2 0 181 22 0 0 16 0 13 0 57667123 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 57667123 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1788856 CPUtime=1.66
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7134 0 0 0 163 3 0 0 17 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1788856 CPUtime=0.84
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2387 0 0 0 83 1 0 0 16 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 57667127 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7673] ppid=7648 vsize=1788856 CPUtime=0
/proc/7650/task/7673/stat : 7673 (java) S 7648 7650 7341 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 57785420 1831788544 195350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1788856

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

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

[startup+1787.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7673
/proc/meminfo: memFree=1085272/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=1789504 CPUtime=1800.22
/proc/7650/stat : 7650 (java) S 7648 7650 7341 0 -1 0 646484 0 3 0 179690 332 0 0 16 0 15 0 57667117 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 447376 199893 1337 9 0 444988 0
[pid=7650/tid=7652] ppid=7648 vsize=1789504 CPUtime=1773.44
/proc/7650/task/7652/stat : 7652 (java) R 7648 7650 7341 0 -1 64 47006 0 1 0 177314 30 0 0 24 0 15 0 57667119 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109654988 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7648 vsize=1789504 CPUtime=11.11
/proc/7650/task/7653/stat : 7653 (java) S 7648 7650 7341 0 -1 64 283614 0 0 0 981 130 0 0 17 0 15 0 57667120 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7648 vsize=1789504 CPUtime=11.07
/proc/7650/task/7654/stat : 7654 (java) S 7648 7650 7341 0 -1 64 304212 0 0 0 964 143 0 0 16 0 15 0 57667120 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7655] ppid=7648 vsize=1789504 CPUtime=2.03
/proc/7650/task/7655/stat : 7655 (java) S 7648 7650 7341 0 -1 64 1384 0 2 0 181 22 0 0 16 0 15 0 57667123 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7656] ppid=7648 vsize=1789504 CPUtime=0
/proc/7650/task/7656/stat : 7656 (java) S 7648 7650 7341 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 57667123 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7657] ppid=7648 vsize=1789504 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7648 7650 7341 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 57667123 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1789504 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7648 7650 7341 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 57667127 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1789504 CPUtime=1.66
/proc/7650/task/7659/stat : 7659 (java) S 7648 7650 7341 0 -1 64 7134 0 0 0 163 3 0 0 17 0 15 0 57667127 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1789504 CPUtime=0.84
/proc/7650/task/7660/stat : 7660 (java) S 7648 7650 7341 0 -1 64 2387 0 0 0 83 1 0 0 16 0 15 0 57667127 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7661] ppid=7648 vsize=1789504 CPUtime=0
/proc/7650/task/7661/stat : 7661 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 57667127 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7650/tid=7662] ppid=7648 vsize=1789504 CPUtime=0
/proc/7650/task/7662/stat : 7662 (java) S 7648 7650 7341 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 57667127 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7650/tid=7673] ppid=7648 vsize=1789504 CPUtime=0
/proc/7650/task/7673/stat : 7673 (java) S 7648 7650 7341 0 -1 64 0 0 0 0 0 0 0 0 16 0 15 0 57785420 1832452096 199893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1789504

[startup+1787.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7673
/proc/meminfo: memFree=1085272/2055920 swapFree=4184636/4192956
[pid=7650] ppid=7648 vsize=0 CPUtime=1800.32
/proc/7650/stat : 7650 (java) Z 7648 7650 7341 0 -1 1036 646486 0 3 0 179693 339 0 0 15 0 2 0 57667117 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7650/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.96
CPU time (s): 1800.39
CPU user time (s): 1796.94
CPU system time (s): 3.44948
CPU usage (%): 100.695
Max. virtual memory (cumulated for all children) (KiB): 1794556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.94
system time used= 3.44948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646486
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38720
involuntary context switches= 36013

runsolver used 2.03669 second user time and 4.50831 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Fri Apr 20 00:16:58 UTC 2007

IDJOB= 363481
IDBENCH= 1855
IDSOLVER= 159
FILE ID= node48/363481-1177028218

PBS_JOBID= 4630620

Free space on /tmp= 66483 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-cracpb1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363481-1177028218/sat4jPseudoResolution.jar /tmp/evaluation/363481-1177028218/instance-363481-1177028218.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-363481-1177028218 -o ROOT/results/node48/solver-363481-1177028218 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363481-1177028218/sat4jPseudoResolution.jar /tmp/evaluation/363481-1177028218/instance-363481-1177028218.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  75f6d21683e6eb738b98c93cf5598ff3

RANDOM SEED= 595542814

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866696 kB
Buffers:         12440 kB
Cached:         117588 kB
SwapCached:       2232 kB
Active:          23660 kB
Inactive:       115832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866696 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:            3624 kB
Writeback:           0 kB
Mapped:          16416 kB
Slab:            35664 kB
Committed_AS:  1045468 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66483 MiB

End job on node48 on Fri Apr 20 00:46:48 UTC 2007