Trace number 3688682

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-121 1800.17 1024.65

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_1.opb
MD5SUM0945390fcac05113ffd57d1199a19e21
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-126
Best CPU time to get the best result obtained on this benchmark1798.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -126
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint51
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31640
Sum of products size (including duplicates)63280
Number of different products15820
Sum of products size31640

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688682-1337878998.opb
0.09/0.12	c reading problem ... 
2.16/0.98	c ... done. Wall clock time 0.853s.
2.16/0.98	c declared #vars     1000
2.16/0.98	c internal #vars     16820
2.16/0.98	c #constraints  32640
2.16/0.98	c constraints type 
2.16/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15820
2.16/0.98	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
2.16/0.98	c ignored satisfied constraints => 1000
2.16/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15820
2.16/0.98	c 33640 constraints processed.
2.16/0.98	c constraints type 
2.16/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15820
2.16/0.98	c ignored satisfied constraints => 1000
2.16/0.98	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
2.16/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15820
2.16/0.98	c 33640 constraints processed.
2.16/0.98	c objective function length is 1000 literals
3.30/1.28	c  And the winner is solver0
3.89/1.48	c SATISFIABLE
3.89/1.48	c OPTIMIZING...
3.89/1.48	c Got one! Elapsed wall clock time (in seconds):1.356
3.89/1.48	o -106
5.61/1.99	c  And the winner is solver1
5.88/2.48	c Got one! Elapsed wall clock time (in seconds):2.36
5.88/2.48	o -107
7.55/3.25	c  And the winner is solver1
7.63/3.49	c Got one! Elapsed wall clock time (in seconds):3.363
7.63/3.49	o -110
8.08/3.71	c cleaning 2824 clauses out of 5648 with flag 1000/5648
11.19/5.20	c cleaning 4410 clauses out of 8824 with flag 7000/11648
12.00/5.73	c  And the winner is solver1
12.10/5.99	c Got one! Elapsed wall clock time (in seconds):5.867
12.10/5.99	o -114
13.80/6.84	c cleaning 4850 clauses out of 9700 with flag 4000/16934
15.63/7.87	c  And the winner is solver1
15.78/8.16	c Got one! Elapsed wall clock time (in seconds):8.039
15.78/8.16	o -115
16.64/8.62	c cleaning 5266 clauses out of 10532 with flag 2000/22616
19.58/10.26	c cleaning 5634 clauses out of 11267 with flag 8001/28617
22.55/11.80	c cleaning 6311 clauses out of 12632 with flag 15000/35616
25.73/13.57	c cleaning 7160 clauses out of 14321 with flag 23000/43616
28.60/15.16	c  And the winner is solver1
28.73/15.46	c Got one! Elapsed wall clock time (in seconds):15.341
28.73/15.46	o -116
31.25/16.76	c cleaning 9516 clauses out of 19032 with flag 5001/55487
33.12/17.94	c  And the winner is solver1
33.20/18.36	c Got one! Elapsed wall clock time (in seconds):18.233
33.20/18.36	o -117
33.90/18.77	c cleaning 7268 clauses out of 14545 with flag 2002/60516
36.74/20.31	c cleaning 6638 clauses out of 13275 with flag 8000/66514
40.02/22.12	c cleaning 6815 clauses out of 13637 with flag 15000/73514
43.84/24.21	c cleaning 7407 clauses out of 14823 with flag 23001/81515
48.39/26.80	c cleaning 8201 clauses out of 16415 with flag 32000/90514
53.36/29.52	c  And the winner is solver1
53.37/29.82	c Got one! Elapsed wall clock time (in seconds):29.699
53.37/29.82	o -118
55.83/31.01	c cleaning 11275 clauses out of 22550 with flag 5000/104850
58.98/32.81	c cleaning 8631 clauses out of 17275 with flag 11000/110850
61.92/34.68	c cleaning 7823 clauses out of 15645 with flag 18001/117851
66.20/37.26	c cleaning 7912 clauses out of 15823 with flag 26002/125852
70.70/39.81	c cleaning 8455 clauses out of 16909 with flag 35000/134850
75.18/42.49	c cleaning 9224 clauses out of 18454 with flag 45000/144850
80.99/45.78	c cleaning 10115 clauses out of 20230 with flag 56000/155850
87.75/49.77	c cleaning 11053 clauses out of 22115 with flag 68000/167850
94.86/53.77	c cleaning 12029 clauses out of 24063 with flag 81001/180851
102.91/58.28	c cleaning 13017 clauses out of 26034 with flag 95001/194851
112.03/63.37	c cleaning 14010 clauses out of 28019 with flag 110003/209853
124.16/70.21	c cleaning 14995 clauses out of 30006 with flag 126000/225850
135.35/76.45	c cleaning 16001 clauses out of 32011 with flag 143000/242850
146.59/82.71	c cleaning 17003 clauses out of 34010 with flag 161000/260850
159.06/89.78	c  And the winner is solver1
159.00/90.24	c Got one! Elapsed wall clock time (in seconds):90.115
159.00/90.24	o -119
163.63/93.61	c cleaning 20310 clauses out of 40629 with flag 5003/284472
168.22/96.25	c cleaning 13152 clauses out of 26319 with flag 11003/290472
172.03/98.79	c cleaning 10080 clauses out of 20164 with flag 18000/297469
176.42/101.55	c cleaning 9038 clauses out of 18085 with flag 26001/305470
181.65/105.05	c cleaning 9017 clauses out of 18046 with flag 35000/314469
186.50/108.03	c cleaning 9513 clauses out of 19029 with flag 45000/324469
192.12/111.40	c cleaning 10255 clauses out of 20517 with flag 56001/335470
198.69/115.30	c cleaning 11129 clauses out of 22261 with flag 68000/347469
206.32/120.14	c cleaning 12061 clauses out of 24132 with flag 81000/360469
213.30/124.26	c cleaning 13033 clauses out of 26071 with flag 95000/374469
220.99/128.78	c cleaning 14018 clauses out of 28038 with flag 110000/389469
228.61/133.21	c cleaning 15003 clauses out of 30020 with flag 126000/405469
236.70/138.37	c cleaning 16004 clauses out of 32018 with flag 143001/422470
244.90/143.12	c cleaning 17003 clauses out of 34014 with flag 161001/440470
253.10/147.98	c cleaning 18004 clauses out of 36012 with flag 180002/459471
260.77/152.51	c  And the winner is solver1
260.64/153.01	c Got one! Elapsed wall clock time (in seconds):152.884
260.64/153.01	o -120
263.02/154.29	c cleaning 19094 clauses out of 38187 with flag 5001/479650
267.81/157.71	c cleaning 12543 clauses out of 25092 with flag 11000/485649
271.36/160.18	c cleaning 9762 clauses out of 19549 with flag 18000/492649
275.51/162.84	c cleaning 8890 clauses out of 17787 with flag 26000/500649
280.01/165.74	c cleaning 8945 clauses out of 17897 with flag 35000/509649
285.33/169.47	c cleaning 9471 clauses out of 18954 with flag 45002/519651
290.40/172.66	c cleaning 10241 clauses out of 20481 with flag 56000/530649
296.25/176.24	c cleaning 11114 clauses out of 22241 with flag 68001/542650
303.08/180.33	c cleaning 12064 clauses out of 24127 with flag 81001/555650
311.40/185.67	c cleaning 13029 clauses out of 26064 with flag 95002/569651
318.99/190.13	c cleaning 14012 clauses out of 28035 with flag 110002/584651
327.54/195.10	c cleaning 15010 clauses out of 30021 with flag 126000/600649
336.67/200.48	c cleaning 15994 clauses out of 32011 with flag 143000/617649
345.97/206.26	c cleaning 17009 clauses out of 34017 with flag 161000/635649
355.26/211.68	c cleaning 18001 clauses out of 36010 with flag 180002/654651
365.49/217.52	c cleaning 18995 clauses out of 38008 with flag 200001/674650
376.48/223.83	c cleaning 20001 clauses out of 40012 with flag 221000/695649
388.77/231.27	c cleaning 21002 clauses out of 42012 with flag 243001/717650
400.69/238.05	c cleaning 21996 clauses out of 44010 with flag 266001/740650
411.57/244.31	c cleaning 23004 clauses out of 46014 with flag 290001/764650
423.47/251.12	c cleaning 24002 clauses out of 48010 with flag 315001/789650
437.00/259.21	c cleaning 25000 clauses out of 50008 with flag 341001/815650
450.44/266.82	c cleaning 26000 clauses out of 52007 with flag 368000/842649
465.02/275.05	c cleaning 26999 clauses out of 54008 with flag 396001/870650
477.70/282.40	c cleaning 27998 clauses out of 56008 with flag 425000/899649
492.86/291.33	c cleaning 29004 clauses out of 58011 with flag 455001/929650
508.17/299.95	c cleaning 30002 clauses out of 60008 with flag 486002/960651
523.80/308.79	c cleaning 30999 clauses out of 62005 with flag 518001/992650
541.59/318.65	c cleaning 31998 clauses out of 64007 with flag 551002/1025651
564.60/332.82	c cleaning 32998 clauses out of 66007 with flag 585000/1059649
585.53/343.78	c cleaning 34001 clauses out of 68011 with flag 620002/1094651
604.94/354.50	c cleaning 35002 clauses out of 70008 with flag 656000/1130649
616.36/361.97	c  And the winner is solver1
615.78/362.40	c Got one! Elapsed wall clock time (in seconds):362.272
615.78/362.40	o -121
618.19/363.62	c cleaning 28434 clauses out of 56877 with flag 5001/1152520
622.37/366.74	c cleaning 17217 clauses out of 34443 with flag 11001/1158520
626.74/369.80	c cleaning 12108 clauses out of 24225 with flag 18000/1165519
631.33/373.13	c cleaning 10055 clauses out of 20119 with flag 26002/1173521
637.34/377.61	c cleaning 9526 clauses out of 19062 with flag 35000/1182519
642.67/381.20	c cleaning 9768 clauses out of 19539 with flag 45003/1192522
648.77/385.02	c cleaning 10376 clauses out of 20768 with flag 56000/1203519
655.26/389.16	c cleaning 11196 clauses out of 22392 with flag 68000/1215519
663.99/394.99	c cleaning 12093 clauses out of 24196 with flag 81000/1228519
672.07/399.80	c cleaning 13050 clauses out of 26103 with flag 95000/1242519
679.94/404.62	c cleaning 14027 clauses out of 28054 with flag 110001/1257520
689.19/410.10	c cleaning 15011 clauses out of 30026 with flag 126000/1273519
699.99/417.13	c cleaning 16007 clauses out of 32016 with flag 143001/1290520
710.17/423.26	c cleaning 17003 clauses out of 34008 with flag 161000/1308519
721.87/430.01	c cleaning 17997 clauses out of 36006 with flag 180001/1327520
733.72/436.98	c cleaning 19001 clauses out of 38009 with flag 200001/1347520
750.07/446.69	c cleaning 20004 clauses out of 40008 with flag 221001/1368520
767.19/456.15	c cleaning 21003 clauses out of 42005 with flag 243002/1390521
781.54/464.29	c cleaning 21994 clauses out of 44001 with flag 266001/1413520
792.48/470.67	c cleaning 22999 clauses out of 46006 with flag 290000/1437519
805.95/478.96	c cleaning 24005 clauses out of 48009 with flag 315002/1462521
819.30/486.56	c cleaning 24998 clauses out of 50002 with flag 341000/1488519
832.26/493.91	c cleaning 26001 clauses out of 52007 with flag 368003/1515522
845.40/501.41	c cleaning 26994 clauses out of 54003 with flag 396000/1543519
861.49/511.02	c cleaning 27999 clauses out of 56011 with flag 425002/1572521
875.14/518.83	c cleaning 29002 clauses out of 58011 with flag 455001/1602520
889.46/526.92	c cleaning 30001 clauses out of 60009 with flag 486001/1633520
904.37/535.36	c cleaning 30999 clauses out of 62008 with flag 518001/1665520
920.46/544.95	c cleaning 31998 clauses out of 64010 with flag 551002/1698521
937.19/554.27	c cleaning 33001 clauses out of 66010 with flag 585000/1732519
952.89/563.03	c cleaning 34001 clauses out of 68010 with flag 620001/1767520
967.99/571.57	c cleaning 35002 clauses out of 70009 with flag 656001/1803520
985.06/581.61	c cleaning 35998 clauses out of 72006 with flag 693000/1840519
1001.39/590.72	c cleaning 37005 clauses out of 74010 with flag 731002/1878521
1018.49/600.21	c cleaning 37995 clauses out of 76005 with flag 770002/1917521
1036.20/610.09	c cleaning 38997 clauses out of 78009 with flag 810001/1957520
1055.85/621.44	c cleaning 40001 clauses out of 80012 with flag 851001/1998520
1075.37/632.16	c cleaning 41003 clauses out of 82011 with flag 893001/2040520
1094.30/642.59	c cleaning 42003 clauses out of 84008 with flag 936001/2083520
1114.81/653.73	c cleaning 42999 clauses out of 86005 with flag 980001/2127520
1137.05/666.47	c cleaning 44002 clauses out of 88005 with flag 1025000/2172519
1157.58/677.63	c cleaning 45002 clauses out of 90004 with flag 1071001/2218520
1179.68/689.65	c cleaning 46001 clauses out of 92001 with flag 1118000/2265519
1204.40/702.93	c cleaning 47001 clauses out of 94001 with flag 1166001/2313520
1228.61/716.62	c cleaning 47994 clauses out of 96002 with flag 1215003/2362522
1252.72/729.65	c cleaning 49002 clauses out of 98005 with flag 1265000/2412519
1277.84/743.13	c cleaning 50002 clauses out of 100004 with flag 1316001/2463520
1303.95/757.15	c cleaning 50996 clauses out of 102003 with flag 1368002/2515521
1334.76/774.13	c cleaning 51998 clauses out of 104005 with flag 1421000/2568519
1361.47/788.44	c cleaning 53000 clauses out of 106007 with flag 1475000/2622519
1388.18/802.74	c cleaning 54000 clauses out of 108009 with flag 1530002/2677521
1415.68/817.48	c cleaning 54997 clauses out of 110008 with flag 1586001/2733520
1447.48/834.94	c cleaning 56005 clauses out of 112011 with flag 1643001/2790520
1478.37/851.36	c cleaning 57000 clauses out of 114005 with flag 1701000/2848519
1510.67/868.44	c cleaning 57995 clauses out of 116006 with flag 1760001/2907520
1540.57/884.35	c cleaning 59005 clauses out of 118012 with flag 1820002/2967521
1572.97/902.15	c cleaning 60001 clauses out of 120006 with flag 1881001/3028520
1608.82/921.03	c cleaning 60998 clauses out of 122004 with flag 1943000/3090519
1642.77/939.03	c cleaning 61995 clauses out of 124006 with flag 2006000/3153519
1673.80/955.57	c cleaning 63002 clauses out of 126013 with flag 2070002/3217521
1710.31/976.71	c cleaning 63998 clauses out of 128009 with flag 2135000/3282519
1746.53/995.57	c cleaning 65003 clauses out of 130013 with flag 2201002/3348521
1782.10/1014.39	c cleaning 65998 clauses out of 132009 with flag 2268001/3415520
1799.40/1024.61	c starts		: 39
1799.40/1024.61	c conflicts		: 7802
1799.40/1024.61	c decisions		: 18151
1799.40/1024.61	c propagations		: 339435
1799.40/1024.61	c inspects		: 266633366
1799.40/1024.61	c shortcuts		: 0
1799.40/1024.61	c learnt literals	: 0
1799.40/1024.61	c learnt binary clauses	: 0
1799.40/1024.61	c learnt ternary clauses	: 0
1799.40/1024.61	c learnt constraints	: 7801
1799.40/1024.61	c ignored constraints	: 0
1799.40/1024.61	c root simplifications	: 0
1799.40/1024.61	c removed literals (reason simplification)	: 0
1799.40/1024.61	c reason swapping (by a shorter reason)	: 0
1799.40/1024.61	c Calls to reduceDB	: 0
1799.40/1024.61	c number of reductions to clauses (during analyze)	: 0
1799.40/1024.61	c number of learned constraints concerned by reduction	: 0
1799.40/1024.61	c number of learning phase by resolution	: 0
1799.40/1024.61	c number of learning phase by cutting planes	: 0
1799.40/1024.61	c speed (assignments/second)	: 331.76589946790006
1799.40/1024.61	c non guided choices	0
1799.40/1024.61	c learnt constraints type 
1799.40/1024.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 459
1799.40/1024.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7342
1799.40/1024.61	c constraints type 
1799.40/1024.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15820
1799.40/1024.61	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1799.40/1024.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.40/1024.61	c ignored satisfied constraints => 1000
1799.40/1024.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15820
1799.40/1024.61	c 33641 constraints processed.
1799.40/1024.61	c constraints type 
1799.40/1024.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15820
1799.40/1024.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.40/1024.61	c ignored satisfied constraints => 1000
1799.40/1024.61	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1799.40/1024.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15820
1799.40/1024.61	c 33641 constraints processed.
1799.40/1024.61	s SATISFIABLE
1799.40/1024.62	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 x314 -x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 -x413 x414 -x415 x416 -x417 -x418 x419 -x420 x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 x461 -x462 -x463 -x464 -x465 -x466 x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 x483 x484 x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 x565 -x566 x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 -x584 -x585 -x586 x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 x604 -x605 -x606 -x607 x608 -x609 -x610 -x611 x612 x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 x631 -x632 -x633 -x634 x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 x646 -x647 -x648 x649 -x650 -x651 -x652 x653 x654 -x655 -x656 -x657 -x658 -x659 x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 x671 -x672 -x673 -x674 -x675 -x676 -x677 x678 -x679 x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 x738 -x739 -x740 -x741 -x742 x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 -x761 x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 x770 x771 -x772 -x773 -x774 x775 -x776 -x777 -x778 -x779 x780 -x781 x782 -x783 -x784 x785 -x786 x787 -x788 -x789 x790 -x791 -x792 -x793 -x794 x795 -x796 -x797 x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 x819 -x820 -x821 -x822 -x823 -x824 x825 -x826 -x827 -x828 -x829 -x830 x831 -x832 -x833 -x834 -x835 -x836 -x837 x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 x868 -x869 -x870 -x871 -x872 x873 x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 x896 -x897 x898 -x899 -x900 x901 -x902 -x903 x904 x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 x914 -x915 -x916 x917 x918 -x919 -x920 x921 -x922 -x923 x924 -x925 -x926 -x927 x928 x929 x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 x939 -x940 -x941 -x942 -x943 x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 x974 -x975 x976 -x977 x978 -x979 -x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 x997 -x998 -x999 -x1000 
1799.40/1024.62	c objective function=-121
1799.40/1024.62	c Total wall clock time (in seconds): 1024.492

