Trace number 4119278

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 Resolution PB16SAT (TO)-43 1800.01 1795.25

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament16.opb
MD5SUMe50010062d8d5db5da5cdedd3163eb65
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-60
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 312
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 340
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 340
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)224
Sum of products size (including duplicates)448
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4119278-1467253846.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.16	c ... done. Wall clock time 0.038s.
0.08/0.16	c declared #vars     120
0.08/0.16	c internal #vars     344
0.08/0.16	c #constraints  448
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 224
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 224
0.08/0.16	c 448 constraints processed.
0.08/0.16	c objective function length is 312 literals
0.08/0.17	c SATISFIABLE
0.08/0.17	c OPTIMIZING...
0.08/0.17	c Got one! Elapsed wall clock time (in seconds):0.047
0.08/0.17	o -34
0.23/0.21	c Got one! Elapsed wall clock time (in seconds):0.088
0.23/0.21	o -35
0.23/0.27	c Got one! Elapsed wall clock time (in seconds):0.143
0.23/0.27	o -36
0.47/0.33	c Got one! Elapsed wall clock time (in seconds):0.21
0.47/0.33	o -37
0.73/0.57	c cleaning 2775 clauses out of 5549 with flag 8008/5549
1.23/0.90	c cleaning 4386 clauses out of 8775 with flag 20010/11550
1.63/1.30	c cleaning 5687 clauses out of 11388 with flag 34016/18549
2.04/1.78	c cleaning 6845 clauses out of 13701 with flag 50035/26549
2.76/2.40	c cleaning 7923 clauses out of 15857 with flag 68051/35550
3.46/3.12	c cleaning 8961 clauses out of 17933 with flag 88055/45549
4.26/3.96	c cleaning 9980 clauses out of 19973 with flag 110092/56550
5.27/4.91	c cleaning 10988 clauses out of 21992 with flag 134136/68549
6.28/5.97	c cleaning 11995 clauses out of 24005 with flag 160196/81550
7.48/7.17	c cleaning 12995 clauses out of 26010 with flag 188242/95550
8.78/8.49	c cleaning 13999 clauses out of 28015 with flag 218248/110550
9.18/8.84	c Got one! Elapsed wall clock time (in seconds):8.715
9.18/8.84	o -38
9.42/8.96	c cleaning 9860 clauses out of 19735 with flag 2002/116269
9.42/8.97	c Got one! Elapsed wall clock time (in seconds):8.847
9.42/8.97	o -39
9.85/9.31	c cleaning 7522 clauses out of 15063 with flag 10011/121457
10.15/9.67	c cleaning 6764 clauses out of 13540 with flag 22010/127456
10.56/10.09	c cleaning 6879 clauses out of 13776 with flag 36010/134456
11.16/10.60	c cleaning 7439 clauses out of 14897 with flag 52010/142456
11.76/11.20	c cleaning 8221 clauses out of 16458 with flag 70012/151456
12.46/11.91	c cleaning 9106 clauses out of 18237 with flag 90013/161456
13.25/12.79	c cleaning 10060 clauses out of 20131 with flag 112064/172456
14.15/13.67	c cleaning 11025 clauses out of 22072 with flag 136139/184457
15.39/14.80	c cleaning 12015 clauses out of 24046 with flag 162165/197456
16.49/15.94	c cleaning 13007 clauses out of 26031 with flag 190265/211456
17.79/17.29	c cleaning 14004 clauses out of 28025 with flag 220320/226457
19.40/18.83	c cleaning 14999 clauses out of 30021 with flag 252387/242457
21.09/20.57	c cleaning 16003 clauses out of 32021 with flag 286482/259456
23.09/22.50	c cleaning 16999 clauses out of 34020 with flag 322600/277458
25.09/24.59	c cleaning 17999 clauses out of 36019 with flag 360728/296456
27.39/26.89	c cleaning 19002 clauses out of 38021 with flag 400855/316457
30.30/29.72	c cleaning 19995 clauses out of 40019 with flag 442914/337457
33.09/32.52	c cleaning 21007 clauses out of 42023 with flag 487063/359456
36.09/35.51	c cleaning 22000 clauses out of 44017 with flag 533171/382457
39.04/38.46	c cleaning 23001 clauses out of 46016 with flag 581312/406456
42.64/42.02	c cleaning 23998 clauses out of 48015 with flag 631408/431456
46.34/45.71	c cleaning 25002 clauses out of 50018 with flag 683616/457457
49.95/49.34	c cleaning 25999 clauses out of 52015 with flag 737778/484456
54.24/53.66	c cleaning 26995 clauses out of 54017 with flag 793904/512457
58.15/57.57	c cleaning 28001 clauses out of 56022 with flag 852055/541457
59.05/58.49	c Got one! Elapsed wall clock time (in seconds):58.371
59.05/58.49	o -40
59.84/59.22	c cleaning 21059 clauses out of 42137 with flag 10008/555573
60.44/59.82	c cleaning 13526 clauses out of 27076 with flag 22005/561571
60.94/60.36	c cleaning 10267 clauses out of 20551 with flag 36010/568572
61.54/60.92	c cleaning 9131 clauses out of 18285 with flag 52012/576573
62.15/61.54	c cleaning 9064 clauses out of 18152 with flag 70010/585571
62.85/62.25	c cleaning 9536 clauses out of 19088 with flag 90045/595571
63.65/63.09	c cleaning 10264 clauses out of 20553 with flag 112064/606572
64.66/64.02	c cleaning 11130 clauses out of 22288 with flag 136067/618571
65.66/65.05	c cleaning 12065 clauses out of 24158 with flag 162077/631571
66.86/66.27	c cleaning 13032 clauses out of 26094 with flag 190084/645572
68.16/67.58	c cleaning 14022 clauses out of 28061 with flag 220083/660571
69.56/68.99	c cleaning 15014 clauses out of 30040 with flag 252088/676572
71.26/70.60	c cleaning 16002 clauses out of 32027 with flag 286094/693573
72.96/72.38	c cleaning 17002 clauses out of 34024 with flag 322099/711572
74.96/74.39	c cleaning 18006 clauses out of 36022 with flag 360105/730572
77.16/76.52	c cleaning 19001 clauses out of 38017 with flag 400116/750573
79.36/78.70	c cleaning 19996 clauses out of 40014 with flag 442120/771571
81.76/81.15	c cleaning 21000 clauses out of 42018 with flag 486140/793571
84.54/83.82	c cleaning 22000 clauses out of 44020 with flag 532163/816573
87.54/86.86	c cleaning 23001 clauses out of 46019 with flag 580186/840572
90.86/90.12	c cleaning 24000 clauses out of 48019 with flag 630216/865573
94.46/93.74	c cleaning 24997 clauses out of 50018 with flag 682239/891572
98.46/97.75	c cleaning 26001 clauses out of 52020 with flag 736274/918571
102.46/101.73	c cleaning 27001 clauses out of 54019 with flag 792295/946571
106.47/105.75	c cleaning 27999 clauses out of 56019 with flag 850313/975572
110.47/109.71	c cleaning 29000 clauses out of 58020 with flag 910337/1005572
115.53/114.75	c cleaning 29996 clauses out of 60019 with flag 972353/1036571
120.33/119.59	c cleaning 31001 clauses out of 62023 with flag 1036365/1068571
125.74/124.93	c cleaning 31999 clauses out of 64023 with flag 1102371/1101572
130.94/130.11	c cleaning 33002 clauses out of 66024 with flag 1170420/1135572
136.54/135.76	c cleaning 34001 clauses out of 68022 with flag 1240546/1170572
142.54/141.75	c cleaning 35001 clauses out of 70020 with flag 1312617/1206571
148.34/147.50	c cleaning 36002 clauses out of 72020 with flag 1388096/1243572
154.03/153.14	c cleaning 36997 clauses out of 74018 with flag 1464498/1281572
159.93/159.09	c cleaning 38001 clauses out of 76020 with flag 1542593/1320571
166.64/165.70	c cleaning 38999 clauses out of 78019 with flag 1622692/1360571
174.14/173.28	c cleaning 40001 clauses out of 80020 with flag 1704721/1401571
181.62/180.67	c cleaning 41000 clauses out of 82020 with flag 1788779/1443572
189.72/188.73	c cleaning 41999 clauses out of 84019 with flag 1874965/1486571
198.72/197.75	c cleaning 42999 clauses out of 86021 with flag 1963041/1530572
207.62/206.60	c cleaning 44001 clauses out of 88021 with flag 2053208/1575571
217.25/216.15	c cleaning 45000 clauses out of 90021 with flag 2145351/1621572
227.96/226.88	c cleaning 45999 clauses out of 92021 with flag 2239463/1668572
238.66/237.55	c cleaning 46994 clauses out of 94021 with flag 2335653/1716571
250.06/248.95	c cleaning 48004 clauses out of 96028 with flag 2433749/1765572
261.06/259.89	c cleaning 48999 clauses out of 98024 with flag 2533818/1815572
272.26/271.05	c cleaning 50000 clauses out of 100024 with flag 2635875/1866571
285.26/284.05	c cleaning 51000 clauses out of 102024 with flag 2739932/1918571
297.68/296.32	c cleaning 52004 clauses out of 104024 with flag 2846060/1971571
309.58/308.21	c cleaning 53002 clauses out of 106020 with flag 2954294/2025571
323.55/322.04	c cleaning 53998 clauses out of 108018 with flag 3064529/2080571
338.05/336.52	c cleaning 54999 clauses out of 110020 with flag 3176670/2136571
352.95/351.45	c cleaning 55995 clauses out of 112022 with flag 3290784/2193572
368.19/366.53	c cleaning 56999 clauses out of 114027 with flag 3406918/2251572
382.49/380.83	c cleaning 58001 clauses out of 116028 with flag 3525029/2310572
387.80/386.19	c Got one! Elapsed wall clock time (in seconds):386.069
387.80/386.19	o -41
389.49/387.81	c cleaning 46960 clauses out of 93938 with flag 10015/2346483
390.39/388.70	c cleaning 26480 clauses out of 52978 with flag 22040/2352483
390.99/389.37	c cleaning 16740 clauses out of 33498 with flag 36052/2359483
391.59/389.97	c cleaning 12372 clauses out of 24759 with flag 52069/2367484
392.20/390.59	c cleaning 10686 clauses out of 21388 with flag 70082/2376485
392.97/391.27	c cleaning 10337 clauses out of 20700 with flag 90106/2386483
393.77/392.04	c cleaning 10673 clauses out of 21363 with flag 112159/2397483
394.58/392.88	c cleaning 11333 clauses out of 22690 with flag 136183/2409483
395.58/393.83	c cleaning 12170 clauses out of 24358 with flag 162222/2422484
396.57/394.86	c cleaning 13084 clauses out of 26187 with flag 190301/2436483
397.78/396.08	c cleaning 14044 clauses out of 28104 with flag 220339/2451484
399.17/397.48	c cleaning 15018 clauses out of 30059 with flag 252352/2467483
400.67/398.98	c cleaning 16010 clauses out of 32041 with flag 286402/2484483
401.47/399.79	c Got one! Elapsed wall clock time (in seconds):399.664
401.47/399.79	o -42
402.09/400.33	c cleaning 15545 clauses out of 31102 with flag 10030/2499554
402.49/400.78	c cleaning 10770 clauses out of 21557 with flag 22039/2505554
402.99/401.20	c cleaning 8887 clauses out of 17789 with flag 36085/2512556
403.40/401.69	c cleaning 8439 clauses out of 16900 with flag 52094/2520554
404.02/402.24	c cleaning 8722 clauses out of 17461 with flag 70103/2529554
404.62/402.89	c cleaning 9363 clauses out of 18739 with flag 90129/2539554
405.42/403.69	c cleaning 10180 clauses out of 20378 with flag 112159/2550556
406.32/404.58	c cleaning 11089 clauses out of 22197 with flag 136190/2562555
407.42/405.60	c cleaning 12042 clauses out of 24108 with flag 162250/2575555
408.52/406.76	c cleaning 13022 clauses out of 26066 with flag 190304/2589555
409.82/408.05	c cleaning 14008 clauses out of 28044 with flag 220363/2604555
411.32/409.56	c cleaning 15010 clauses out of 30036 with flag 252447/2620555
413.02/411.27	c cleaning 16003 clauses out of 32026 with flag 286540/2637555
415.02/413.24	c cleaning 17004 clauses out of 34023 with flag 322610/2655555
417.12/415.33	c cleaning 17997 clauses out of 36018 with flag 360680/2674554
419.53/417.72	c cleaning 19001 clauses out of 38022 with flag 400764/2694555
421.93/420.16	c cleaning 20003 clauses out of 40021 with flag 442805/2715555
424.63/422.84	c cleaning 21003 clauses out of 42018 with flag 486881/2737555
427.43/425.68	c cleaning 22002 clauses out of 44015 with flag 532964/2760555
430.63/428.81	c cleaning 22999 clauses out of 46014 with flag 581049/2784556
433.93/432.14	c cleaning 23995 clauses out of 48013 with flag 631127/2809554
437.35/435.58	c cleaning 24999 clauses out of 50018 with flag 683173/2835554
441.25/439.40	c cleaning 25999 clauses out of 52020 with flag 737200/2862555
444.25/442.45	c Got one! Elapsed wall clock time (in seconds):442.328
444.25/442.45	o -43
445.19/443.35	c cleaning 27298 clauses out of 54612 with flag 10009/2891146
445.88/444.02	c cleaning 16641 clauses out of 33314 with flag 22010/2897146
446.39/444.59	c cleaning 11826 clauses out of 23673 with flag 36052/2904146
446.98/445.13	c cleaning 9912 clauses out of 19847 with flag 52065/2912146
447.49/445.69	c cleaning 9454 clauses out of 18934 with flag 70086/2921145
448.18/446.32	c cleaning 9734 clauses out of 19481 with flag 90117/2931146
448.88/447.09	c cleaning 10363 clauses out of 20746 with flag 112152/2942145
449.78/447.93	c cleaning 11181 clauses out of 22383 with flag 136228/2954145
450.81/448.92	c cleaning 12095 clauses out of 24204 with flag 162296/2967147
451.91/450.05	c cleaning 13045 clauses out of 26109 with flag 190377/2981147
453.20/451.32	c cleaning 14024 clauses out of 28063 with flag 220427/2996146
454.50/452.69	c cleaning 15011 clauses out of 30040 with flag 252499/3012147
456.10/454.23	c cleaning 16004 clauses out of 32027 with flag 286568/3029145
457.90/456.06	c cleaning 17001 clauses out of 34023 with flag 322602/3047145
459.90/458.07	c cleaning 18000 clauses out of 36022 with flag 360661/3066145
462.20/460.33	c cleaning 19000 clauses out of 38023 with flag 400753/3086146
464.62/462.80	c cleaning 20004 clauses out of 40023 with flag 442838/3107146
467.42/465.53	c cleaning 20997 clauses out of 42018 with flag 486964/3129145
470.32/468.49	c cleaning 21998 clauses out of 44022 with flag 533038/3152146
473.53/471.69	c cleaning 23001 clauses out of 46024 with flag 581127/3176146
477.03/475.18	c cleaning 23998 clauses out of 48022 with flag 631250/3201145
480.66/478.72	c cleaning 25002 clauses out of 50024 with flag 683317/3227145
484.36/482.40	c cleaning 26003 clauses out of 52022 with flag 737442/3254145
488.16/486.28	c cleaning 26999 clauses out of 54020 with flag 793557/3282146
492.06/490.12	c cleaning 27997 clauses out of 56021 with flag 851620/3311146
496.46/494.52	c cleaning 29002 clauses out of 58024 with flag 911639/3341146
501.40/499.43	c cleaning 30000 clauses out of 60021 with flag 973693/3372145
505.69/503.70	c cleaning 31003 clauses out of 62021 with flag 1037817/3404145
510.69/508.71	c cleaning 32004 clauses out of 64019 with flag 1104022/3437146
516.20/514.22	c cleaning 32996 clauses out of 66015 with flag 1172196/3471146
521.92/519.99	c cleaning 34000 clauses out of 68019 with flag 1243888/3506146
527.42/525.41	c cleaning 34999 clauses out of 70019 with flag 1316676/3542146
533.02/531.08	c cleaning 35997 clauses out of 72019 with flag 1390892/3579145
539.08/537.06	c cleaning 37000 clauses out of 74022 with flag 1467081/3617145
545.59/543.59	c cleaning 37998 clauses out of 76023 with flag 1545242/3656146
552.09/550.05	c cleaning 39004 clauses out of 78025 with flag 1625405/3696146
559.08/557.09	c cleaning 39995 clauses out of 80020 with flag 1707641/3737145
566.59/564.59	c cleaning 41006 clauses out of 82025 with flag 1791834/3779145
574.49/572.41	c cleaning 41998 clauses out of 84019 with flag 1878098/3822145
582.56/580.40	c cleaning 42997 clauses out of 86022 with flag 1966252/3866146
590.96/588.84	c cleaning 44000 clauses out of 88024 with flag 2056374/3911145
600.46/598.32	c cleaning 44999 clauses out of 90024 with flag 2148559/3957145
611.09/608.92	c cleaning 46001 clauses out of 92025 with flag 2242714/4004145
621.40/619.24	c cleaning 46999 clauses out of 94024 with flag 2338852/4052145
633.85/631.61	c cleaning 48000 clauses out of 96026 with flag 2437048/4101146
647.25/645.07	c cleaning 48997 clauses out of 98026 with flag 2537182/4151146
660.55/658.36	c cleaning 49999 clauses out of 100029 with flag 2639420/4202146
674.28/672.02	c cleaning 51003 clauses out of 102030 with flag 2743646/4254146
690.08/687.88	c cleaning 52006 clauses out of 104026 with flag 2849970/4307145
707.02/704.78	c cleaning 52996 clauses out of 106020 with flag 2958217/4361145
723.52/721.22	c cleaning 54000 clauses out of 108025 with flag 3068425/4416146
741.47/739.15	c cleaning 55002 clauses out of 110025 with flag 3180626/4472146
759.17/756.82	c cleaning 56003 clauses out of 112023 with flag 3294759/4529146
778.14/775.73	c cleaning 56998 clauses out of 114020 with flag 3410832/4587146
796.04/793.60	c cleaning 58000 clauses out of 116022 with flag 3528959/4646146
815.64/813.14	c cleaning 58998 clauses out of 118023 with flag 3649051/4706147
833.84/831.25	c cleaning 60000 clauses out of 120024 with flag 3771214/4767146
851.14/848.56	c cleaning 61001 clauses out of 122023 with flag 3895430/4829145
868.67/866.03	c cleaning 62001 clauses out of 124022 with flag 4021707/4892145
887.81/885.10	c cleaning 63003 clauses out of 126021 with flag 4149906/4956145
910.02/907.39	c cleaning 64003 clauses out of 128018 with flag 4280112/5021145
929.14/926.40	c cleaning 64999 clauses out of 130016 with flag 4412216/5087146
948.19/945.42	c cleaning 65997 clauses out of 132018 with flag 4546236/5154147
968.33/965.58	c cleaning 67002 clauses out of 134019 with flag 4682286/5222145
987.91/985.01	c cleaning 67997 clauses out of 136018 with flag 4820470/5291146
1008.80/1005.83	c cleaning 68998 clauses out of 138020 with flag 4960598/5361145
1030.29/1027.28	c cleaning 70001 clauses out of 140022 with flag 5102794/5432145
1055.80/1052.71	c cleaning 71000 clauses out of 142021 with flag 5246872/5504145
1078.61/1075.52	c cleaning 72000 clauses out of 144021 with flag 5392978/5577145
1106.33/1103.22	c cleaning 72996 clauses out of 146021 with flag 5541154/5651145
1128.81/1125.69	c cleaning 73998 clauses out of 148025 with flag 5691251/5726145
1154.46/1151.23	c cleaning 74999 clauses out of 150027 with flag 5843342/5802145
1181.14/1177.80	c cleaning 76005 clauses out of 152029 with flag 5997405/5879146
1210.38/1207.07	c cleaning 77004 clauses out of 154023 with flag 6153434/5957145
1234.97/1231.55	c cleaning 78002 clauses out of 156020 with flag 6311455/6036146
1261.74/1258.22	c cleaning 78998 clauses out of 158017 with flag 6471485/6116145
1290.36/1286.88	c cleaning 80004 clauses out of 160021 with flag 6633521/6197147
1320.77/1317.11	c cleaning 80995 clauses out of 162015 with flag 6797555/6279145
1352.93/1349.25	c cleaning 82002 clauses out of 164021 with flag 6963574/6362146
1384.93/1381.11	c cleaning 83001 clauses out of 166018 with flag 7131639/6446145
1418.19/1414.36	c cleaning 83997 clauses out of 168018 with flag 7301667/6531146
1457.97/1454.08	c cleaning 84996 clauses out of 170020 with flag 7473691/6617145
1491.42/1487.40	c cleaning 86003 clauses out of 172024 with flag 7647894/6704145
1524.12/1520.01	c cleaning 86998 clauses out of 174022 with flag 7824156/6792146
1557.01/1552.84	c cleaning 88000 clauses out of 176023 with flag 8002421/6881145
1589.56/1585.31	c cleaning 89000 clauses out of 178024 with flag 8182720/6971146
1627.55/1623.30	c cleaning 90000 clauses out of 180023 with flag 8364966/7062145
1665.95/1661.51	c cleaning 91002 clauses out of 182024 with flag 8549310/7154146
1707.07/1702.54	c cleaning 92001 clauses out of 184022 with flag 8735449/7247146
1747.48/1742.87	c cleaning 92998 clauses out of 186020 with flag 8923471/7341145
1786.66/1781.95	c cleaning 93999 clauses out of 188022 with flag 9113668/7436145
1800.01/1795.21	c starts		: 11
1800.01/1795.21	c conflicts		: 7480177
1800.01/1795.21	c decisions		: 7587099
1800.01/1795.21	c propagations		: 66255162
1800.01/1795.21	c inspects		: 30833402935
1800.01/1795.21	c shortcuts		: 0
1800.01/1795.21	c learnt literals	: 0
1800.01/1795.21	c learnt binary clauses	: 0
1800.01/1795.21	c learnt ternary clauses	: 0
1800.01/1795.21	c learnt constraints	: 7480177
1800.01/1795.21	c ignored constraints	: 0
1800.01/1795.21	c root simplifications	: 0
1800.01/1795.21	c removed literals (reason simplification)	: 0
1800.01/1795.21	c reason swapping (by a shorter reason)	: 0
1800.01/1795.21	c Calls to reduceDB	: 219
1800.01/1795.21	c Number of update (reduction) of LBD	: 12880
1800.01/1795.21	c Imported unit clauses	: 0
1800.01/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.21	c number of learned constraints concerned by reduction	: 0
1800.01/1795.21	c number of learning phase by resolution	: 0
1800.01/1795.21	c number of learning phase by cutting planes	: 0
1800.01/1795.21	c speed (assignments/second)	: 36910.00843432424
1800.01/1795.21	c non guided choices	1
1800.01/1795.24	c learnt constraints type 
1800.01/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138055
1800.01/1795.24	s SATISFIABLE
1800.01/1795.24	c Found 10 solution(s)
1800.01/1795.24	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 
1800.01/1795.24	c objective function=-43
1800.01/1795.24	c Total wall clock time (in seconds): 1795.116

