Trace number 4081201

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 2.3.6 Res+CP PB16SAT (TO)220 1800.49 897.569

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUM85de1910ead9431952046fc8a55b274b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark213
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables478
Total number of constraints478
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 constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
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 478
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 478
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

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-2013 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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4081201-1465221468.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.24/0.25	c ... done. Wall clock time 0.13s.
0.24/0.25	c declared #vars     478
0.24/0.25	c #constraints  478
0.24/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 478
0.24/0.25	c 478 constraints processed.
0.24/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 478
0.24/0.25	c 478 constraints processed.
0.24/0.25	c objective function length is 478 literals
0.24/0.27	c And the winner is solver0
0.54/0.75	c SATISFIABLE
0.54/0.75	c OPTIMIZING...
0.54/0.75	c Got one! Elapsed wall clock time (in seconds):0.636
0.54/0.75	o 233
0.54/0.77	c And the winner is solver0
0.67/1.26	c Got one! Elapsed wall clock time (in seconds):1.141
0.67/1.26	o 232
0.79/1.34	c And the winner is solver0
1.19/1.76	c Got one! Elapsed wall clock time (in seconds):1.644
1.19/1.76	o 231
2.55/2.27	c cleaning 2580 clauses out of 5170 with flag 10632/5170
2.82/2.33	c And the winner is solver1
3.12/2.76	c Got one! Elapsed wall clock time (in seconds):2.646
3.12/2.76	o 230
4.38/3.38	c And the winner is solver1
4.54/3.77	c Got one! Elapsed wall clock time (in seconds):3.648
4.54/3.77	o 229
5.24/4.09	c cleaning 4455 clauses out of 8912 with flag 4973/11492
7.53/5.16	c cleaning 5227 clauses out of 10458 with flag 19967/17493
7.74/5.29	c And the winner is solver1
7.93/5.77	c Got one! Elapsed wall clock time (in seconds):5.651
7.93/5.77	o 224
9.72/6.67	c cleaning 5527 clauses out of 11059 with flag 12442/23321
12.07/7.72	c cleaning 5765 clauses out of 11530 with flag 26910/29319
14.77/9.01	c cleaning 6383 clauses out of 12766 with flag 44256/36320
18.27/10.76	c cleaning 7186 clauses out of 14384 with flag 64476/44321
23.00/13.05	c cleaning 8095 clauses out of 16197 with flag 87289/53320
27.60/15.35	c cleaning 9052 clauses out of 18104 with flag 113113/63322
33.54/18.26	c cleaning 10025 clauses out of 20049 with flag 140645/74319
39.91/21.33	c cleaning 11010 clauses out of 22025 with flag 171068/86320
46.51/24.63	c cleaning 12001 clauses out of 24014 with flag 202911/99319
54.30/28.41	c cleaning 13004 clauses out of 26013 with flag 236788/113319
61.71/32.16	c cleaning 14001 clauses out of 28009 with flag 274023/128319
70.32/36.37	c cleaning 15005 clauses out of 30009 with flag 313905/144320
79.49/40.85	c cleaning 16000 clauses out of 32003 with flag 354517/161319
89.07/45.66	c cleaning 16999 clauses out of 34004 with flag 398675/179320
99.47/50.89	c cleaning 18000 clauses out of 36005 with flag 444477/198320
111.23/56.69	c cleaning 19002 clauses out of 38004 with flag 492291/218319
123.64/62.87	c cleaning 20001 clauses out of 40002 with flag 542527/239319
130.04/66.35	c And the winner is solver1
130.17/66.79	c Got one! Elapsed wall clock time (in seconds):66.669
130.17/66.79	o 223
132.99/68.20	c cleaning 17358 clauses out of 34722 with flag 12431/254040
135.58/69.50	c cleaning 11679 clauses out of 23365 with flag 27091/260041
138.38/70.95	c cleaning 9334 clauses out of 18684 with flag 44143/267039
141.38/72.47	c cleaning 8673 clauses out of 17351 with flag 64427/275040
144.86/74.16	c cleaning 8837 clauses out of 17677 with flag 87770/284039
149.14/76.25	c cleaning 9414 clauses out of 18840 with flag 112954/294039
154.54/78.99	c cleaning 10212 clauses out of 20426 with flag 140856/305039
159.94/81.61	c cleaning 11107 clauses out of 22214 with flag 171580/317039
163.16/83.21	c cleaning 0 clauses out of 6318 with flag 0/6319
166.36/84.76	c cleaning 12053 clauses out of 24107 with flag 204430/330039
173.20/88.02	c cleaning 13025 clauses out of 26055 with flag 241187/344040
180.20/91.56	c cleaning 14014 clauses out of 28030 with flag 281260/359040
187.60/95.21	c cleaning 15010 clauses out of 30019 with flag 323841/375043
196.70/99.75	c cleaning 16001 clauses out of 32006 with flag 367991/392040
197.30/100.07	c And the winner is solver1
197.46/100.30	c Got one! Elapsed wall clock time (in seconds):100.183
197.46/100.30	o 222
198.84/101.04	c cleaning 10877 clauses out of 21753 with flag 9875/397788
201.03/102.11	c cleaning 8438 clauses out of 16876 with flag 24738/403788
203.45/103.40	c cleaning 7719 clauses out of 15438 with flag 41584/410788
206.26/104.75	c cleaning 7857 clauses out of 15718 with flag 60764/418787
209.66/106.41	c cleaning 8429 clauses out of 16861 with flag 82764/427787
213.26/108.29	c cleaning 9214 clauses out of 18433 with flag 107610/437788
217.66/110.43	c cleaning 10108 clauses out of 20219 with flag 135370/448788
223.04/113.05	c cleaning 11052 clauses out of 22111 with flag 165282/460788
228.05/115.56	c cleaning 12025 clauses out of 24058 with flag 198534/473787
233.84/118.40	c cleaning 13012 clauses out of 26033 with flag 234420/487787
239.84/121.43	c cleaning 14011 clauses out of 28021 with flag 272582/502787
246.44/124.66	c cleaning 15002 clauses out of 30011 with flag 313140/518788
253.64/128.28	c cleaning 15998 clauses out of 32008 with flag 356169/535787
260.84/131.86	c cleaning 17005 clauses out of 34010 with flag 401155/553787
269.41/136.01	c cleaning 18000 clauses out of 36007 with flag 450020/572789
278.01/140.33	c cleaning 18997 clauses out of 38005 with flag 503053/592787
289.06/146.28	c cleaning 20000 clauses out of 40008 with flag 559539/613787
300.47/151.95	c cleaning 20997 clauses out of 42008 with flag 614850/635787
312.12/157.72	c cleaning 22000 clauses out of 44012 with flag 673767/658788
322.92/163.14	c cleaning 23000 clauses out of 46011 with flag 735663/682787
334.63/168.99	c cleaning 24005 clauses out of 48013 with flag 800383/707789
347.03/175.16	c cleaning 25001 clauses out of 50008 with flag 868234/733789
358.56/180.87	c cleaning 26001 clauses out of 52005 with flag 937914/760787
372.75/187.96	c cleaning 27001 clauses out of 54005 with flag 1010468/788788
388.11/195.50	c cleaning 28000 clauses out of 56006 with flag 1085868/817790
405.75/204.27	c cleaning 28999 clauses out of 58003 with flag 1161795/847787
425.46/214.07	c cleaning 29996 clauses out of 60004 with flag 1241532/878787
447.83/225.10	c cleaning 30999 clauses out of 62009 with flag 1324786/910788
467.63/235.04	c cleaning 32005 clauses out of 64009 with flag 1408075/943787
489.22/245.79	c cleaning 32999 clauses out of 66004 with flag 1496131/977787
511.81/256.92	c cleaning 34003 clauses out of 68006 with flag 1585824/1012788
536.45/269.00	c cleaning 34996 clauses out of 70002 with flag 1685098/1048787
537.47/269.54	c cleaning 0 clauses out of 12143 with flag 0/12144
560.12/280.72	c cleaning 35990 clauses out of 72006 with flag 1784143/1085787
586.20/293.61	c cleaning 37003 clauses out of 74017 with flag 1887444/1123788
612.91/306.85	c cleaning 38002 clauses out of 76015 with flag 1986731/1162789
637.09/318.62	c And the winner is solver1
637.21/319.08	c Got one! Elapsed wall clock time (in seconds):318.958
637.21/319.08	o 221
641.10/321.05	c cleaning 40625 clauses out of 81251 with flag 12095/1206027
644.10/322.50	c cleaning 23310 clauses out of 46625 with flag 26832/1212026
646.70/323.83	c cleaning 15154 clauses out of 30316 with flag 44041/1219027
649.70/325.38	c cleaning 11579 clauses out of 23161 with flag 63969/1227026
653.50/327.25	c cleaning 10290 clauses out of 20583 with flag 87218/1236027
657.92/329.34	c cleaning 10143 clauses out of 20294 with flag 113622/1246028
662.12/331.45	c cleaning 10572 clauses out of 21149 with flag 141648/1257026
667.52/334.15	c cleaning 11285 clauses out of 22577 with flag 171854/1269026
673.72/337.24	c cleaning 12143 clauses out of 24292 with flag 204576/1282026
680.93/340.70	c cleaning 13074 clauses out of 26149 with flag 240877/1296026
687.13/343.85	c cleaning 14036 clauses out of 28075 with flag 278307/1311026
693.94/347.29	c cleaning 15020 clauses out of 30039 with flag 319189/1327026
703.48/352.60	c cleaning 16007 clauses out of 32020 with flag 362028/1344027
712.48/357.14	c cleaning 17007 clauses out of 34014 with flag 408247/1362028
721.54/361.62	c cleaning 17998 clauses out of 36005 with flag 456877/1381026
731.15/366.41	c cleaning 19002 clauses out of 38007 with flag 507037/1401026
741.79/371.75	c cleaning 20003 clauses out of 40005 with flag 559189/1422026
754.19/377.92	c cleaning 20999 clauses out of 42004 with flag 614790/1444028
767.11/384.34	c cleaning 21998 clauses out of 44003 with flag 673627/1467026
780.80/391.13	c cleaning 23004 clauses out of 46007 with flag 736453/1491028
793.40/397.41	c cleaning 23997 clauses out of 48002 with flag 799550/1516027
806.71/404.02	c cleaning 25003 clauses out of 50006 with flag 863615/1542028
821.03/411.13	c cleaning 25999 clauses out of 52001 with flag 930587/1569026
837.78/419.43	c cleaning 26997 clauses out of 54002 with flag 999054/1597026
852.19/426.67	c cleaning 27999 clauses out of 56005 with flag 1070586/1626026
867.75/434.40	c cleaning 29000 clauses out of 58007 with flag 1147107/1656027
886.97/443.81	c cleaning 30001 clauses out of 60006 with flag 1224845/1687026
905.64/453.07	c cleaning 31003 clauses out of 62006 with flag 1306031/1719027
926.34/463.22	c cleaning 31999 clauses out of 64002 with flag 1390319/1752026
946.81/473.39	c cleaning 32995 clauses out of 66003 with flag 1478582/1786026
969.92/484.74	c cleaning 33999 clauses out of 68009 with flag 1568811/1821027
995.61/497.46	c cleaning 35004 clauses out of 70009 with flag 1661249/1857026
1001.74/500.31	c cleaning 0 clauses out of 17261 with flag 0/17262
1020.61/509.61	c cleaning 35996 clauses out of 72006 with flag 1757536/1894027
1045.25/521.88	c cleaning 37003 clauses out of 74009 with flag 1853253/1932026
1071.90/535.00	c cleaning 37998 clauses out of 76006 with flag 1951006/1971026
1101.97/549.89	c cleaning 39003 clauses out of 78009 with flag 2052975/2011027
1132.13/564.81	c cleaning 39997 clauses out of 80005 with flag 2161357/2052026
1165.41/581.34	c cleaning 40996 clauses out of 82008 with flag 2269706/2094026
1198.48/597.71	c cleaning 42002 clauses out of 84013 with flag 2383511/2137027
1234.59/615.68	c cleaning 43000 clauses out of 86010 with flag 2499469/2181026
1270.76/633.62	c cleaning 44001 clauses out of 88011 with flag 2617037/2226027
1305.71/650.98	c cleaning 45001 clauses out of 90009 with flag 2735403/2272026
1337.53/666.69	c cleaning 46000 clauses out of 92009 with flag 2854443/2319027
1370.75/683.15	c cleaning 47000 clauses out of 94008 with flag 2979741/2367026
1407.53/701.36	c cleaning 48000 clauses out of 96010 with flag 3105256/2416028
1409.73/702.44	c And the winner is solver1
1409.87/702.75	c Got one! Elapsed wall clock time (in seconds):702.631
1409.87/702.75	o 220
1410.38/703.03	c cleaning 26509 clauses out of 53032 with flag 2510/2421050
1412.58/704.18	c cleaning 16259 clauses out of 32524 with flag 17457/2427051
1415.16/705.47	c cleaning 11628 clauses out of 23264 with flag 35487/2434050
1418.36/707.01	c cleaning 9809 clauses out of 19636 with flag 55839/2442050
1425.13/711.65	c cleaning 9409 clauses out of 18827 with flag 78358/2451050
1429.74/713.93	c cleaning 9707 clauses out of 19418 with flag 103178/2461050
1434.52/716.32	c cleaning 10356 clauses out of 20711 with flag 129615/2472050
1439.52/718.89	c cleaning 11177 clauses out of 22355 with flag 159578/2484050
1445.33/721.73	c cleaning 12084 clauses out of 24178 with flag 192297/2497050
1451.42/724.79	c cleaning 13048 clauses out of 26095 with flag 229125/2511051
1457.82/727.97	c cleaning 14021 clauses out of 28046 with flag 266209/2526050
1464.82/731.50	c cleaning 15010 clauses out of 30025 with flag 307175/2542050
1473.32/735.69	c cleaning 16007 clauses out of 32016 with flag 351588/2559051
1480.91/739.47	c cleaning 17003 clauses out of 34009 with flag 395225/2577051
1490.45/744.19	c cleaning 18000 clauses out of 36006 with flag 442027/2596051
1499.84/748.84	c cleaning 19000 clauses out of 38005 with flag 493282/2616050
1509.83/753.84	c cleaning 20003 clauses out of 40006 with flag 547515/2637051
1521.33/759.52	c cleaning 20999 clauses out of 42002 with flag 605380/2659050
1531.34/764.55	c cleaning 21998 clauses out of 44004 with flag 663911/2682051
1542.50/770.06	c cleaning 23001 clauses out of 46006 with flag 725709/2706051
1555.60/776.57	c cleaning 24002 clauses out of 48005 with flag 788622/2731051
1569.21/783.37	c cleaning 24999 clauses out of 50002 with flag 854459/2757050
1584.38/790.87	c cleaning 25998 clauses out of 52005 with flag 922529/2784052
1599.94/798.52	c cleaning 27002 clauses out of 54008 with flag 994731/2812053
1614.15/805.65	c cleaning 27997 clauses out of 56003 with flag 1066938/2841050
1629.93/813.45	c cleaning 29002 clauses out of 58008 with flag 1142757/2871052
1647.93/822.37	c cleaning 29990 clauses out of 60004 with flag 1223351/2902050
1667.93/832.29	c cleaning 31005 clauses out of 62014 with flag 1307105/2934050
1688.99/842.68	c cleaning 31991 clauses out of 64009 with flag 1391590/2967050
1708.83/852.41	c cleaning 0 clauses out of 23014 with flag 0/23015
1712.44/854.23	c cleaning 33010 clauses out of 66019 with flag 1480618/3001051
1737.32/866.52	c cleaning 33997 clauses out of 68010 with flag 1571125/3036052
1763.41/879.44	c cleaning 35005 clauses out of 70013 with flag 1665145/3072052
1789.69/892.48	c cleaning 35997 clauses out of 72006 with flag 1759909/3109050
1800.14/897.50	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.14/897.50	c starts		: 58544
1800.14/897.50	c conflicts		: 3127656
1800.14/897.50	c decisions		: 18149065
1800.14/897.50	c propagations		: 389417839
1800.14/897.50	c inspects		: 11556901506
1800.14/897.50	c shortcuts		: 0
1800.14/897.50	c learnt literals	: 0
1800.14/897.50	c learnt binary clauses	: 0
1800.14/897.50	c learnt ternary clauses	: 0
1800.14/897.50	c learnt constraints	: 3127656
1800.14/897.50	c ignored constraints	: 0
1800.14/897.50	c root simplifications	: 0
1800.14/897.50	c removed literals (reason simplification)	: 5322738
1800.14/897.50	c reason swapping (by a shorter reason)	: 0
1800.14/897.50	c Calls to reduceDB	: 146
1800.14/897.50	c Number of update (reduction) of LBD	: 520428
1800.14/897.50	c Imported unit clauses	: 0
1800.14/897.50	c number of reductions to clauses (during analyze)	: 0
1800.14/897.50	c number of learned constraints concerned by reduction	: 0
1800.14/897.50	c number of learning phase by resolution	: 0
1800.14/897.50	c number of learning phase by cutting planes	: 0
1800.14/897.50	c speed (assignments/second)	: 1999619.1911515512
1800.14/897.50	c non guided choices	0
1800.14/897.53	c learnt constraints type 
1800.14/897.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54615
1800.14/897.53	c >>>>>>>>>> Solver number 1 (7 answers) <<<<<<<<<<<<<<<<<<
1800.14/897.53	c starts		: 62
1800.14/897.53	c conflicts		: 23698
1800.14/897.53	c decisions		: 86934
1800.14/897.53	c propagations		: 461016
1800.14/897.53	c inspects		: 732812030
1800.14/897.53	c shortcuts		: 0
1800.14/897.53	c learnt literals	: 0
1800.14/897.53	c learnt binary clauses	: 0
1800.14/897.53	c learnt ternary clauses	: 0
1800.14/897.53	c learnt constraints	: 23696
1800.14/897.53	c ignored constraints	: 0
1800.14/897.53	c root simplifications	: 0
1800.14/897.53	c removed literals (reason simplification)	: 0
1800.14/897.53	c reason swapping (by a shorter reason)	: 0
1800.14/897.53	c Calls to reduceDB	: 4
1800.14/897.53	c Number of update (reduction) of LBD	: 0
1800.14/897.53	c Imported unit clauses	: 0
1800.14/897.53	c number of reductions to clauses (during analyze)	: 0
1800.14/897.53	c number of learned constraints concerned by reduction	: 0
1800.14/897.53	c number of learning phase by resolution	: 0
1800.14/897.53	c number of learning phase by cutting planes	: 0
1800.14/897.53	c speed (assignments/second)	: 514.6623440995619
1800.14/897.53	c non guided choices	0
1800.14/897.54	c learnt constraints type 
1800.14/897.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1315
1800.14/897.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22381
1800.14/897.54	s SATISFIABLE
1800.14/897.54	c Found 10 solution(s)
1800.14/897.54	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 
1800.14/897.54	c objective function=220
1800.14/897.54	c Total wall clock time (in seconds): 897.421