Verifier Data

OK	-121

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

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

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


[startup+0 s]
/proc/loadavg: 3.89 3.93 3.86 4/197 21121
/proc/meminfo: memFree=26238572/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21121/stat : 21121 (java) D 21119 21121 18255 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 254025246 2560000 46 33554432000 1073741824 1073778376 140733427034976 140733427032104 239863950631 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/21121/statm: 625 46 37 9 0 29 0

[startup+0.104979 s]
/proc/loadavg: 3.89 3.93 3.86 4/197 21121
/proc/meminfo: memFree=26238572/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 4342 0 1 0 8 1 0 0 20 0 18 0 254025246 9787813888 5020 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2389603 5020 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200188 s]
/proc/loadavg: 3.89 3.93 3.86 4/197 21121
/proc/meminfo: memFree=26238572/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 4742 0 1 0 21 1 0 0 20 0 18 0 254025246 9787813888 6352 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2389603 6352 2184 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558412

[startup+0.300207 s]
/proc/loadavg: 3.89 3.93 3.86 4/197 21121
/proc/meminfo: memFree=26238572/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 6328 0 1 0 45 1 0 0 20 0 18 0 254025246 9787813888 7649 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2389603 7649 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700165 s]
/proc/loadavg: 3.89 3.93 3.86 4/197 21121
/proc/meminfo: memFree=26238572/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9558412 CPUtime=1.56 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 25177 0 1 0 152 4 0 0 20 0 18 0 254025246 9787813888 27526 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2389603 27526 2242 9 0 2380296 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558412