Verifier Data

OK	-43

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-4119278-1467253846/watcher-4119278-1467253846 -o /tmp/evaluation-result-4119278-1467253846/solver-4119278-1467253846 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6475 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119278-1467253846.opb 

pid=6895
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: 2.26 2.28 2.26 3/195 6898
/proc/meminfo: memFree=27985892/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9216 CPUtime=0 cores=0,2,4,6
/proc/6898/stat : 6898 (java) R 6895 6898 5948 0 -1 4202496 191 0 0 0 0 0 0 0 20 0 1 0 4412260 9437184 68 33554432000 1073741824 1073778376 140737087228528 140737087225656 270320860527 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6898/statm: 2306 82 64 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.26 2.28 2.26 3/195 6898
/proc/meminfo: memFree=27985892/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 4286 0 1 0 7 1 0 0 20 0 18 0 4412260 9787879424 5418 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2389619 5419 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.26 2.28 2.26 3/195 6898
/proc/meminfo: memFree=27985892/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 5219 0 1 0 22 1 0 0 20 0 19 0 4412260 9856040960 7083 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 7083 2210 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300217 s]
/proc/loadavg: 2.26 2.28 2.26 3/195 6898
/proc/meminfo: memFree=27985892/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 6747 0 1 0 46 1 0 0 20 0 19 0 4412260 9856040960 8468 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 8468 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700172 s]
/proc/loadavg: 2.26 2.28 2.26 3/195 6898
/proc/meminfo: memFree=27985892/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 8405 0 1 0 101 1 0 0 20 0 19 0 4412260 9856040960 9603 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 9603 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50066 s]
/proc/loadavg: 2.26 2.28 2.26 3/214 6917
/proc/meminfo: memFree=27949904/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 8414 0 1 0 182 2 0 0 20 0 19 0 4412260 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 12166 2251 9 0 2396937 0
[pid=6898/tid=6900] ppid=6895 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) R 6895 6898 5948 0 -1 4202560 2425 0 1 0 143 1 0 0 20 0 19 0 4412261 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381243309776 140381090541137 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6901] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381215771432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6902] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381214718632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6903] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381213666344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6904] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381212613544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6905] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381211560232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6906] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381210507432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6907] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381209455144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6908] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6895 6898 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140381078989224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6909] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6895 6898 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380596042472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6910] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6895 6898 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380594988536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6911] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412265 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380593936136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6912] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380592884624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6913] ppid=6895 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6898/task/6913/stat : 6913 (java) S 6895 6898 5948 0 -1 4202560 1845 0 0 0 17 0 0 0 20 0 19 0 4412267 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380591831224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6914] ppid=6895 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6898/task/6914/stat : 6914 (java) S 6895 6898 5948 0 -1 4202560 2873 0 0 0 19 0 0 0 20 0 19 0 4412267 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380590778424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6915] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6915/stat : 6915 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380589726328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6916] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6916/stat : 6916 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380588673736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6917] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6917/stat : 6917 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412277 9856040960 12166 33554432000 1073741824 1073778376 140734636143856 140380587619752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.23 2.28 2.26 3/214 6917
/proc/meminfo: memFree=27939664/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 8476 0 1 0 344 2 0 0 20 0 19 0 4412260 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 15753 2251 9 0 2396937 0
[pid=6898/tid=6900] ppid=6895 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) R 6895 6898 5948 0 -1 4202560 2432 0 1 0 303 2 0 0 20 0 19 0 4412261 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381243309776 140381090421583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6901] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381215771432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6902] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381214718632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6903] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381213666344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6904] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381212613544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6905] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381211560232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6906] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381210507432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6907] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381209455144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6908] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6895 6898 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140381078989224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6909] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6895 6898 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380596042472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6910] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6895 6898 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380594988536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6911] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412265 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380593936136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6912] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380592884624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6913] ppid=6895 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6898/task/6913/stat : 6913 (java) S 6895 6898 5948 0 -1 4202560 1845 0 0 0 17 0 0 0 20 0 19 0 4412267 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380591831224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6914] ppid=6895 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6898/task/6914/stat : 6914 (java) S 6895 6898 5948 0 -1 4202560 2928 0 0 0 21 0 0 0 20 0 19 0 4412267 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380590778424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6915] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6915/stat : 6915 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380589726328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6916] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6916/stat : 6916 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380588673736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6917] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6917/stat : 6917 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412277 9856040960 15753 33554432000 1073741824 1073778376 140734636143856 140380587619752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.23 2.28 2.26 4/214 6917
/proc/meminfo: memFree=27912728/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=6.68 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 8564 0 1 0 665 3 0 0 20 0 19 0 4412260 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 22092 2252 9 0 2396937 0
[pid=6898/tid=6900] ppid=6895 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) R 6895 6898 5948 0 -1 4202560 2447 0 1 0 622 2 0 0 20 0 19 0 4412261 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381243309776 140381090610391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6901] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381215771432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6902] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381214718632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6903] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381213666344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6904] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381212613544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6905] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381211560232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6906] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381210507432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6907] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381209455144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6908] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6895 6898 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4412263 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140381078989224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6909] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6895 6898 5948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380596042472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6910] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6895 6898 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380594988536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6911] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412265 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380593936136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6912] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380592884624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6913] ppid=6895 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/6898/task/6913/stat : 6913 (java) S 6895 6898 5948 0 -1 4202560 1849 0 0 0 17 0 0 0 20 0 19 0 4412267 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380591831224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6914] ppid=6895 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6898/task/6914/stat : 6914 (java) S 6895 6898 5948 0 -1 4202560 2996 0 0 0 22 0 0 0 20 0 19 0 4412267 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380590778424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6915] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6915/stat : 6915 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380589726328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6916] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6916/stat : 6916 (java) S 6895 6898 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380588673736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6917] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6917/stat : 6917 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412277 9856040960 22092 33554432000 1073741824 1073778376 140734636143856 140380587619752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

