Trace number 3710564

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)21 1800.09 1791.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUM3b68d80e8ba1b8a702f9c691105ea9d4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.155976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables349
Total number of constraints707
Number of constraints which are clauses707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint111
Number of terms in the objective function 349
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 349
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 349
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710564-1338144338.opb
0.09/0.12	c reading problem ... 
0.53/0.30	c ... done. Wall clock time 0.179s.
0.53/0.30	c declared #vars     349
0.53/0.30	c #constraints  706
0.53/0.30	c constraints type 
0.53/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
0.53/0.30	c ignored satisfied constraints => 1
0.53/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.53/0.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.53/0.30	c 707 constraints processed.
0.53/0.31	c SATISFIABLE
0.53/0.31	c OPTIMIZING...
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.53/0.31	o 21
1.26/0.62	c cleaning 2496 clauses out of 5002 with flag 5000/5002
1.52/0.80	c cleaning 4245 clauses out of 8506 with flag 11000/11002
1.62/0.99	c cleaning 5613 clauses out of 11261 with flag 18000/18002
1.94/1.21	c cleaning 6813 clauses out of 13653 with flag 26005/26007
2.19/1.47	c cleaning 7903 clauses out of 15835 with flag 35000/35002
2.50/1.77	c cleaning 8953 clauses out of 17932 with flag 45000/45002
2.80/2.08	c cleaning 9976 clauses out of 19982 with flag 56003/56005
3.20/2.41	c cleaning 10993 clauses out of 22003 with flag 68000/68002
3.51/2.78	c cleaning 12002 clauses out of 24010 with flag 81000/81002
3.92/3.18	c cleaning 12981 clauses out of 26008 with flag 95000/95002
4.43/3.60	c cleaning 13995 clauses out of 28028 with flag 110001/110003
4.83/4.07	c cleaning 15007 clauses out of 30032 with flag 126000/126002
5.34/4.57	c cleaning 15992 clauses out of 32025 with flag 143000/143002
5.97/5.12	c cleaning 17006 clauses out of 34034 with flag 161001/161003
6.59/5.73	c cleaning 18003 clauses out of 36028 with flag 180001/180003
7.21/6.33	c cleaning 18998 clauses out of 38024 with flag 200000/200002
7.81/6.96	c cleaning 19992 clauses out of 40026 with flag 221000/221002
8.53/7.64	c cleaning 21011 clauses out of 42034 with flag 243000/243002
9.24/8.40	c cleaning 22002 clauses out of 44023 with flag 266000/266002
10.06/9.13	c cleaning 22981 clauses out of 46021 with flag 290000/290002
10.77/9.88	c cleaning 24000 clauses out of 48040 with flag 315000/315002
11.69/10.74	c cleaning 25004 clauses out of 50040 with flag 341000/341002
12.50/11.58	c cleaning 26012 clauses out of 52036 with flag 368000/368002
13.53/12.56	c cleaning 27009 clauses out of 54024 with flag 396000/396002
14.46/13.47	c cleaning 28001 clauses out of 56015 with flag 425000/425002
15.47/14.44	c cleaning 29003 clauses out of 58017 with flag 455003/455005
16.48/15.44	c cleaning 30000 clauses out of 60015 with flag 486004/486006
17.68/16.60	c cleaning 30999 clauses out of 62011 with flag 518000/518002
18.71/17.69	c cleaning 31998 clauses out of 64012 with flag 551000/551002
19.93/18.90	c cleaning 32988 clauses out of 66014 with flag 585000/585002
21.15/20.04	c cleaning 33986 clauses out of 68026 with flag 620000/620002
22.37/21.22	c cleaning 35001 clauses out of 70040 with flag 656000/656002
23.67/22.51	c cleaning 36008 clauses out of 72040 with flag 693001/693003
24.99/23.86	c cleaning 36996 clauses out of 74031 with flag 731000/731002
26.31/25.19	c cleaning 38007 clauses out of 76036 with flag 770001/770003
27.83/26.60	c cleaning 39001 clauses out of 78028 with flag 810000/810002
29.33/28.15	c cleaning 39997 clauses out of 80027 with flag 851000/851002
30.97/29.74	c cleaning 40970 clauses out of 82030 with flag 893000/893002
32.38/31.18	c cleaning 42014 clauses out of 84061 with flag 936001/936003
33.90/32.66	c cleaning 43016 clauses out of 86046 with flag 980000/980002
35.72/34.44	c cleaning 44007 clauses out of 88030 with flag 1025000/1025002
37.84/36.52	c cleaning 45000 clauses out of 90023 with flag 1071000/1071002
39.56/38.21	c cleaning 45998 clauses out of 92023 with flag 1118000/1118002
41.37/40.09	c cleaning 47000 clauses out of 94025 with flag 1166000/1166002
43.30/41.94	c cleaning 48005 clauses out of 96028 with flag 1215003/1215005
45.44/44.09	c cleaning 48985 clauses out of 98020 with flag 1265000/1265002
47.77/46.33	c cleaning 50001 clauses out of 100035 with flag 1316000/1316002
49.81/48.32	c cleaning 51008 clauses out of 102036 with flag 1368002/1368004
51.71/50.25	c cleaning 51997 clauses out of 104026 with flag 1421000/1421002
53.64/52.19	c cleaning 53005 clauses out of 106029 with flag 1475000/1475002
55.65/54.17	c cleaning 53991 clauses out of 108024 with flag 1530000/1530002
57.77/56.27	c cleaning 55002 clauses out of 110034 with flag 1586001/1586003
59.78/58.30	c cleaning 55993 clauses out of 112032 with flag 1643001/1643003
62.18/60.64	c cleaning 56976 clauses out of 114038 with flag 1701000/1701002
64.81/63.28	c cleaning 58019 clauses out of 116062 with flag 1760000/1760002
67.33/65.79	c cleaning 59011 clauses out of 118044 with flag 1820001/1820003
70.06/68.43	c cleaning 60002 clauses out of 120032 with flag 1881000/1881002
72.77/71.17	c cleaning 60996 clauses out of 122030 with flag 1943000/1943002
75.49/73.86	c cleaning 62009 clauses out of 124034 with flag 2006000/2006002
78.02/76.31	c cleaning 63001 clauses out of 126025 with flag 2070000/2070002
80.55/78.80	c cleaning 63998 clauses out of 128025 with flag 2135001/2135003
83.09/81.39	c cleaning 64987 clauses out of 130026 with flag 2201000/2201002
86.10/84.32	c cleaning 66009 clauses out of 132042 with flag 2268003/2268005
88.72/86.93	c cleaning 66998 clauses out of 134030 with flag 2336000/2336002
91.82/90.02	c cleaning 67997 clauses out of 136032 with flag 2405000/2405002
94.65/92.88	c cleaning 69001 clauses out of 138036 with flag 2475001/2475003
97.88/96.05	c cleaning 69995 clauses out of 140034 with flag 2546000/2546002
101.10/99.22	c cleaning 71003 clauses out of 142040 with flag 2618001/2618003
104.02/102.12	c cleaning 71999 clauses out of 144036 with flag 2691000/2691002
107.35/105.40	c cleaning 72999 clauses out of 146038 with flag 2765001/2765003
110.89/108.96	c cleaning 73997 clauses out of 148038 with flag 2840000/2840002
114.40/112.43	c cleaning 75005 clauses out of 150041 with flag 2916000/2916002
118.02/116.08	c cleaning 76011 clauses out of 152036 with flag 2993000/2993002
121.23/119.27	c cleaning 77003 clauses out of 154025 with flag 3071000/3071002
124.75/122.77	c cleaning 77989 clauses out of 156022 with flag 3150000/3150002
127.88/125.89	c cleaning 78995 clauses out of 158036 with flag 3230003/3230005
131.40/129.32	c cleaning 80005 clauses out of 160039 with flag 3311001/3311003
135.32/133.27	c cleaning 80994 clauses out of 162035 with flag 3393002/3393004
138.84/136.71	c cleaning 82002 clauses out of 164039 with flag 3476000/3476002
142.37/140.26	c cleaning 82973 clauses out of 166037 with flag 3560000/3560002
146.52/144.35	c cleaning 84018 clauses out of 168064 with flag 3645000/3645002
150.16/147.90	c cleaning 84977 clauses out of 170046 with flag 3731000/3731002
154.39/152.17	c cleaning 86012 clauses out of 172069 with flag 3818000/3818002
159.34/157.01	c cleaning 87010 clauses out of 174057 with flag 3906000/3906002
163.76/161.47	c cleaning 87997 clauses out of 176047 with flag 3995000/3995002
168.48/166.18	c cleaning 89010 clauses out of 178050 with flag 4085000/4085002
173.61/171.26	c cleaning 89972 clauses out of 180040 with flag 4176000/4176002
178.84/176.45	c cleaning 91010 clauses out of 182068 with flag 4268000/4268002
183.87/181.44	c cleaning 92013 clauses out of 184058 with flag 4361000/4361002
188.70/186.29	c cleaning 92985 clauses out of 186045 with flag 4455000/4455002
193.22/190.79	c cleaning 94010 clauses out of 188062 with flag 4550002/4550004
197.33/194.81	c cleaning 95007 clauses out of 190052 with flag 4646002/4646004
202.14/199.67	c cleaning 95992 clauses out of 192043 with flag 4743000/4743002
206.88/204.33	c cleaning 97004 clauses out of 194051 with flag 4841000/4841002
211.21/208.62	c cleaning 98016 clauses out of 196048 with flag 4940001/4940003
216.35/213.74	c cleaning 99002 clauses out of 198031 with flag 5040000/5040002
221.21/218.53	c cleaning 99994 clauses out of 200031 with flag 5141002/5141004
226.94/224.21	c cleaning 101006 clauses out of 202035 with flag 5243000/5243002
233.17/230.49	c cleaning 101992 clauses out of 204029 with flag 5346000/5346002
239.45/236.65	c cleaning 102993 clauses out of 206037 with flag 5450000/5450002
243.95/241.14	c cleaning 104003 clauses out of 208044 with flag 5555000/5555002
249.28/246.40	c cleaning 105011 clauses out of 210042 with flag 5661001/5661003
255.30/252.45	c cleaning 105991 clauses out of 212032 with flag 5768002/5768004
262.12/259.24	c cleaning 107003 clauses out of 214040 with flag 5876001/5876003
268.07/265.17	c cleaning 108004 clauses out of 216036 with flag 5985000/5985002
274.51/271.54	c cleaning 109000 clauses out of 218032 with flag 6095000/6095002
281.83/278.81	c cleaning 109986 clauses out of 220035 with flag 6206003/6206005
288.08/285.07	c cleaning 111008 clauses out of 222049 with flag 6318003/6318005
295.72/292.61	c cleaning 111998 clauses out of 224038 with flag 6431000/6431002
303.24/300.12	c cleaning 113004 clauses out of 226040 with flag 6545000/6545002
310.39/307.23	c cleaning 113995 clauses out of 228036 with flag 6660000/6660002
316.96/313.79	c cleaning 115002 clauses out of 230041 with flag 6776000/6776002
322.50/319.21	c cleaning 116010 clauses out of 232041 with flag 6893002/6893004
328.64/325.34	c cleaning 116994 clauses out of 234029 with flag 7011000/7011002
335.58/332.22	c cleaning 117989 clauses out of 236035 with flag 7130000/7130002
341.19/337.88	c cleaning 119003 clauses out of 238048 with flag 7250002/7250004
347.31/343.94	c cleaning 119995 clauses out of 240043 with flag 7371000/7371002
353.63/350.26	c cleaning 121003 clauses out of 242048 with flag 7493000/7493002
360.58/357.14	c cleaning 122014 clauses out of 244045 with flag 7616000/7616002
366.90/363.45	c cleaning 123004 clauses out of 246033 with flag 7740002/7740004
375.23/371.77	c cleaning 123990 clauses out of 248028 with flag 7865001/7865003
383.18/379.66	c cleaning 124997 clauses out of 250037 with flag 7991000/7991002
392.11/388.51	c cleaning 125979 clauses out of 252040 with flag 8118000/8118002
399.27/395.64	c cleaning 127007 clauses out of 254061 with flag 8246000/8246002
407.40/403.74	c cleaning 128009 clauses out of 256061 with flag 8375007/8375009
416.44/412.78	c cleaning 129003 clauses out of 258045 with flag 8505000/8505002
425.76/422.02	c cleaning 130010 clauses out of 260045 with flag 8636003/8636005
434.06/430.22	c cleaning 131006 clauses out of 262032 with flag 8768000/8768002
442.18/438.37	c cleaning 131992 clauses out of 264026 with flag 8901000/8901002
449.14/445.28	c cleaning 133001 clauses out of 266034 with flag 9035000/9035002
457.89/453.99	c cleaning 133981 clauses out of 268033 with flag 9170000/9170002
467.50/463.53	c cleaning 134987 clauses out of 270052 with flag 9306000/9306002
477.80/473.76	c cleaning 136018 clauses out of 272065 with flag 9443000/9443002
486.71/482.64	c cleaning 137012 clauses out of 274050 with flag 9581003/9581005
497.56/493.42	c cleaning 138002 clauses out of 276035 with flag 9720000/9720002
507.80/503.69	c cleaning 139001 clauses out of 278035 with flag 9860002/9860004
518.66/514.46	c cleaning 140002 clauses out of 280033 with flag 10001001/10001003
527.28/523.01	c cleaning 141003 clauses out of 282031 with flag 10143001/10143003
535.03/530.72	c cleaning 141995 clauses out of 284027 with flag 10286000/10286002
543.47/539.14	c cleaning 142983 clauses out of 286032 with flag 10430000/10430002
551.33/546.95	c cleaning 144001 clauses out of 288049 with flag 10575000/10575002
561.16/556.76	c cleaning 144997 clauses out of 290048 with flag 10721000/10721002
569.92/565.45	c cleaning 146011 clauses out of 292051 with flag 10868000/10868002
579.93/575.44	c cleaning 147003 clauses out of 294040 with flag 11016000/11016002
588.58/584.02	c cleaning 147997 clauses out of 296037 with flag 11165000/11165002
600.10/595.57	c cleaning 148995 clauses out of 298040 with flag 11315000/11315002
609.87/605.23	c cleaning 149983 clauses out of 300045 with flag 11466000/11466002
618.33/613.67	c cleaning 151020 clauses out of 302062 with flag 11618000/11618002
628.76/624.02	c cleaning 152006 clauses out of 304042 with flag 11771000/11771002
639.61/634.84	c cleaning 152974 clauses out of 306036 with flag 11925000/11925002
650.16/645.30	c cleaning 154010 clauses out of 308066 with flag 12080004/12080006
659.32/654.45	c cleaning 155001 clauses out of 310052 with flag 12236000/12236002
667.64/662.70	c cleaning 156018 clauses out of 312053 with flag 12393002/12393004
680.10/675.13	c cleaning 157006 clauses out of 314033 with flag 12551000/12551002
691.46/686.41	c cleaning 158001 clauses out of 316027 with flag 12710000/12710002
701.01/695.98	c cleaning 158989 clauses out of 318027 with flag 12870001/12870003
711.42/706.32	c cleaning 159991 clauses out of 320037 with flag 13031000/13031002
721.84/716.77	c cleaning 161006 clauses out of 322046 with flag 13193000/13193002
732.79/727.64	c cleaning 161982 clauses out of 324040 with flag 13356000/13356002
741.31/736.16	c cleaning 163013 clauses out of 326058 with flag 13520000/13520002
752.53/747.35	c cleaning 164011 clauses out of 328045 with flag 13685000/13685002
763.95/758.78	c cleaning 164993 clauses out of 330034 with flag 13851000/13851002
774.48/769.28	c cleaning 166011 clauses out of 332041 with flag 14018000/14018002
785.61/780.34	c cleaning 166996 clauses out of 334034 with flag 14186004/14186006
796.36/791.08	c cleaning 167999 clauses out of 336035 with flag 14355001/14355003
810.31/804.90	c cleaning 168998 clauses out of 338035 with flag 14525000/14525002
823.39/817.93	c cleaning 169993 clauses out of 340037 with flag 14696000/14696002
835.55/830.06	c cleaning 170991 clauses out of 342044 with flag 14868000/14868002
848.66/843.13	c cleaning 171998 clauses out of 344053 with flag 15041000/15041002
860.11/854.54	c cleaning 173008 clauses out of 346055 with flag 15215000/15215002
869.75/864.19	c cleaning 173984 clauses out of 348047 with flag 15390000/15390002
881.68/876.05	c cleaning 175009 clauses out of 350063 with flag 15566000/15566002
894.44/888.77	c cleaning 176004 clauses out of 352054 with flag 15743000/15743002
904.85/899.11	c cleaning 177006 clauses out of 354050 with flag 15921000/15921002
919.88/914.12	c cleaning 177997 clauses out of 356044 with flag 16100000/16100002
931.33/925.53	c cleaning 179000 clauses out of 358047 with flag 16280000/16280002
946.24/940.41	c cleaning 180013 clauses out of 360047 with flag 16461000/16461002
957.38/951.56	c cleaning 181004 clauses out of 362035 with flag 16643001/16643003
971.02/965.14	c cleaning 181997 clauses out of 364030 with flag 16826000/16826002
983.99/978.08	c cleaning 182988 clauses out of 366033 with flag 17010000/17010002
996.26/990.26	c cleaning 183994 clauses out of 368045 with flag 17195000/17195002
1009.50/1003.49	c cleaning 184993 clauses out of 370051 with flag 17381000/17381002
1023.42/1017.34	c cleaning 185989 clauses out of 372058 with flag 17568000/17568002
1037.67/1031.56	c cleaning 187009 clauses out of 374069 with flag 17756000/17756002
1051.12/1044.93	c cleaning 188014 clauses out of 376060 with flag 17945000/17945002
1065.38/1059.18	c cleaning 189011 clauses out of 378046 with flag 18135000/18135002
1081.64/1075.37	c cleaning 189987 clauses out of 380035 with flag 18326000/18326002
1094.59/1088.26	c cleaning 191015 clauses out of 382048 with flag 18518000/18518002
1108.19/1101.74	c cleaning 191999 clauses out of 384034 with flag 18711001/18711003
1123.34/1116.88	c cleaning 192997 clauses out of 386034 with flag 18905000/18905002
1139.63/1133.04	c cleaning 193978 clauses out of 388037 with flag 19100000/19100002
1153.78/1147.13	c cleaning 195008 clauses out of 390061 with flag 19296002/19296004
1166.71/1160.03	c cleaning 196010 clauses out of 392051 with flag 19493000/19493002
1183.77/1177.01	c cleaning 197000 clauses out of 394041 with flag 19691000/19691002
1198.01/1191.14	c cleaning 198002 clauses out of 396041 with flag 19890000/19890002
1212.74/1205.83	c cleaning 199006 clauses out of 398042 with flag 20090003/20090005
1225.30/1218.38	c cleaning 199995 clauses out of 400034 with flag 20291001/20291003
1240.04/1233.09	c cleaning 201010 clauses out of 402039 with flag 20493001/20493003
1255.98/1248.90	c cleaning 202002 clauses out of 404030 with flag 20696002/20696004
1270.14/1263.06	c cleaning 202993 clauses out of 406028 with flag 20900002/20900004
1284.98/1277.84	c cleaning 204002 clauses out of 408033 with flag 21105000/21105002
1299.66/1292.47	c cleaning 204996 clauses out of 410032 with flag 21311001/21311003
1314.10/1306.84	c cleaning 205992 clauses out of 412035 with flag 21518000/21518002
1329.86/1322.51	c cleaning 207009 clauses out of 414044 with flag 21726001/21726003
1348.31/1341.00	c cleaning 208005 clauses out of 416035 with flag 21935001/21935003
1367.46/1360.05	c cleaning 208989 clauses out of 418029 with flag 22145000/22145002
1385.10/1377.65	c cleaning 210002 clauses out of 420040 with flag 22356000/22356002
1405.08/1397.56	c cleaning 210994 clauses out of 422038 with flag 22568000/22568002
1422.05/1414.46	c cleaning 212016 clauses out of 424044 with flag 22781000/22781002
1436.10/1428.46	c cleaning 213002 clauses out of 426029 with flag 22995001/22995003
1449.86/1442.17	c cleaning 214003 clauses out of 428026 with flag 23210000/23210002
1465.32/1457.56	c cleaning 214999 clauses out of 430023 with flag 23426000/23426002
1486.28/1478.49	c cleaning 215991 clauses out of 432024 with flag 23643000/23643002
1502.51/1494.64	c cleaning 217000 clauses out of 434034 with flag 23861001/23861003
1523.18/1515.21	c cleaning 217997 clauses out of 436034 with flag 24080001/24080003
1537.17/1529.11	c cleaning 218999 clauses out of 438036 with flag 24300000/24300002
1557.01/1548.99	c cleaning 219997 clauses out of 440038 with flag 24521001/24521003
1576.15/1568.08	c cleaning 221001 clauses out of 442040 with flag 24743000/24743002
1592.27/1584.18	c cleaning 222015 clauses out of 444039 with flag 24966000/24966002
1608.73/1600.58	c cleaning 222992 clauses out of 446024 with flag 25190000/25190002
1627.29/1619.01	c cleaning 223999 clauses out of 448032 with flag 25415000/25415002
1646.85/1638.51	c cleaning 225002 clauses out of 450034 with flag 25641001/25641003
1665.82/1657.46	c cleaning 226000 clauses out of 452031 with flag 25868000/25868002
1684.95/1676.58	c cleaning 227008 clauses out of 454032 with flag 26096001/26096003
1706.23/1697.74	c cleaning 227995 clauses out of 456023 with flag 26325000/26325002
1729.78/1721.23	c cleaning 228991 clauses out of 458030 with flag 26555002/26555004
1753.60/1745.01	c cleaning 229988 clauses out of 460037 with flag 26786000/26786002
1777.84/1769.27	c cleaning 231005 clauses out of 462051 with flag 27018002/27018004
1800.09/1791.41	c starts		: 377
1800.09/1791.41	c conflicts		: 27251002
1800.09/1791.41	c decisions		: 92793468
1800.09/1791.41	c propagations		: 1016345780
1800.09/1791.41	c inspects		: 9209715985
1800.09/1791.41	c shortcuts		: 0
1800.09/1791.41	c learnt literals	: 0
1800.09/1791.41	c learnt binary clauses	: 0
1800.09/1791.41	c learnt ternary clauses	: 0
1800.09/1791.41	c learnt constraints	: 27251002
1800.09/1791.41	c ignored constraints	: 0
1800.09/1791.41	c root simplifications	: 377
1800.09/1791.41	c removed literals (reason simplification)	: 33515499
1800.09/1791.41	c reason swapping (by a shorter reason)	: 0
1800.09/1791.41	c Calls to reduceDB	: 229
1800.09/1791.41	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.41	c number of learned constraints concerned by reduction	: 0
1800.09/1791.41	c number of learning phase by resolution	: 0
1800.09/1791.41	c number of learning phase by cutting planes	: 0
1800.09/1791.41	c speed (assignments/second)	: 567440.3301647139
1800.09/1791.41	c non guided choices	312
1800.09/1791.46	c learnt constraints type 
1800.09/1791.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 464044
1800.09/1791.46	c constraints type 
1800.09/1791.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
1800.09/1791.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1791.46	c ignored satisfied constraints => 1
1800.09/1791.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
1800.09/1791.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.09/1791.46	c 708 constraints processed.
1800.09/1791.46	s SATISFIABLE
1800.09/1791.46	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 
1800.09/1791.46	c objective function=21
1800.09/1791.46	c Total wall clock time (in seconds): 1791.334