Verifier Data

OK	220

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4081201-1465221468/watcher-4081201-1465221468 -o /tmp/evaluation-result-4081201-1465221468/solver-4081201-1465221468 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081201-1465221468.opb 

pid=9697
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: 4.02 4.01 3.93 4/197 9700
/proc/meminfo: memFree=30540636/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9700/stat : 9700 (java) R 9697 9700 3970 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 104082111 9515008 185 33554432000 1073741824 1073778376 140735540081824 140735540073048 249649851831 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2323 185 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.02 4.01 3.93 4/197 9700
/proc/meminfo: memFree=30540636/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 4409 0 1 0 8 0 0 0 20 0 18 0 104082111 9787879424 6033 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 4.02 4.01 3.93 4/197 9700
/proc/meminfo: memFree=30540636/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 4693 0 1 0 24 0 0 0 20 0 18 0 104082111 9787879424 6781 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2389619 6781 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 4.02 4.01 3.93 4/197 9700
/proc/meminfo: memFree=30540636/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 6684 0 1 0 48 3 0 0 20 0 19 0 104082111 10060525568 10187 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 10187 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+0.700222 s]
/proc/loadavg: 4.02 4.01 3.93 4/197 9700
/proc/meminfo: memFree=30540636/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 6949 0 1 0 51 3 0 0 20 0 19 0 104082111 10060525568 10061 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 10061 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.02 4.01 3.93 3/216 9725
/proc/meminfo: memFree=30502252/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 11523 0 1 0 110 7 0 0 20 0 19 0 104082111 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 15503 2251 9 0 2446860 0
[pid=9700/tid=9702] ppid=9697 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/9700/task/9702/stat : 9702 (java) S 9697 9700 3970 0 -1 4202560 2417 0 1 0 23 0 0 0 20 0 19 0 104082112 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357891785592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9703] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9703/stat : 9703 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357864237608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9704] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9704/stat : 9704 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357863184808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9705] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9705/stat : 9705 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357862132008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9706] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9706/stat : 9706 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357861079208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9707] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9707/stat : 9707 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357860027432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9708] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9708/stat : 9708 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357858974632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9709] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9709/stat : 9709 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357857921832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9710] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9710/stat : 9710 (java) S 9697 9700 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104082113 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357856869032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9711] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9711/stat : 9711 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104082114 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357245315560 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9712] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9712/stat : 9712 (java) S 9697 9700 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104082114 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357244261624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9713] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9713/stat : 9713 (java) S 9697 9700 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104082115 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357243208712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9714] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9714/stat : 9714 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082117 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357242157200 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9715] ppid=9697 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/9700/task/9715/stat : 9715 (java) R 9697 9700 3970 0 -1 4202560 6100 0 0 0 40 0 0 0 20 0 19 0 104082117 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357241082424 140357895871896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9716] ppid=9697 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/9700/task/9716/stat : 9716 (java) S 9697 9700 3970 0 -1 4202560 1643 0 0 0 24 0 0 0 20 0 19 0 104082117 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357240052536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9717] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9717/stat : 9717 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082117 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357238999928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9718] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9718/stat : 9718 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104082117 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357237947336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9722] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9722/stat : 9722 (java) S 9697 9700 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104082137 10060525568 15503 33554432000 1073741824 1073778376 140736742968448 140357233734440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 4.10 4.02 3.93 5/219 9731
/proc/meminfo: memFree=30437396/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 19820 0 1 0 381 13 0 0 20 0 22 0 104082111 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 44809 2270 9 0 2446860 0
[pid=9700/tid=9702] ppid=9697 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/9700/task/9702/stat : 9702 (java) S 9697 9700 3970 0 -1 4202560 2417 0 1 0 23 0 0 0 20 0 22 0 104082112 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357891785592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9703] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9703/stat : 9703 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357864237608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9704] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9704/stat : 9704 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357863184808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9705] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9705/stat : 9705 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357862132008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9706] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9706/stat : 9706 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357861079208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9707] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9707/stat : 9707 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357860027432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9708] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9708/stat : 9708 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357858974632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9709] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9709/stat : 9709 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357857921832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9710] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9710/stat : 9710 (java) S 9697 9700 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104082113 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357856869032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9711] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9711/stat : 9711 (java) S 9697 9700 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104082114 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357245315560 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9712] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9712/stat : 9712 (java) S 9697 9700 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 104082114 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357244261624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9713] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9713/stat : 9713 (java) S 9697 9700 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104082115 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357243208712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9714] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9714/stat : 9714 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357242157200 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9715] ppid=9697 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/9700/task/9715/stat : 9715 (java) S 9697 9700 3970 0 -1 4202560 9413 0 0 0 96 2 0 0 20 0 22 0 104082117 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357241105336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9716] ppid=9697 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/9700/task/9716/stat : 9716 (java) S 9697 9700 3970 0 -1 4202560 6554 0 0 0 64 0 0 0 20 0 22 0 104082117 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357240052536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9717] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9717/stat : 9717 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357238999928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9718] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9718/stat : 9718 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357237947336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9731] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9731/stat : 9731 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104082288 10060525568 44809 33554432000 1073741824 1073778376 140736742968448 140357235840680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9824732