[startup+1.50061 s]
/proc/loadavg: 3.97 3.95 3.86 7/217 21141
/proc/meminfo: memFree=26081524/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9824668 CPUtime=4.07 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 29741 0 1 0 399 8 0 0 20 0 22 0 254025246 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2456167 44048 2261 9 0 2446860 0
[pid=21121/tid=21123] ppid=21119 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/21121/task/21123/stat : 21123 (java) S 21119 21121 18255 0 -1 4202560 2542 0 1 0 92 2 0 0 20 0 22 0 254025248 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185524970488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21124] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185368873896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21125] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185367821352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185366768296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185365715752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21128] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185364662696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21129] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185363610152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185362557096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254025249 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185361504552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185349094248 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 18255 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185348040568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21134] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185346987400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21135] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21135/stat : 21135 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025253 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185345936144 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21136] ppid=21119 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/21121/task/21136/stat : 21136 (java) R 21119 21121 18255 0 -1 4202560 14825 0 0 0 119 2 0 0 20 0 22 0 254025253 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185344883000 140185532726014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21137] ppid=21119 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/21121/task/21137/stat : 21137 (java) R 21119 21121 18255 0 -1 4202560 11122 0 0 0 119 2 0 0 20 0 22 0 254025253 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185343823856 140185527525409 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21138] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21138/stat : 21138 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185342777592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21139] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21139/stat : 21139 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 44048 33554432000 1073741824 1073778376 140737294838192 140185341725256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 3.97 3.95 3.86 2/216 21146
/proc/meminfo: memFree=26004616/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9824668 CPUtime=7.3 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 30521 0 1 0 711 19 0 0 20 0 22 0 254025246 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2456167 71766 2277 9 0 2446860 0
[pid=21121/tid=21123] ppid=21119 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/21121/task/21123/stat : 21123 (java) S 21119 21121 18255 0 -1 4202560 2542 0 1 0 92 2 0 0 20 0 22 0 254025248 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185524970488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21124] ppid=21119 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 18255 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185368873896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21125] ppid=21119 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 18255 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185367821352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 18255 0 -1 4202560 105 0 0 0 1 1 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185366768296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 18255 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185365715752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21128] ppid=21119 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 18255 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185364662696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21129] ppid=21119 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 18255 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185363610152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 18255 0 -1 4202560 129 0 0 0 3 2 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185362557096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 18255 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 22 0 254025249 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185361504552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 18255 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185349094248 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185348040568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21134] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185346987400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21135] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21135/stat : 21135 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025253 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185345936144 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21136] ppid=21119 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/21121/task/21136/stat : 21136 (java) S 21119 21121 18255 0 -1 4202560 14877 0 0 0 159 2 0 0 20 0 22 0 254025253 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185344883000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21137] ppid=21119 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/21121/task/21137/stat : 21137 (java) S 21119 21121 18255 0 -1 4202560 11178 0 0 0 161 2 0 0 20 0 22 0 254025253 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185343830456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21138] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21138/stat : 21138 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185342777592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21139] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21139/stat : 21139 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185341725256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21146] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21146/stat : 21146 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254025396 10060460032 71766 33554432000 1073741824 1073778376 140737294838192 140185337512744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9824668