Verifier Data

OK	21

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-3710564-1338144338/watcher-3710564-1338144338 -o /tmp/evaluation-result-3710564-1338144338/solver-3710564-1338144338 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710564-1338144338.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: 1.97 2.00 2.00 3/194 25821
/proc/meminfo: memFree=31314720/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25821/stat : 25821 (java) R 25819 25821 22966 0 -1 4202496 483 0 0 0 0 0 0 0 20 0 1 0 280562253 23793664 211 33554432000 1073741824 1073778376 140737140344304 140737140333368 270109020603 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 5809 222 175 9 0 128 0

[startup+0.040604 s]
/proc/loadavg: 1.97 2.00 2.00 3/194 25821
/proc/meminfo: memFree=31314720/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 3018 0 1 0 1 1 0 0 20 0 13 0 280562253 9446973440 3715 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2306390 3715 1695 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100272 s]
/proc/loadavg: 1.97 2.00 2.00 3/194 25821
/proc/meminfo: memFree=31314720/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 4264 0 1 0 8 1 0 0 20 0 18 0 280562253 9787842560 5471 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2389610 5471 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300176 s]
/proc/loadavg: 1.97 2.00 2.00 3/194 25821
/proc/meminfo: memFree=31314720/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9558440 CPUtime=0.53 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 7478 0 1 0 51 2 0 0 20 0 18 0 280562253 9787842560 9633 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2389610 9633 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700248 s]
/proc/loadavg: 1.97 2.00 2.00 3/194 25821
/proc/meminfo: memFree=31314720/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 9029 0 1 0 137 2 0 0 20 0 19 0 280562253 9856004096 13076 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2406251 13076 2286 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 25840
/proc/meminfo: memFree=31264556/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9625004 CPUtime=2.3 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 9047 0 1 0 227 3 0 0 20 0 19 0 280562253 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2406251 14110 2286 9 0 2396937 0
[pid=25821/tid=25823] ppid=25819 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/25821/task/25823/stat : 25823 (java) R 25819 25821 22966 0 -1 4202560 2517 0 1 0 139 1 0 0 20 0 19 0 280562254 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140175130575272 140174999292213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25824] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25824/stat : 25824 (java) S 25819 25821 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140175119636904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25825] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25825/stat : 25825 (java) S 25819 25821 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140175118584360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25826] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25826/stat : 25826 (java) S 25819 25821 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140175117531304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25827] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25827/stat : 25827 (java) S 25819 25821 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174971058472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25828] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25828/stat : 25828 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174970006440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25829] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25829/stat : 25829 (java) S 25819 25821 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174968953896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25830] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25830/stat : 25830 (java) S 25819 25821 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174967900840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25831] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25831/stat : 25831 (java) S 25819 25821 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174966848296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25832] ppid=25819 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25821/task/25832/stat : 25832 (java) S 25819 25821 22966 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 280562256 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174954649960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25833] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25833/stat : 25833 (java) S 25819 25821 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174953596280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25834] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25834/stat : 25834 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174952543112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25835] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25835/stat : 25835 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174951491856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25836] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25836/stat : 25836 (java) S 25819 25821 22966 0 -1 4202560 2206 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174950439736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25837] ppid=25819 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25821/task/25837/stat : 25837 (java) S 25819 25821 22966 0 -1 4202560 3064 0 0 0 37 0 0 0 20 0 19 0 280562259 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174949387192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25838] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25838/stat : 25838 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174948334328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25839] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25839/stat : 25839 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174947281992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25840] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25840/stat : 25840 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562284 9856004096 14110 33554432000 1073741824 1073778376 140737140344304 140174946227240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 25840
/proc/meminfo: memFree=31262136/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 9060 0 1 0 389 3 0 0 20 0 19 0 280562253 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2406251 14119 2286 9 0 2396937 0
[pid=25821/tid=25823] ppid=25819 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/25821/task/25823/stat : 25823 (java) R 25819 25821 22966 0 -1 4202560 2521 0 1 0 293 1 0 0 20 0 19 0 280562254 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140175130575272 140174999262118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25824] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25824/stat : 25824 (java) S 25819 25821 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140175119636904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25825] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25825/stat : 25825 (java) S 25819 25821 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140175118584360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25826] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25826/stat : 25826 (java) S 25819 25821 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140175117531304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25827] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25827/stat : 25827 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174971058472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25828] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25828/stat : 25828 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174970006440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25829] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25829/stat : 25829 (java) S 25819 25821 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174968953896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25830] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25830/stat : 25830 (java) S 25819 25821 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174967900840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25831] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25831/stat : 25831 (java) S 25819 25821 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174966848296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25832] ppid=25819 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25821/task/25832/stat : 25832 (java) S 25819 25821 22966 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 280562256 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174954649960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25833] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25833/stat : 25833 (java) S 25819 25821 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174953596280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25834] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25834/stat : 25834 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174952543112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25835] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25835/stat : 25835 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174951491856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25836] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25836/stat : 25836 (java) S 25819 25821 22966 0 -1 4202560 2206 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174950439736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25837] ppid=25819 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25821/task/25837/stat : 25837 (java) S 25819 25821 22966 0 -1 4202560 3064 0 0 0 37 0 0 0 20 0 19 0 280562259 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174949387192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25838] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25838/stat : 25838 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174948334328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25839] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25839/stat : 25839 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174947281992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25840] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25840/stat : 25840 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562284 9856004096 14119 33554432000 1073741824 1073778376 140737140344304 140174946227240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 25840
/proc/meminfo: memFree=31257604/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9625004 CPUtime=7.21 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 9094 0 1 0 717 4 0 0 20 0 19 0 280562253 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2406251 14472 2286 9 0 2396937 0
[pid=25821/tid=25823] ppid=25819 vsize=9625004 CPUtime=6 cores=1,3,5,7
/proc/25821/task/25823/stat : 25823 (java) R 25819 25821 22966 0 -1 4202560 2528 0 1 0 599 1 0 0 20 0 19 0 280562254 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140175130575152 140174999261901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25824] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25824/stat : 25824 (java) S 25819 25821 22966 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140175119636904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25825] ppid=25819 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25821/task/25825/stat : 25825 (java) S 25819 25821 22966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140175118584360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25826] ppid=25819 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25821/task/25826/stat : 25826 (java) S 25819 25821 22966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140175117531304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25827] ppid=25819 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/25821/task/25827/stat : 25827 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174971058472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25828] ppid=25819 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25821/task/25828/stat : 25828 (java) S 25819 25821 22966 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174970006440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25829] ppid=25819 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25821/task/25829/stat : 25829 (java) S 25819 25821 22966 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174968953896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25830] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25830/stat : 25830 (java) S 25819 25821 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174967900840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25831] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25831/stat : 25831 (java) S 25819 25821 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280562255 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174966848296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25832] ppid=25819 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/25821/task/25832/stat : 25832 (java) S 25819 25821 22966 0 -1 4202560 32 0 0 0 18 0 0 0 20 0 19 0 280562256 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174954649960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25833] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25833/stat : 25833 (java) S 25819 25821 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174953596280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25834] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25834/stat : 25834 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174952543112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25835] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25835/stat : 25835 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174951491856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25836] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25836/stat : 25836 (java) S 25819 25821 22966 0 -1 4202560 2206 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174950439736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25837] ppid=25819 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/25821/task/25837/stat : 25837 (java) S 25819 25821 22966 0 -1 4202560 3064 0 0 0 38 0 0 0 20 0 19 0 280562259 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174949387192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25838] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25838/stat : 25838 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174948334328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25839] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25839/stat : 25839 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174947281992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25840] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25840/stat : 25840 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562284 9856004096 14472 33554432000 1073741824 1073778376 140737140344304 140174946227240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=25821/tid=25836] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25836/stat : 25836 (java) S 25819 25821 22966 0 -1 4202560 2206 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 54889 33554432000 1073741824 1073778376 140737140344304 140174950439736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25837] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25837/stat : 25837 (java) S 25819 25821 22966 0 -1 4202560 3069 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 54889 33554432000 1073741824 1073778376 140737140344304 140174949387192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25838] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25838/stat : 25838 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 54889 33554432000 1073741824 1073778376 140737140344304 140174948334328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25839] ppid=25819 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25821/task/25839/stat : 25839 (java) S 25819 25821 22966 0 -1 4202560 93 0 0 0 35 31 0 0 20 0 19 0 280562259 9856004096 54889 33554432000 1073741824 1073778376 140737140344304 140174947281992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25840] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25840/stat : 25840 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562284 9856004096 54889 33554432000 1073741824 1073778376 140737140344304 140174946227240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1670.74
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 25877
/proc/meminfo: memFree=30904996/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9625004 CPUtime=1730.89 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 12044 0 1 0 173024 65 0 0 20 0 19 0 280562253 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2406251 56425 2287 9 0 2396937 0
[pid=25821/tid=25823] ppid=25819 vsize=9625004 CPUtime=1700.81 cores=1,3,5,7
/proc/25821/task/25823/stat : 25823 (java) R 25819 25821 22966 0 -1 4202560 2762 0 1 0 170053 28 0 0 20 0 19 0 280562254 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175130575152 140174999304865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25824] ppid=25819 vsize=9625004 CPUtime=1.26 cores=1,3,5,7
/proc/25821/task/25824/stat : 25824 (java) S 25819 25821 22966 0 -1 4202560 313 0 0 0 124 2 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175119636904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25825] ppid=25819 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/25821/task/25825/stat : 25825 (java) S 25819 25821 22966 0 -1 4202560 369 0 0 0 119 2 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175118584360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25826] ppid=25819 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/25821/task/25826/stat : 25826 (java) S 25819 25821 22966 0 -1 4202560 272 0 0 0 128 3 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175117531304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25827] ppid=25819 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/25821/task/25827/stat : 25827 (java) S 25819 25821 22966 0 -1 4202560 262 0 0 0 125 3 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174971058472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25828] ppid=25819 vsize=9625004 CPUtime=1.15 cores=1,3,5,7
/proc/25821/task/25828/stat : 25828 (java) S 25819 25821 22966 0 -1 4202560 401 0 0 0 114 1 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174970006440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25829] ppid=25819 vsize=9625004 CPUtime=1.27 cores=1,3,5,7
/proc/25821/task/25829/stat : 25829 (java) S 25819 25821 22966 0 -1 4202560 266 0 0 0 127 0 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174968953896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25830] ppid=25819 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/25821/task/25830/stat : 25830 (java) S 25819 25821 22966 0 -1 4202560 316 0 0 0 115 2 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174967900840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25831] ppid=25819 vsize=9625004 CPUtime=1.25 cores=1,3,5,7
/proc/25821/task/25831/stat : 25831 (java) S 25819 25821 22966 0 -1 4202560 363 0 0 0 125 0 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174966848296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25832] ppid=25819 vsize=9625004 CPUtime=14.05 cores=1,3,5,7
/proc/25821/task/25832/stat : 25832 (java) S 25819 25821 22966 0 -1 4202560 161 0 0 0 1402 3 0 0 20 0 19 0 280562256 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174954649960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25833] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25833/stat : 25833 (java) S 25819 25821 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174953596280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25834] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25834/stat : 25834 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174952543112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25835] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25835/stat : 25835 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174951491856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25836] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25836/stat : 25836 (java) S 25819 25821 22966 0 -1 4202560 2206 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174950439736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25837] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25837/stat : 25837 (java) S 25819 25821 22966 0 -1 4202560 3069 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174949387192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25838] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25838/stat : 25838 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174948334328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25839] ppid=25819 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25821/task/25839/stat : 25839 (java) S 25819 25821 22966 0 -1 4202560 97 0 0 0 36 32 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174947281992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25840] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25840/stat : 25840 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562284 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174946227240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.89
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 25877
/proc/meminfo: memFree=30902824/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9625004 CPUtime=1790.97 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 12052 0 1 0 179031 66 0 0 20 0 19 0 280562253 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2406251 56425 2287 9 0 2396937 0
[pid=25821/tid=25823] ppid=25819 vsize=9625004 CPUtime=1760.37 cores=1,3,5,7
/proc/25821/task/25823/stat : 25823 (java) R 25819 25821 22966 0 -1 4202560 2764 0 1 0 176008 29 0 0 20 0 19 0 280562254 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175130575152 140174999304865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25824] ppid=25819 vsize=9625004 CPUtime=1.27 cores=1,3,5,7
/proc/25821/task/25824/stat : 25824 (java) S 25819 25821 22966 0 -1 4202560 313 0 0 0 125 2 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175119636904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25825] ppid=25819 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/25821/task/25825/stat : 25825 (java) S 25819 25821 22966 0 -1 4202560 369 0 0 0 120 2 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175118584360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25826] ppid=25819 vsize=9625004 CPUtime=1.32 cores=1,3,5,7
/proc/25821/task/25826/stat : 25826 (java) S 25819 25821 22966 0 -1 4202560 272 0 0 0 129 3 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140175117531304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25827] ppid=25819 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/25821/task/25827/stat : 25827 (java) S 25819 25821 22966 0 -1 4202560 262 0 0 0 126 3 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174971058472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25828] ppid=25819 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/25821/task/25828/stat : 25828 (java) S 25819 25821 22966 0 -1 4202560 401 0 0 0 116 1 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174970006440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25829] ppid=25819 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/25821/task/25829/stat : 25829 (java) S 25819 25821 22966 0 -1 4202560 266 0 0 0 128 0 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174968953896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25830] ppid=25819 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/25821/task/25830/stat : 25830 (java) S 25819 25821 22966 0 -1 4202560 316 0 0 0 115 2 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174967900840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25831] ppid=25819 vsize=9625004 CPUtime=1.26 cores=1,3,5,7
/proc/25821/task/25831/stat : 25831 (java) S 25819 25821 22966 0 -1 4202560 363 0 0 0 126 0 0 0 20 0 19 0 280562255 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174966848296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25832] ppid=25819 vsize=9625004 CPUtime=14.31 cores=1,3,5,7
/proc/25821/task/25832/stat : 25832 (java) S 25819 25821 22966 0 -1 4202560 163 0 0 0 1428 3 0 0 20 0 19 0 280562256 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174954649960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25833] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25833/stat : 25833 (java) S 25819 25821 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174953596280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25834] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25834/stat : 25834 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174952543112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25835] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25835/stat : 25835 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174951491856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25836] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25836/stat : 25836 (java) S 25819 25821 22966 0 -1 4202560 2206 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174950439736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25837] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25837/stat : 25837 (java) S 25819 25821 22966 0 -1 4202560 3069 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174949387192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25838] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25838/stat : 25838 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174948334328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25839] ppid=25819 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25821/task/25839/stat : 25839 (java) S 25819 25821 22966 0 -1 4202560 101 0 0 0 38 33 0 0 20 0 19 0 280562259 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174947281992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25840] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25840/stat : 25840 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562284 9856004096 56425 33554432000 1073741824 1073778376 140737140344304 140174946227240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1790.97
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 25877
/proc/meminfo: memFree=30898860/32873844 swapFree=6872/6872
[pid=25821] ppid=25819 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/25821/stat : 25821 (java) S 25819 25821 22966 0 -1 4202496 12054 0 1 0 179942 67 0 0 20 0 19 0 280562253 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140737140335440 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25821/statm: 2406251 57449 2287 9 0 2396937 0
[pid=25821/tid=25823] ppid=25819 vsize=9625004 CPUtime=1769.45 cores=1,3,5,7
/proc/25821/task/25823/stat : 25823 (java) R 25819 25821 22966 0 -1 4202560 2766 0 1 0 176916 29 0 0 20 0 19 0 280562254 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140175130575152 140174999445503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25824] ppid=25819 vsize=9625004 CPUtime=1.27 cores=1,3,5,7
/proc/25821/task/25824/stat : 25824 (java) S 25819 25821 22966 0 -1 4202560 313 0 0 0 125 2 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140175119636904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25825] ppid=25819 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/25821/task/25825/stat : 25825 (java) S 25819 25821 22966 0 -1 4202560 369 0 0 0 120 2 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140175118584360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25826] ppid=25819 vsize=9625004 CPUtime=1.32 cores=1,3,5,7
/proc/25821/task/25826/stat : 25826 (java) S 25819 25821 22966 0 -1 4202560 272 0 0 0 129 3 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140175117531304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25827] ppid=25819 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/25821/task/25827/stat : 25827 (java) S 25819 25821 22966 0 -1 4202560 262 0 0 0 126 3 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174971058472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25828] ppid=25819 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/25821/task/25828/stat : 25828 (java) S 25819 25821 22966 0 -1 4202560 401 0 0 0 116 1 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174970006440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25829] ppid=25819 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/25821/task/25829/stat : 25829 (java) S 25819 25821 22966 0 -1 4202560 266 0 0 0 128 0 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174968953896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25830] ppid=25819 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/25821/task/25830/stat : 25830 (java) S 25819 25821 22966 0 -1 4202560 316 0 0 0 115 2 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174967900840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25831] ppid=25819 vsize=9625004 CPUtime=1.26 cores=1,3,5,7
/proc/25821/task/25831/stat : 25831 (java) S 25819 25821 22966 0 -1 4202560 363 0 0 0 126 0 0 0 20 0 19 0 280562255 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174966848296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25821/tid=25832] ppid=25819 vsize=9625004 CPUtime=14.31 cores=1,3,5,7
/proc/25821/task/25832/stat : 25832 (java) S 25819 25821 22966 0 -1 4202560 163 0 0 0 1428 3 0 0 20 0 19 0 280562256 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174954649960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25833] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25833/stat : 25833 (java) S 25819 25821 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174953596280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25834] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25834/stat : 25834 (java) S 25819 25821 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280562257 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174952543112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25835] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25835/stat : 25835 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174951491856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25836] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25836/stat : 25836 (java) S 25819 25821 22966 0 -1 4202560 2206 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174950439736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25837] ppid=25819 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25821/task/25837/stat : 25837 (java) S 25819 25821 22966 0 -1 4202560 3069 0 0 0 40 0 0 0 20 0 19 0 280562259 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174949387192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25821/tid=25838] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25838/stat : 25838 (java) S 25819 25821 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280562259 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174948334328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25821/tid=25839] ppid=25819 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25821/task/25839/stat : 25839 (java) S 25819 25821 22966 0 -1 4202560 101 0 0 0 38 33 0 0 20 0 19 0 280562259 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174947281992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25821/tid=25840] ppid=25819 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25821/task/25840/stat : 25840 (java) S 25819 25821 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280562284 9856004096 57449 33554432000 1073741824 1073778376 140737140344304 140174946227240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25821 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=708162
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=924859
# CPU time returned by wait4() is 1795.63
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.46
CPU time (s): 1800.09
CPU user time (s): 1799.42
CPU system time (s): 0.67
CPU usage (%): 100.481
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 0.924859
maximum resident set size= 234024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12094
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44154
involuntary context switches= 20176

runsolver used 6.18906 second user time and 15.4347 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 20:45:38
IDJOB=3710564
IDBENCH=2051
IDSOLVER=2289
FILE ID=node106/3710564-1338144338
RUNJOBID= node106-1338138950-25295
PBS_JOBID= 14624504
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-clip.b.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710564-1338144338/watcher-3710564-1338144338 -o /tmp/evaluation-result-3710564-1338144338/solver-3710564-1338144338 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710564-1338144338.opb

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

MD5SUM BENCH= 3b68d80e8ba1b8a702f9c691105ea9d4
RANDOM SEED=886582215

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:        31315256 kB
Buffers:          163608 kB
Cached:           505136 kB
SwapCached:            0 kB
Active:           628040 kB
Inactive:          79132 kB
Active(anon):      28180 kB
Inactive(anon):    12004 kB
Active(file):     599860 kB
Inactive(file):    67128 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1724 kB
Writeback:             0 kB
AnonPages:         34364 kB
Mapped:            18600 kB
Shmem:               200 kB
Slab:             696956 kB
SReclaimable:     138904 kB
SUnreclaim:       558052 kB
KernelStack:        1432 kB
PageTables:         3736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71332 MiB
End job on node106 at 2012-05-27 21:15:31