[startup+6.30085 s]
/proc/loadavg: 4.10 4.02 3.93 3/216 9737
/proc/meminfo: memFree=30334792/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=9.08 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 20559 0 1 0 886 22 0 0 20 0 22 0 104082111 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 56064 2286 9 0 2446860 0
[pid=9700/tid=9702] ppid=9697 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/9700/task/9702/stat : 9702 (java) S 9697 9700 3970 0 -1 4202560 2417 0 1 0 23 0 0 0 20 0 22 0 104082112 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357891785592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9703] ppid=9697 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9700/task/9703/stat : 9703 (java) S 9697 9700 3970 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357864237608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9704] ppid=9697 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9700/task/9704/stat : 9704 (java) S 9697 9700 3970 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357863184808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9705] ppid=9697 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9700/task/9705/stat : 9705 (java) S 9697 9700 3970 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357862132008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9706] ppid=9697 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9700/task/9706/stat : 9706 (java) S 9697 9700 3970 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357861079208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9707] ppid=9697 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9700/task/9707/stat : 9707 (java) S 9697 9700 3970 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357860027432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9708] ppid=9697 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9700/task/9708/stat : 9708 (java) S 9697 9700 3970 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357858974632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9709] ppid=9697 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9700/task/9709/stat : 9709 (java) S 9697 9700 3970 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357857921832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9710] ppid=9697 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9700/task/9710/stat : 9710 (java) S 9697 9700 3970 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 104082113 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357856869032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9711] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9711/stat : 9711 (java) S 9697 9700 3970 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 104082114 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357245315560 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9712] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9712/stat : 9712 (java) S 9697 9700 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104082114 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357244261624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9713] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9713/stat : 9713 (java) S 9697 9700 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104082115 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357243208712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9714] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9714/stat : 9714 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357242157200 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9715] ppid=9697 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/9700/task/9715/stat : 9715 (java) S 9697 9700 3970 0 -1 4202560 9871 0 0 0 117 2 0 0 20 0 22 0 104082117 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357241105336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9716] ppid=9697 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/9700/task/9716/stat : 9716 (java) S 9697 9700 3970 0 -1 4202560 6641 0 0 0 78 0 0 0 20 0 22 0 104082117 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357240052536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9717] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9717/stat : 9717 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357238999928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9718] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9718/stat : 9718 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357237947336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9731] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9731/stat : 9731 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104082288 10060525568 56064 33554432000 1073741824 1073778376 140736742968448 140357235840680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 9824732


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