[startup+6.30066 s]
/proc/loadavg: 3.98 3.95 3.86 5/219 21152
/proc/meminfo: memFree=25644788/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9824668 CPUtime=12.72 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 30954 0 1 0 1238 34 0 0 20 0 22 0 254025246 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2456167 123594 2290 9 0 2446860 0
[pid=21121/tid=21123] ppid=21119 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/21121/task/21123/stat : 21123 (java) S 21119 21121 18255 0 -1 4202560 2542 0 1 0 92 3 0 0 20 0 22 0 254025248 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185524970488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21124] ppid=21119 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 18255 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185368873896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21125] ppid=21119 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 18255 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185367821352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 18255 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185366768296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 18255 0 -1 4202560 122 0 0 0 7 3 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185365715752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21128] ppid=21119 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 18255 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185364662696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21129] ppid=21119 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 18255 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185363610152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 18255 0 -1 4202560 143 0 0 0 6 2 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185362557096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 18255 0 -1 4202560 121 0 0 0 7 2 0 0 20 0 22 0 254025249 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185361504552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 18255 0 -1 4202560 242 0 0 0 37 0 0 0 20 0 22 0 254025251 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185349094248 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185348040568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21134] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185346987400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21135] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21135/stat : 21135 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025253 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185345936144 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21136] ppid=21119 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/21121/task/21136/stat : 21136 (java) S 21119 21121 18255 0 -1 4202560 14893 0 0 0 170 2 0 0 20 0 22 0 254025253 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185344883000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21137] ppid=21119 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/21121/task/21137/stat : 21137 (java) S 21119 21121 18255 0 -1 4202560 11186 0 0 0 167 2 0 0 20 0 22 0 254025253 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185343830456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21138] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21138/stat : 21138 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185342777592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21139] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21139/stat : 21139 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185341725256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21146] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21146/stat : 21146 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254025396 10060460032 123594 33554432000 1073741824 1073778376 140737294838192 140185337512744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 9824668