/proc/6898/task/6917/stat : 6917 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412277 9856040960 97275 33554432000 1073741824 1073778376 140734636143856 140380587619752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.75
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.26 2.23 3/213 7022
/proc/meminfo: memFree=26652912/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=1726.91 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 16975 0 1 0 172613 78 0 0 20 0 19 0 4412260 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 95598 2277 9 0 2396937 0
[pid=6898/tid=6900] ppid=6895 vsize=9625040 CPUtime=1715.89 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) R 6895 6898 5948 0 -1 4202560 2557 0 1 0 171558 31 0 0 20 0 19 0 4412261 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381243317456 140381090610391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6901] ppid=6895 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6895 6898 5948 0 -1 4202560 542 0 0 0 63 9 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381215771432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6902] ppid=6895 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6895 6898 5948 0 -1 4202560 395 0 0 0 57 5 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381214718632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6903] ppid=6895 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6895 6898 5948 0 -1 4202560 81 0 0 0 61 5 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381213666344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6904] ppid=6895 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6895 6898 5948 0 -1 4202560 277 0 0 0 66 6 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381212613544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6905] ppid=6895 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6895 6898 5948 0 -1 4202560 251 0 0 0 62 6 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381211560232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6906] ppid=6895 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6895 6898 5948 0 -1 4202560 112 0 0 0 59 6 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381210507432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6907] ppid=6895 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6895 6898 5948 0 -1 4202560 448 0 0 0 59 5 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381209455144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6908] ppid=6895 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6895 6898 5948 0 -1 4202560 450 0 0 0 54 8 0 0 20 0 19 0 4412263 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140381078989224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6909] ppid=6895 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6895 6898 5948 0 -1 4202560 206 0 0 0 29 3 0 0 20 0 19 0 4412264 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380596042472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6910] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6895 6898 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380594988536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6911] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6895 6898 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4412265 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380593936136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6912] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380592884624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6913] ppid=6895 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6898/task/6913/stat : 6913 (java) S 6895 6898 5948 0 -1 4202560 3721 0 0 0 28 0 0 0 20 0 19 0 4412267 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380591831224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6914] ppid=6895 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/6898/task/6914/stat : 6914 (java) S 6895 6898 5948 0 -1 4202560 6578 0 0 0 36 1 0 0 20 0 19 0 4412267 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380590778424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6915] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6915/stat : 6915 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380589726328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6916] ppid=6895 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/6898/task/6916/stat : 6916 (java) S 6895 6898 5948 0 -1 4202560 100 0 0 0 25 27 0 0 20 0 19 0 4412267 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380588673736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6917] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6917/stat : 6917 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412277 9856040960 95598 33554432000 1073741824 1073778376 140734636143856 140380587619752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.43 2.31 2.25 3/214 7026
/proc/meminfo: memFree=26899260/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=1787.06 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 17065 0 1 0 178627 79 0 0 20 0 19 0 4412260 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 94365 2277 9 0 2396937 0
[pid=6898/tid=6900] ppid=6895 vsize=9625040 CPUtime=1775.56 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) R 6895 6898 5948 0 -1 4202560 2560 0 1 0 177525 31 0 0 20 0 19 0 4412261 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381243309760 140381090610391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6901] ppid=6895 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6895 6898 5948 0 -1 4202560 542 0 0 0 65 9 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381215771432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6902] ppid=6895 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6895 6898 5948 0 -1 4202560 395 0 0 0 61 5 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381214718632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6903] ppid=6895 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6895 6898 5948 0 -1 4202560 81 0 0 0 63 5 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381213666344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6904] ppid=6895 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6895 6898 5948 0 -1 4202560 277 0 0 0 68 6 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381212613544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6905] ppid=6895 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6895 6898 5948 0 -1 4202560 251 0 0 0 64 6 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381211560232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6906] ppid=6895 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6895 6898 5948 0 -1 4202560 112 0 0 0 60 6 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381210507432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6907] ppid=6895 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6895 6898 5948 0 -1 4202560 448 0 0 0 62 5 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381209455144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6908] ppid=6895 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6895 6898 5948 0 -1 4202560 513 0 0 0 58 8 0 0 20 0 19 0 4412263 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140381078989224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6909] ppid=6895 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6895 6898 5948 0 -1 4202560 226 0 0 0 41 3 0 0 20 0 19 0 4412264 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380596042472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6910] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6895 6898 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380594988536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6911] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6895 6898 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4412265 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380593936136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6912] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380592884624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6913] ppid=6895 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6898/task/6913/stat : 6913 (java) S 6895 6898 5948 0 -1 4202560 3721 0 0 0 28 0 0 0 20 0 19 0 4412267 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380591831224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6914] ppid=6895 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/6898/task/6914/stat : 6914 (java) S 6895 6898 5948 0 -1 4202560 6578 0 0 0 36 1 0 0 20 0 19 0 4412267 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380590778424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6915] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6915/stat : 6915 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380589726328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6916] ppid=6895 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6898/task/6916/stat : 6916 (java) S 6895 6898 5948 0 -1 4202560 104 0 0 0 26 27 0 0 20 0 19 0 4412267 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380588673736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6917] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6917/stat : 6917 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412277 9856040960 94365 33554432000 1073741824 1073778376 140734636143856 140380587619752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.36 2.30 2.25 3/214 7092
/proc/meminfo: memFree=27772376/32872528 swapFree=1555460/1718980
[pid=6898] ppid=6895 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6895 6898 5948 0 -1 4202496 17068 0 1 0 179921 80 0 0 20 0 19 0 4412260 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140734636134992 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6898/statm: 2406260 93916 2277 9 0 2396937 0
[pid=6898/tid=6900] ppid=6895 vsize=9625040 CPUtime=1788.41 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) R 6895 6898 5948 0 -1 4202560 2561 0 1 0 178809 32 0 0 20 0 19 0 4412261 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381243317440 140381090610391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6901] ppid=6895 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6895 6898 5948 0 -1 4202560 542 0 0 0 65 9 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381215771432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6902] ppid=6895 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6895 6898 5948 0 -1 4202560 395 0 0 0 62 5 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381214718632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6903] ppid=6895 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6895 6898 5948 0 -1 4202560 81 0 0 0 64 5 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381213666344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6904] ppid=6895 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6895 6898 5948 0 -1 4202560 277 0 0 0 69 6 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381212613544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6905] ppid=6895 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6895 6898 5948 0 -1 4202560 251 0 0 0 65 6 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381211560232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6906] ppid=6895 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6895 6898 5948 0 -1 4202560 112 0 0 0 61 6 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381210507432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6907] ppid=6895 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6895 6898 5948 0 -1 4202560 448 0 0 0 63 5 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381209455144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6908] ppid=6895 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6895 6898 5948 0 -1 4202560 513 0 0 0 58 8 0 0 20 0 19 0 4412263 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140381078989224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6898/tid=6909] ppid=6895 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6895 6898 5948 0 -1 4202560 228 0 0 0 41 3 0 0 20 0 19 0 4412264 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380596042472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6910] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6895 6898 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4412264 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380594988536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6911] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6895 6898 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4412265 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380593936136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6912] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380592884624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6913] ppid=6895 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6898/task/6913/stat : 6913 (java) S 6895 6898 5948 0 -1 4202560 3721 0 0 0 28 0 0 0 20 0 19 0 4412267 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380591831224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6898/tid=6914] ppid=6895 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/6898/task/6914/stat : 6914 (java) S 6895 6898 5948 0 -1 4202560 6578 0 0 0 36 1 0 0 20 0 19 0 4412267 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380590778424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6898/tid=6915] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6915/stat : 6915 (java) S 6895 6898 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4412267 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380589726328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6916] ppid=6895 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/6898/task/6916/stat : 6916 (java) S 6895 6898 5948 0 -1 4202560 104 0 0 0 26 28 0 0 20 0 19 0 4412267 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380588673736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6898/tid=6917] ppid=6895 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6917/stat : 6917 (java) S 6895 6898 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4412277 9856040960 93916 33554432000 1073741824 1073778376 140734636143856 140380587619752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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 6898 sig 9
??? kill -6898 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6898 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=678167
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=282804
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.25
CPU time (s): 1800.01
CPU user time (s): 1799.21
CPU system time (s): 0.8
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.2828
maximum resident set size= 523300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40383
involuntary context switches= 18226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4534 second user time and 13.121 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 04:30:46
IDJOB=4119278
IDBENCH=111690
IDSOLVER=2546
FILE ID=node117/4119278-1467253846
RUNJOBID= node117-1467250272-6475
PBS_JOBID= 20004471
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament16.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119278-1467253846/watcher-4119278-1467253846 -o /tmp/evaluation-result-4119278-1467253846/solver-4119278-1467253846 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6475 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119278-1467253846.opb

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

MD5SUM BENCH= e50010062d8d5db5da5cdedd3163eb65
RANDOM SEED=1649775270

node117.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.714
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	: 5333.42
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.714
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.714
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.45
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.714
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.55
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.714
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.55
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.714
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.714
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.714
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:        27986544 kB
Buffers:          119560 kB
Cached:          1773052 kB
SwapCached:            0 kB
Active:           677880 kB
Inactive:        1742708 kB
Active(anon):     530680 kB
Inactive(anon):        4 kB
Active(file):     147200 kB
Inactive(file):  1742704 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       2375656 kB
Mapped:            22236 kB
Shmem:               204 kB
Slab:             611720 kB
SReclaimable:      55800 kB
SUnreclaim:       555920 kB
KernelStack:        1768 kB
PageTables:         9284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2376740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 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= 71624 MiB
End job on node117 at 2016-06-30 05:00:42