[startup+882.308 s]
/proc/loadavg: 4.00 4.02 3.98 5/219 9888
/proc/meminfo: memFree=24447736/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=1769.22 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 30340 0 1 0 176657 265 0 0 20 0 22 0 104082111 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 963594 2294 9 0 2446860 0
[pid=9700/tid=9702] ppid=9697 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/9700/task/9702/stat : 9702 (java) S 9697 9700 3970 0 -1 4202560 2427 0 1 0 26 3 0 0 20 0 22 0 104082112 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357891785592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9703] ppid=9697 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/9700/task/9703/stat : 9703 (java) S 9697 9700 3970 0 -1 4202560 829 0 0 0 387 23 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357864237608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9704] ppid=9697 vsize=9824732 CPUtime=4.04 cores=1,3,5,7
/proc/9700/task/9704/stat : 9704 (java) S 9697 9700 3970 0 -1 4202560 754 0 0 0 386 18 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357863184808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9705] ppid=9697 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/9700/task/9705/stat : 9705 (java) S 9697 9700 3970 0 -1 4202560 694 0 0 0 390 22 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357862132008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9706] ppid=9697 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/9700/task/9706/stat : 9706 (java) S 9697 9700 3970 0 -1 4202560 729 0 0 0 447 18 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357861079208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9707] ppid=9697 vsize=9824732 CPUtime=4.26 cores=1,3,5,7
/proc/9700/task/9707/stat : 9707 (java) S 9697 9700 3970 0 -1 4202560 587 0 0 0 409 17 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357860027432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9708] ppid=9697 vsize=9824732 CPUtime=4.4 cores=1,3,5,7
/proc/9700/task/9708/stat : 9708 (java) S 9697 9700 3970 0 -1 4202560 729 0 0 0 416 24 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357858974632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9709] ppid=9697 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/9700/task/9709/stat : 9709 (java) S 9697 9700 3970 0 -1 4202560 585 0 0 0 394 20 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357857921832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9710] ppid=9697 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/9700/task/9710/stat : 9710 (java) S 9697 9700 3970 0 -1 4202560 615 0 0 0 379 15 0 0 20 0 22 0 104082113 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357856869032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9711] ppid=9697 vsize=9824732 CPUtime=5.94 cores=1,3,5,7
/proc/9700/task/9711/stat : 9711 (java) S 9697 9700 3970 0 -1 4202560 2554 0 0 0 585 9 0 0 20 0 22 0 104082114 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357245315560 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9712] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9712/stat : 9712 (java) S 9697 9700 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104082114 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357244261624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9713] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9713/stat : 9713 (java) S 9697 9700 3970 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104082115 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357243208712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9714] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9714/stat : 9714 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357242157200 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9715] ppid=9697 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/9700/task/9715/stat : 9715 (java) S 9697 9700 3970 0 -1 4202560 9881 0 0 0 151 2 0 0 20 0 22 0 104082117 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357241105336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9716] ppid=9697 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/9700/task/9716/stat : 9716 (java) S 9697 9700 3970 0 -1 4202560 7174 0 0 0 123 2 0 0 20 0 22 0 104082117 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357240052536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9717] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9717/stat : 9717 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357238999928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9718] ppid=9697 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9700/task/9718/stat : 9718 (java) S 9697 9700 3970 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 104082117 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357237947336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9731] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9731/stat : 9731 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104082288 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357235840680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9880] ppid=9697 vsize=9824732 CPUtime=175.18 cores=1,3,5,7
/proc/9700/task/9880/stat : 9880 (java) R 9697 9700 3970 0 -1 4202560 4 0 0 0 17516 2 0 0 20 0 22 0 104152386 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357234778256 140357736655874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9881] ppid=9697 vsize=9824732 CPUtime=175.21 cores=1,3,5,7
/proc/9700/task/9881/stat : 9881 (java) R 9697 9700 3970 0 -1 4202560 15 0 0 0 17519 2 0 0 20 0 22 0 104152386 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357236891120 140357736522692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9882] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9882/stat : 9882 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104152387 10060525568 963594 33554432000 1073741824 1073778376 140736742968448 140357233734696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1769.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.501 s]
/proc/loadavg: 4.00 4.02 3.98 5/219 9888
/proc/meminfo: memFree=24430360/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 30342 0 1 0 179749 265 0 0 20 0 22 0 104082111 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 963588 2294 9 0 2446860 0
[pid=9700/tid=9702] ppid=9697 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/9700/task/9702/stat : 9702 (java) S 9697 9700 3970 0 -1 4202560 2427 0 1 0 26 3 0 0 20 0 22 0 104082112 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357891785592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9703] ppid=9697 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/9700/task/9703/stat : 9703 (java) S 9697 9700 3970 0 -1 4202560 829 0 0 0 395 23 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357864237608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9704] ppid=9697 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/9700/task/9704/stat : 9704 (java) S 9697 9700 3970 0 -1 4202560 754 0 0 0 395 18 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357863184808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9705] ppid=9697 vsize=9824732 CPUtime=4.25 cores=1,3,5,7
/proc/9700/task/9705/stat : 9705 (java) S 9697 9700 3970 0 -1 4202560 694 0 0 0 403 22 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357862132008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9706] ppid=9697 vsize=9824732 CPUtime=4.77 cores=1,3,5,7
/proc/9700/task/9706/stat : 9706 (java) S 9697 9700 3970 0 -1 4202560 729 0 0 0 459 18 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357861079208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9707] ppid=9697 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/9700/task/9707/stat : 9707 (java) S 9697 9700 3970 0 -1 4202560 587 0 0 0 429 17 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357860027432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9708] ppid=9697 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/9700/task/9708/stat : 9708 (java) S 9697 9700 3970 0 -1 4202560 729 0 0 0 433 24 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357858974632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9709] ppid=9697 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/9700/task/9709/stat : 9709 (java) S 9697 9700 3970 0 -1 4202560 585 0 0 0 408 20 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357857921832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9710] ppid=9697 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/9700/task/9710/stat : 9710 (java) S 9697 9700 3970 0 -1 4202560 615 0 0 0 396 16 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357856869032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9711] ppid=9697 vsize=9824732 CPUtime=5.95 cores=1,3,5,7
/proc/9700/task/9711/stat : 9711 (java) S 9697 9700 3970 0 -1 4202560 2554 0 0 0 585 10 0 0 20 0 22 0 104082114 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357245315560 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9712] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9712/stat : 9712 (java) S 9697 9700 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104082114 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357244261624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9713] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9713/stat : 9713 (java) S 9697 9700 3970 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104082115 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357243208712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9714] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9714/stat : 9714 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357242157200 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9715] ppid=9697 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/9700/task/9715/stat : 9715 (java) S 9697 9700 3970 0 -1 4202560 9881 0 0 0 151 2 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357241105336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9716] ppid=9697 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/9700/task/9716/stat : 9716 (java) S 9697 9700 3970 0 -1 4202560 7174 0 0 0 123 2 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357240052536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9717] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9717/stat : 9717 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357238999928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9718] ppid=9697 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9700/task/9718/stat : 9718 (java) S 9697 9700 3970 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357237947336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9731] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9731/stat : 9731 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104082288 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357235840680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9880] ppid=9697 vsize=9824732 CPUtime=190.09 cores=1,3,5,7
/proc/9700/task/9880/stat : 9880 (java) R 9697 9700 3970 0 -1 4202560 5 0 0 0 19007 2 0 0 20 0 22 0 104152386 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357234785952 140357736716810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9881] ppid=9697 vsize=9824732 CPUtime=190.12 cores=1,3,5,7
/proc/9700/task/9881/stat : 9881 (java) R 9697 9700 3970 0 -1 4202560 16 0 0 0 19010 2 0 0 20 0 22 0 104152386 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357236892400 140357736673576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9882] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9882/stat : 9882 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104152387 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357233734696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9700 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.501 s]
/proc/loadavg: 4.00 4.02 3.98 5/219 9888
/proc/meminfo: memFree=24430360/32872528 swapFree=10608/190480
[pid=9700] ppid=9697 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/9700/stat : 9700 (java) S 9697 9700 3970 0 -1 4202496 30342 0 1 0 179749 265 0 0 20 0 22 0 104082111 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140736742959584 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9700/statm: 2456183 963588 2294 9 0 2446860 0
[pid=9700/tid=9702] ppid=9697 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/9700/task/9702/stat : 9702 (java) S 9697 9700 3970 0 -1 4202560 2427 0 1 0 26 3 0 0 20 0 22 0 104082112 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357891785592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9703] ppid=9697 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/9700/task/9703/stat : 9703 (java) S 9697 9700 3970 0 -1 4202560 829 0 0 0 395 23 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357864237608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9704] ppid=9697 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/9700/task/9704/stat : 9704 (java) S 9697 9700 3970 0 -1 4202560 754 0 0 0 395 18 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357863184808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9705] ppid=9697 vsize=9824732 CPUtime=4.25 cores=1,3,5,7
/proc/9700/task/9705/stat : 9705 (java) S 9697 9700 3970 0 -1 4202560 694 0 0 0 403 22 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357862132008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9706] ppid=9697 vsize=9824732 CPUtime=4.77 cores=1,3,5,7
/proc/9700/task/9706/stat : 9706 (java) S 9697 9700 3970 0 -1 4202560 729 0 0 0 459 18 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357861079208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9707] ppid=9697 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/9700/task/9707/stat : 9707 (java) S 9697 9700 3970 0 -1 4202560 587 0 0 0 429 17 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357860027432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9708] ppid=9697 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/9700/task/9708/stat : 9708 (java) S 9697 9700 3970 0 -1 4202560 729 0 0 0 433 24 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357858974632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9709] ppid=9697 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/9700/task/9709/stat : 9709 (java) S 9697 9700 3970 0 -1 4202560 585 0 0 0 408 20 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357857921832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9710] ppid=9697 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/9700/task/9710/stat : 9710 (java) S 9697 9700 3970 0 -1 4202560 615 0 0 0 396 16 0 0 20 0 22 0 104082113 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357856869032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9711] ppid=9697 vsize=9824732 CPUtime=5.95 cores=1,3,5,7
/proc/9700/task/9711/stat : 9711 (java) S 9697 9700 3970 0 -1 4202560 2554 0 0 0 585 10 0 0 20 0 22 0 104082114 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357245315560 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9712] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9712/stat : 9712 (java) S 9697 9700 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104082114 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357244261624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9713] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9713/stat : 9713 (java) S 9697 9700 3970 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104082115 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357243208712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9714] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9714/stat : 9714 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357242157200 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9715] ppid=9697 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/9700/task/9715/stat : 9715 (java) S 9697 9700 3970 0 -1 4202560 9881 0 0 0 151 2 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357241105336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9716] ppid=9697 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/9700/task/9716/stat : 9716 (java) S 9697 9700 3970 0 -1 4202560 7174 0 0 0 123 2 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357240052536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9717] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9717/stat : 9717 (java) S 9697 9700 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357238999928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9718] ppid=9697 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9700/task/9718/stat : 9718 (java) S 9697 9700 3970 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 104082117 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357237947336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9700/tid=9731] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9731/stat : 9731 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104082288 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357235840680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9700/tid=9880] ppid=9697 vsize=9824732 CPUtime=190.09 cores=1,3,5,7
/proc/9700/task/9880/stat : 9880 (java) R 9697 9700 3970 0 -1 4202560 5 0 0 0 19007 2 0 0 20 0 22 0 104152386 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357234785952 140357736716810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9700/tid=9881] ppid=9697 vsize=9824732 CPUtime=190.12 cores=1,3,5,7
/proc/9700/task/9881/stat : 9881 (java) R 9697 9700 3970 0 -1 4202560 16 0 0 0 19010 2 0 0 20 0 22 0 104152386 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357236892400 140357736673576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9700/tid=9882] ppid=9697 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9700/task/9882/stat : 9882 (java) S 9697 9700 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104152387 10060525568 963588 33554432000 1073741824 1073778376 140736742968448 140357233734696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.569
CPU time (s): 1800.49
CPU user time (s): 1797.58
CPU system time (s): 2.91056
CPU usage (%): 200.596
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.58
system time used= 2.91056
maximum resident set size= 3854488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30385
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23933
involuntary context switches= 28657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.83942 second user time and 4.16137 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 15:57:48
IDJOB=4081201
IDBENCH=1955
IDSOLVER=2543
FILE ID=node102/4081201-1465221468
RUNJOBID= node102-1465216787-3987
PBS_JOBID= 19843204
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081201-1465221468/watcher-4081201-1465221468 -o /tmp/evaluation-result-4081201-1465221468/solver-4081201-1465221468 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081201-1465221468.opb

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

MD5SUM BENCH= 85de1910ead9431952046fc8a55b274b
RANDOM SEED=1793664269

node102.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		: 2666.470
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	: 5332.94
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		: 2666.470
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	: 5332.55
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		: 2666.470
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	: 5332.55
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		: 2666.470
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	: 5332.56
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		: 2666.470
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	: 5332.56
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		: 2666.470
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	: 5332.55
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		: 2666.470
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	: 5332.55
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		: 2666.470
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30541552 kB
Buffers:           10512 kB
Cached:            46768 kB
SwapCached:         2328 kB
Active:          1407276 kB
Inactive:          34656 kB
Active(anon):    1385120 kB
Inactive(anon):     1568 kB
Active(file):      22156 kB
Inactive(file):    33088 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098412 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       1573728 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             565704 kB
SReclaimable:       9700 kB
SUnreclaim:       556004 kB
KernelStack:        1600 kB
PageTables:         7080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1875552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1458176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node102 at 2016-06-06 16:12:46