[startup+12.7009 s]
/proc/loadavg: 3.90 3.93 3.86 4/219 21158
/proc/meminfo: memFree=25458748/32873844 swapFree=7384/7384

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

[pid=21121/tid=21127] ppid=21119 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 18255 0 -1 4202560 1238 0 0 0 82 20 0 0 20 0 22 0 254025249 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185365715752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21128] ppid=21119 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 18255 0 -1 4202560 460 0 0 0 88 17 0 0 20 0 22 0 254025249 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185364662696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21129] ppid=21119 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 18255 0 -1 4202560 588 0 0 0 87 19 0 0 20 0 22 0 254025249 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185363610152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 18255 0 -1 4202560 670 0 0 0 93 18 0 0 20 0 22 0 254025249 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185362557096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 18255 0 -1 4202560 402 0 0 0 75 16 0 0 20 0 22 0 254025249 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185361504552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=9824668 CPUtime=243.87 cores=0,2,4,6
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 18255 0 -1 4202560 3882 0 0 0 24340 47 0 0 20 0 22 0 254025251 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185349094248 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185348040568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21134] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185346987400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21135] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21135/stat : 21135 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025253 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185345936144 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21136] ppid=21119 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/21121/task/21136/stat : 21136 (java) S 21119 21121 18255 0 -1 4202560 14904 0 0 0 179 2 0 0 20 0 22 0 254025253 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185344883000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21137] ppid=21119 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/21121/task/21137/stat : 21137 (java) S 21119 21121 18255 0 -1 4202560 11190 0 0 0 187 2 0 0 20 0 22 0 254025253 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185343830456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21138] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21138/stat : 21138 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185342777592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21139] ppid=21119 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/21121/task/21139/stat : 21139 (java) S 21119 21121 18255 0 -1 4202560 57 0 0 0 16 22 0 0 20 0 22 0 254025254 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185341725256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21146] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21146/stat : 21146 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254025396 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185337512744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21178] ppid=21119 vsize=9824668 CPUtime=498.96 cores=0,2,4,6
/proc/21121/task/21178/stat : 21178 (java) R 21119 21121 18255 0 -1 4202560 9 0 0 0 49889 7 0 0 20 0 22 0 254061487 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185339617872 140185398811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21179] ppid=21119 vsize=9824668 CPUtime=499.28 cores=0,2,4,6
/proc/21121/task/21179/stat : 21179 (java) R 21119 21121 18255 0 -1 4202560 45 0 0 0 49920 8 0 0 20 0 22 0 254061487 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185338563056 140185398911054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21180] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21180/stat : 21180 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254061487 10060460032 1080699 33554432000 1073741824 1073778376 140737294838192 140185340671016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1758.09
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1024.6 s]
/proc/loadavg: 3.87 3.90 3.83 5/220 21298
/proc/meminfo: memFree=22225188/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9824668 CPUtime=1799.4 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 40542 0 1 0 179677 263 0 0 20 0 22 0 254025246 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2456167 1080716 2291 9 0 2446860 0
[pid=21121/tid=21123] ppid=21119 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/21121/task/21123/stat : 21123 (java) S 21119 21121 18255 0 -1 4202560 2633 0 1 0 96 3 0 0 20 0 22 0 254025248 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185524970488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21124] ppid=21119 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 18255 0 -1 4202560 321 0 0 0 86 17 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185368873896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21125] ppid=21119 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 18255 0 -1 4202560 584 0 0 0 82 21 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185367821352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 18255 0 -1 4202560 618 0 0 0 91 18 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185366768296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 18255 0 -1 4202560 1238 0 0 0 85 20 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185365715752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21128] ppid=21119 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 18255 0 -1 4202560 465 0 0 0 92 17 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185364662696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21129] ppid=21119 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 18255 0 -1 4202560 588 0 0 0 89 19 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185363610152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 18255 0 -1 4202560 670 0 0 0 95 18 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185362557096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 18255 0 -1 4202560 402 0 0 0 77 16 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185361504552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=9824668 CPUtime=247.25 cores=0,2,4,6
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 18255 0 -1 4202560 3888 0 0 0 24678 47 0 0 20 0 22 0 254025251 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185349094248 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185348040568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21134] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185346987400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21135] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21135/stat : 21135 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025253 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185345936144 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21136] ppid=21119 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/21121/task/21136/stat : 21136 (java) S 21119 21121 18255 0 -1 4202560 14904 0 0 0 179 2 0 0 20 0 22 0 254025253 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185344883000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21137] ppid=21119 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/21121/task/21137/stat : 21137 (java) S 21119 21121 18255 0 -1 4202560 11190 0 0 0 187 2 0 0 20 0 22 0 254025253 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185343830456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21138] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21138/stat : 21138 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185342777592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21139] ppid=21119 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/21121/task/21139/stat : 21139 (java) S 21119 21121 18255 0 -1 4202560 59 0 0 0 16 22 0 0 20 0 22 0 254025254 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185341725256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21146] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21146/stat : 21146 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254025396 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185337512744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21178] ppid=21119 vsize=9824668 CPUtime=517.78 cores=0,2,4,6
/proc/21121/task/21178/stat : 21178 (java) R 21119 21121 18255 0 -1 4202560 9 0 0 0 51771 7 0 0 20 0 22 0 254061487 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185339617872 140185398754684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21179] ppid=21119 vsize=9824668 CPUtime=518.1 cores=0,2,4,6
/proc/21121/task/21179/stat : 21179 (java) R 21119 21121 18255 0 -1 4202560 45 0 0 0 51802 8 0 0 20 0 22 0 254061487 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185338562512 140185398911037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21180] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21180/stat : 21180 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254061487 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185340671016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 9824668

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

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

[startup+1024.6 s]
/proc/loadavg: 3.87 3.90 3.83 5/220 21298
/proc/meminfo: memFree=22225188/32873844 swapFree=7384/7384
[pid=21121] ppid=21119 vsize=9824668 CPUtime=1799.4 cores=0,2,4,6
/proc/21121/stat : 21121 (java) S 21119 21121 18255 0 -1 4202496 40542 0 1 0 179677 263 0 0 20 0 22 0 254025246 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140737294829328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21121/statm: 2456167 1080716 2291 9 0 2446860 0
[pid=21121/tid=21123] ppid=21119 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/21121/task/21123/stat : 21123 (java) S 21119 21121 18255 0 -1 4202560 2633 0 1 0 96 3 0 0 20 0 22 0 254025248 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185524970488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21124] ppid=21119 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/21121/task/21124/stat : 21124 (java) S 21119 21121 18255 0 -1 4202560 321 0 0 0 86 17 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185368873896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21125] ppid=21119 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/21121/task/21125/stat : 21125 (java) S 21119 21121 18255 0 -1 4202560 584 0 0 0 82 21 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185367821352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21126] ppid=21119 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/21121/task/21126/stat : 21126 (java) S 21119 21121 18255 0 -1 4202560 618 0 0 0 91 18 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185366768296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21127] ppid=21119 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/21121/task/21127/stat : 21127 (java) S 21119 21121 18255 0 -1 4202560 1238 0 0 0 85 20 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185365715752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21128] ppid=21119 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/21121/task/21128/stat : 21128 (java) S 21119 21121 18255 0 -1 4202560 465 0 0 0 92 17 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185364662696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21129] ppid=21119 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/21121/task/21129/stat : 21129 (java) S 21119 21121 18255 0 -1 4202560 588 0 0 0 89 19 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185363610152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21130] ppid=21119 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/21121/task/21130/stat : 21130 (java) S 21119 21121 18255 0 -1 4202560 670 0 0 0 95 18 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185362557096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21131] ppid=21119 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/21121/task/21131/stat : 21131 (java) S 21119 21121 18255 0 -1 4202560 402 0 0 0 77 16 0 0 20 0 22 0 254025249 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185361504552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21132] ppid=21119 vsize=9824668 CPUtime=247.25 cores=0,2,4,6
/proc/21121/task/21132/stat : 21132 (java) S 21119 21121 18255 0 -1 4202560 3888 0 0 0 24678 47 0 0 20 0 22 0 254025251 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185349094248 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21133] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21133/stat : 21133 (java) S 21119 21121 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185348040568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21134] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21134/stat : 21134 (java) S 21119 21121 18255 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254025251 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185346987400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21135] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21135/stat : 21135 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025253 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185345936144 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21136] ppid=21119 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/21121/task/21136/stat : 21136 (java) S 21119 21121 18255 0 -1 4202560 14904 0 0 0 179 2 0 0 20 0 22 0 254025253 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185344883000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21137] ppid=21119 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/21121/task/21137/stat : 21137 (java) S 21119 21121 18255 0 -1 4202560 11190 0 0 0 187 2 0 0 20 0 22 0 254025253 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185343830456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21138] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21138/stat : 21138 (java) S 21119 21121 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254025254 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185342777592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21121/tid=21139] ppid=21119 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/21121/task/21139/stat : 21139 (java) S 21119 21121 18255 0 -1 4202560 59 0 0 0 16 22 0 0 20 0 22 0 254025254 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185341725256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21121/tid=21146] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21146/stat : 21146 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254025396 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185337512744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21178] ppid=21119 vsize=9824668 CPUtime=517.78 cores=0,2,4,6
/proc/21121/task/21178/stat : 21178 (java) R 21119 21121 18255 0 -1 4202560 9 0 0 0 51771 7 0 0 20 0 22 0 254061487 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185339617872 140185398754684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21121/tid=21179] ppid=21119 vsize=9824668 CPUtime=518.1 cores=0,2,4,6
/proc/21121/task/21179/stat : 21179 (java) R 21119 21121 18255 0 -1 4202560 45 0 0 0 51802 8 0 0 20 0 22 0 254061487 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185338562512 140185398911037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21121/tid=21180] ppid=21119 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21121/task/21180/stat : 21180 (java) S 21119 21121 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254061487 10060460032 1080716 33554432000 1073741824 1073778376 140737294838192 140185340671016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21121 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=458352
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=51536
# CPU time returned by wait4() is 1796.51
# while last known CPU time is 1799.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1024.65
CPU time (s): 1800.17
CPU user time (s): 1797.62
CPU system time (s): 2.55
CPU usage (%): 175.687
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.46
system time used= 3.05154
maximum resident set size= 4322980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40572
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25141
involuntary context switches= 18817

runsolver used 3.71244 second user time and 9.1826 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 19:03:18
IDJOB=3688682
IDBENCH=48193
IDSOLVER=2268
FILE ID=node136/3688682-1337878998
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=232779606

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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.247
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:        26238464 kB
Buffers:          282048 kB
Cached:          1903012 kB
SwapCached:        24460 kB
Active:          4251384 kB
Inactive:        1612924 kB
Active(anon):    3653804 kB
Inactive(anon):    25096 kB
Active(file):     597580 kB
Inactive(file):  1587828 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       3660500 kB
Mapped:            17876 kB
Shmem:                 0 kB
Slab:             626524 kB
SReclaimable:      68400 kB
SUnreclaim:       558124 kB
KernelStack:        1632 kB
PageTables:        11044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4013004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3553280 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= 71712 MiB
End job on node136 at 2012-05-24 19:20:25